Skip to content

Version 1.34 #1795

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 24, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update build.gradle
  • Loading branch information
javadev authored Jul 24, 2024
commit b0b5e7e29582654b28fd7a4945aa16200d17ae9a
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ repositories {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:[5.10.2,)'
testImplementation 'org.junit.jupiter:junit-jupiter:[5.10.3,)'
testImplementation 'org.hamcrest:hamcrest-core:[2.2,)'
testImplementation 'org.zapodot:embedded-db-junit-jupiter:[2.1.1,)'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.10.2,)'
testImplementation 'org.zapodot:embedded-db-junit-jupiter:[2.2.0,)'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.10.3,)'
}

test {
Expand All @@ -24,7 +24,7 @@ test {
}

group = 'com.github.javadev'
version = '1.33-SNAPSHOT'
version = '1.34-SNAPSHOT'
description = 'leetcode-in-java'
java.sourceCompatibility = JavaVersion.VERSION_17

Expand Down
Loading