Skip to content

Commit 96c80e7

Browse files
committed
Preparing for 3.5.3 release
1 parent 68ab6e8 commit 96c80e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ subprojects {
7878
}
7979

8080
dependencies {
81-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
82-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
81+
testImplementation platform('org.junit:junit-bom:5.11.3')
82+
testImplementation 'org.junit.jupiter:junit-jupiter'
83+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
8384
testImplementation 'org.mockito:mockito-core:5.14.2'
84-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3'
8585
}
8686

8787
compileJava {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
22
javaLanguageVersion=8
33
osgiRequiredCompatibility=1.8
4-
version=3.5.3-SNAPSHOT
4+
version=3.5.3
55

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

0 commit comments

Comments
 (0)