Skip to content

Commit

Permalink
Upgrade to Junit 5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Aug 18, 2024
1 parent 0709ac4 commit f745163
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 @@ -10,7 +10,7 @@ description = 'tokenproducer'
version = '3.0.1-SNAPSHOT'

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
// Jazzzer
testImplementation 'com.code-intelligence:jazzer-junit:0.22.1'
Expand Down

0 comments on commit f745163

Please sign in to comment.