Skip to content

Commit c00ab41

Browse files
committed
Merge branch 'master' into solid-tumor-2026-update
# Conflicts: # src/main/resources/hemato_data_info.properties
2 parents d79ed22 + 48a5b3d commit c00ab41

File tree

5 files changed

+7
-10
lines changed

5 files changed

+7
-10
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'com.vanniktech.maven.publish' version '0.36.0' // publish to Maven Central
77
id 'com.github.ben-manes.versions' version '0.53.0' // check for out-of-date dependencies (run 'dependencyUpdates' manually)
88
id 'com.github.spotbugs' version '6.4.8' // spotbugs code analysis
9-
id 'org.sonarqube' version '7.2.2.6593' // sonarQube analysis
9+
id 'org.sonarqube' version '7.2.3.7755' // sonarQube analysis
1010
}
1111

1212
group = 'com.imsweb'
@@ -21,7 +21,7 @@ repositories {
2121

2222
dependencies {
2323
testImplementation 'junit:junit:4.13.2'
24-
testImplementation 'com.imsweb:seerapi-client-java:5.9'
24+
testImplementation 'com.imsweb:seerapi-client-java:5.10'
2525
}
2626

2727
// enforce UTF-8, display the compilation warnings
@@ -30,6 +30,7 @@ tasks.withType(JavaCompile).configureEach {
3030
options.compilerArgs << '-Xlint:unchecked' << '-Xlint:deprecation'
3131
}
3232

33+
// this project needs to stay Java-8-compatible for the time being...
3334
java {
3435
sourceCompatibility = JavaVersion.VERSION_1_8
3536
targetCompatibility = JavaVersion.VERSION_1_8
@@ -144,6 +145,6 @@ mavenPublishing {
144145

145146
// Gradle wrapper, this allows to build the project without having to install Gradle!
146147
wrapper {
147-
gradleVersion = '9.2.1'
148+
gradleVersion = '9.4.0'
148149
distributionType = Wrapper.DistributionType.ALL
149150
}

gradle/wrapper/gradle-wrapper.jar

1.83 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)