Skip to content

Commit

Permalink
Bump org.junit:junit-bom from 5.8.1 to 5.11.0
Browse files Browse the repository at this point in the history
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.8.1 to 5.11.0.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.8.1...r5.11.0)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent d37350d commit 128b2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}

dependencies {
implementation(platform('org.junit:junit-bom:5.8.1'))
implementation(platform('org.junit:junit-bom:5.11.0'))
implementation(platform("software.amazon.awssdk:bom:2.20.16"))

implementation('software.amazon.awssdk:codeartifact')
Expand Down

0 comments on commit 128b2c0

Please sign in to comment.