Skip to content

Commit

Permalink
Bump junitVersion from 5.11.1 to 5.11.2
Browse files Browse the repository at this point in the history
Bumps `junitVersion` from 5.11.1 to 5.11.2.

Updates `org.junit.jupiter:junit-jupiter` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-api
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent f1a5571 commit ab213e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ configurations {
}

dependencies {
antLibs("org.junit.jupiter:junit-jupiter:5.11.1")
antLibs("org.junit.jupiter:junit-jupiter:5.11.2")
antLibs("org.apache.ant:ant-junitlauncher:1.10.15")
}

Expand Down Expand Up @@ -123,7 +123,7 @@ subprojects {
commonsCompressVersion = '1.27.1'
commonsIoVersion = '2.17.0'
commonsMathVersion = '3.6.1'
junitVersion = '5.11.1'
junitVersion = '5.11.2'
log4jVersion = '2.24.1'
mockitoVersion = '4.11.0'
hamcrestVersion = '3.0'
Expand Down

0 comments on commit ab213e5

Please sign in to comment.