Skip to content

Commit

Permalink
Bump junit5.version from 5.10.3 to 5.11.0 in /lang/java (#3106)
Browse files Browse the repository at this point in the history
Bumps `junit5.version` from 5.10.3 to 5.11.0.

Updates `org.junit.vintage:junit-vintage-engine` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

Updates `org.junit.jupiter:junit-jupiter` from 5.10.3 to 5.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.0)

---
updated-dependencies:
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 4894744 commit fa670f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<jackson-bom.version>2.17.2</jackson-bom.version>
<jetty.version>9.4.55.v20240627</jetty.version>
<jopt-simple.version>5.0.4</jopt-simple.version>
<junit5.version>5.10.3</junit5.version>
<junit5.version>5.11.0</junit5.version>
<maven-core.version>3.9.6</maven-core.version>
<mockito.version>5.13.0</mockito.version>
<netty.version>4.1.112.Final</netty.version>
Expand Down

0 comments on commit fa670f9

Please sign in to comment.