Skip to content

Commit 488d175

Browse files
chore(deps): bump junit-jupiter.version from 5.10.2 to 5.10.3 (#737)
* chore(deps): bump junit-jupiter.version from 5.10.2 to 5.10.3 Bumps `junit-jupiter.version` from 5.10.2 to 5.10.3. Updates `org.junit.vintage:junit-vintage-engine` from 5.10.2 to 5.10.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.2 to 5.10.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.3) Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.2 to 5.10.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.2...r5.10.3) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * docs: Update CHANGELOG.md --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent b8eede0 commit 488d175

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Update dependencies:
1919
#### Test:
2020
- [#724](https://github.com/influxdata/influxdb-client-java/pull/724): `assertj` to `3.26.0`
2121
- [#725](https://github.com/influxdata/influxdb-client-java/pull/725): `assertk-jvm` to `0.28.1`
22+
- [#737](https://github.com/influxdata/influxdb-client-java/pull/737): `junit-jupiter` to `5.10.3`
2223

2324
#### Examples:
2425
- [#723](https://github.com/influxdata/influxdb-client-java/pull/723): `commons-cli ` to `1.8.0`

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123

124124
<pekko.version>1.0.3</pekko.version>
125125
<kotlin.version>2.0.0</kotlin.version>
126-
<junit-jupiter.version>5.10.2</junit-jupiter.version>
126+
<junit-jupiter.version>5.10.3</junit-jupiter.version>
127127
<kotlin-coroutines.version>1.8.0</kotlin-coroutines.version>
128128
<mockito.version>4.10.0</mockito.version>
129129
</properties>

0 commit comments

Comments
 (0)