Skip to content

Commit a85e4fd

Browse files
chore(deps): bump junit-jupiter.version from 5.10.3 to 5.11.1 (#774)
* chore(deps): bump junit-jupiter.version from 5.10.3 to 5.11.1 Bumps `junit-jupiter.version` from 5.10.3 to 5.11.1. Updates `org.junit.vintage:junit-vintage-engine` from 5.10.3 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.3 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.1) Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.10.3...r5.11.1) --- updated-dependencies: - dependency-name: org.junit.vintage:junit-vintage-engine dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * docs: Update CHANGELOG.md [skip CI] --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
1 parent 356899a commit a85e4fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Update dependencies:
1717
- [#778](https://github.com/influxdata/influxdb-client-java/pull/778): `maven-deploy-plugin` to `3.1.3`
1818

1919
#### Test:
20-
-
20+
- [#774](https://github.com/influxdata/influxdb-client-java/pull/774): `junit-jupiter` to `5.11.1`
2121

2222
#### Examples:
2323
- [#760](https://github.com/influxdata/influxdb-client-java/pull/760): `commons-lang3` to `3.17.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.3</junit-jupiter.version>
126+
<junit-jupiter.version>5.11.1</junit-jupiter.version>
127127
<kotlin-coroutines.version>1.8.1</kotlin-coroutines.version>
128128
<mockito.version>4.10.0</mockito.version>
129129
</properties>

0 commit comments

Comments
 (0)