Skip to content

Commit

Permalink
Merge pull request #115 from iTitus/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
iTitus authored Oct 21, 2024
2 parents 1e6c4a1 + b7dd550 commit 1c49ec2
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 @@ -43,7 +43,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 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.mockito:mockito-core:5.14.2'
Expand Down

0 comments on commit 1c49ec2

Please sign in to comment.