Skip to content

Commit

Permalink
Merge pull request #4 from Vinrobot/dependabot/gradle/org.junit-junit…
Browse files Browse the repository at this point in the history
…-bom-5.11.0

Bump org.junit:junit-bom from 5.10.3 to 5.11.0
  • Loading branch information
Vinrobot authored Aug 15, 2024
2 parents 740e4e3 + d505037 commit e7ae2f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libwebp-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
}

dependencies {
testImplementation(testFixturesApi(platform('org.junit:junit-bom:5.10.3')))
testImplementation(testFixturesApi(platform('org.junit:junit-bom:5.11.0')))
testImplementation(testFixturesApi('org.junit.jupiter:junit-jupiter'))

runtimeOnly project(path: ':libwebp-natives', configuration: 'darwin-x64')
Expand Down
2 changes: 1 addition & 1 deletion libwebp-foreign-jdk21/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

dependencies {
testImplementation platform('org.junit:junit-bom:5.10.3')
testImplementation platform('org.junit:junit-bom:5.11.0')
testImplementation 'org.junit.jupiter:junit-jupiter'

implementation project(path: ':libwebp-api')
Expand Down
2 changes: 1 addition & 1 deletion libwebp-jna/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}

dependencies {
testImplementation platform('org.junit:junit-bom:5.10.3')
testImplementation platform('org.junit:junit-bom:5.11.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation testFixtures(project(path: ':libwebp-api'))

Expand Down

0 comments on commit e7ae2f5

Please sign in to comment.