Skip to content

Commit

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

Bump org.junit:junit-bom from 5.11.2 to 5.11.3
  • Loading branch information
Vinrobot authored Oct 22, 2024
2 parents d84edeb + 92eabe2 commit 04a6899
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.11.2')))
testImplementation(testFixturesApi(platform('org.junit:junit-bom:5.11.3')))
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.11.2')
testImplementation platform('org.junit:junit-bom:5.11.3')
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.11.2')
testImplementation platform('org.junit:junit-bom:5.11.3')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation testFixtures(project(path: ':libwebp-api'))

Expand Down

0 comments on commit 04a6899

Please sign in to comment.