Skip to content

Commit d1d5cc3

Browse files
build(deps): bump org.junit.jupiter:junit-jupiter-engine
Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.2 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.10.2...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8ed9ece commit d1d5cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverpackcreator-app/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
api("org.postgresql:postgresql:42.7.5")
6363
api("org.javassist:javassist:3.30.2-GA")
6464
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
65-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
65+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.2")
6666
testRuntimeOnly("com.h2database:h2:2.3.232")
6767
testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.1")
6868
developmentOnly("org.springframework.boot:spring-boot-devtools:3.4.5")

0 commit comments

Comments
 (0)