Skip to content

Commit b0b5e7e

Browse files
authored
Update build.gradle
1 parent e992fa8 commit b0b5e7e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 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.2,)'
15+
testImplementation 'org.junit.jupiter:junit-jupiter:[5.10.3,)'
1616
testImplementation 'org.hamcrest:hamcrest-core:[2.2,)'
17-
testImplementation 'org.zapodot:embedded-db-junit-jupiter:[2.1.1,)'
18-
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.10.2,)'
17+
testImplementation 'org.zapodot:embedded-db-junit-jupiter:[2.2.0,)'
18+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.10.3,)'
1919
}
2020

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

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

0 commit comments

Comments
 (0)