Skip to content

Commit

Permalink
Upgrade to JUnit Jupiter 5.9.3 and JUnit Platform 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Sep 12, 2024
1 parent e705cc1 commit 90401bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ subprojects { project->
testImplementation "net.bytebuddy:byte-buddy:$bytebuddyVersion"
testImplementation "org.objenesis:objenesis:$objenesisVersion"
testImplementation "org.apache.groovy:groovy-test-junit5:${groovyVersion}"
testImplementation "org.junit.jupiter:junit-jupiter-api:5.8.2"
testImplementation "org.junit.platform:junit-platform-runner:1.8.2"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
testImplementation "org.junit.platform:junit-platform-runner:$junitJupiterPlatformVersion"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"
}

java {
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jakartaAnnotationVersion=2.1.1
jakartaInjectVersion=2.0.1
jansiVersion=1.18
javaParserCoreVersion=3.26.2
junitJupiterVersion=5.9.3
junitJupiterPlatformVersion=1.9.3
objenesisVersion=3.4
servletApiVersion=6.0.0
spockVersion=2.3-groovy-4.0
Expand Down

0 comments on commit 90401bb

Please sign in to comment.