Skip to content

Commit

Permalink
Preparing for 3.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbylight committed Dec 8, 2024
1 parent 68ab6e8 commit 96c80e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ subprojects {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
testImplementation platform('org.junit:junit-bom:5.11.3')
testImplementation 'org.junit.jupiter:junit-jupiter'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
testImplementation 'org.mockito:mockito-core:5.14.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
}

compileJava {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
javaLanguageVersion=8
osgiRequiredCompatibility=1.8
version=3.5.3-SNAPSHOT
version=3.5.3

# Ugh, see https://github.com/gradle/gradle/issues/11308
systemProp.org.gradle.internal.publish.checksums.insecure=true

0 comments on commit 96c80e7

Please sign in to comment.