We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed9ece commit d1d5cc3Copy full SHA for d1d5cc3
serverpackcreator-app/build.gradle.kts
@@ -62,7 +62,7 @@ dependencies {
62
api("org.postgresql:postgresql:42.7.5")
63
api("org.javassist:javassist:3.30.2-GA")
64
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
65
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
66
testRuntimeOnly("com.h2database:h2:2.3.232")
67
testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.1")
68
developmentOnly("org.springframework.boot:spring-boot-devtools:3.4.5")
0 commit comments