Skip to content

Commit

Permalink
Merge pull request #2 from labelzoom/dependabot/gradle/org.junit-juni…
Browse files Browse the repository at this point in the history
…t-bom-5.10.2

Bump org.junit:junit-bom from 5.9.1 to 5.10.2
  • Loading branch information
RobFaustLZ authored Mar 1, 2024
2 parents 3e3e55e + ba58108 commit 4b18773
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 @@ -16,7 +16,7 @@ repositories {
}

dependencies {
testImplementation platform('org.junit:junit-bom:5.9.1')
testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'io.github.cdimascio:dotenv-java:2.3.2'
}
Expand Down

0 comments on commit 4b18773

Please sign in to comment.