Skip to content

Commit 74046a4

Browse files
authored
Update build.gradle
1 parent 44cd9e2 commit 74046a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ repositories {
1212
}
1313

1414
dependencies {
15-
testImplementation 'org.junit.jupiter:junit-jupiter:[5.10.3,)'
15+
testImplementation 'org.junit.jupiter:junit-jupiter:[5.11.0,)'
1616
testImplementation 'org.hamcrest:hamcrest-core:[2.2,)'
1717
testImplementation 'org.zapodot:embedded-db-junit-jupiter:[2.2.0,)'
18-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.10.3,)'
18+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.11.0,)'
1919
}
2020

2121
test {
@@ -24,7 +24,7 @@ test {
2424
}
2525

2626
group = 'com.github.javadev'
27-
version = '1.35-SNAPSHOT'
27+
version = '1.36-SNAPSHOT'
2828
description = 'leetcode-in-java'
2929
java.sourceCompatibility = JavaVersion.VERSION_17
3030

0 commit comments

Comments
 (0)