Skip to content

Commit 2aace1e

Browse files
Update Maven to v5.11.0
1 parent 02e748a commit 2aace1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ dependencies {
2828
implementation("org.hibernate", "hibernate-core", "5.6.15.Final")
2929
implementation("com.github.ben-manes.caffeine", "caffeine", "3.1.8")
3030

31-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
32-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")
31+
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
32+
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
3333
}
3434

3535
tasks.getByName<Test>("test") {

0 commit comments

Comments
 (0)