Skip to content

Commit a4c25ab

Browse files
authored
Merge pull request #1599 from lesserwhirls/deps
2 parents db46cf6 + 82f41bf commit a4c25ab

10 files changed

Lines changed: 43 additions & 35 deletions

File tree

‎build-logic-ncj/src/main/kotlin/ncj-versions-conventions.gradle.kts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask
77

8-
plugins { id("com.github.ben-manes.versions") }
8+
plugins { id("io.github.ben-manes.versions") }
99

1010
// https://github.com/ben-manes/gradle-versions-plugin
1111
fun isNonStable(version: String): Boolean {

‎build.gradle.kts‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ description = "The Unidata netCDF-Java library (aka CDM)."
1414
// To upgrade gradle, update the version and expected checksum values below
1515
// and run ./gradlew wrapper twice
1616
tasks.wrapper {
17-
distributionType = Wrapper.DistributionType.ALL
18-
gradleVersion = "9.5.1"
19-
distributionSha256Sum = "c72fb9991f6025cbe337d52ba77e531b3faf62bdd3e348fe1ccee9f51c71adb0"
17+
distributionType = Wrapper.DistributionType.BIN
18+
gradleVersion = "9.7.1"
19+
distributionSha256Sum = "acd53f1edaf02f1a8ff99879f8a34b302661a057d9b063ae9e35b552f804d20a"
2020
}
2121

2222
spotless {

‎code-coverage-report/build.gradle.kts‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ dependencies {
2929

3030
reporting {
3131
reports {
32-
val testCodeCoverageReportAgg by
33-
creating(JacocoCoverageReport::class) { testSuiteName = "test" }
32+
create<JacocoCoverageReport>("testCodeCoverageReportAgg") {
33+
testSuiteName = "test"
34+
}
3435
}
3536
}

‎gradle/ncj.libs.versions.toml‎

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,37 @@ netcdf-java = "5.11.0-SNAPSHOT"
44
unidata-doc-theme = "0.1.1"
55

66
# 3rd party dependencies
7-
awssdk = "2.48.4"
7+
awssdk = "2.54.17"
88
awssdkv1 = "1.12.797"
99
commons-math3 = "3.6.1"
1010
bounce = "0.18"
11-
grpc = "1.82.1"
12-
guava = "33.6.0-jre"
11+
grpc = "1.84.0"
12+
guava = "33.7.1-jre"
1313
httpcomponents = "4.5.14"
14-
jackson = "2.22.1"
14+
jackson = "2.22.2"
1515
jcommander = "1.82"
1616
jdom2 = "2.0.6.1"
1717
jfree-jcommon = "1.0.24"
1818
jfree-jfreechart = "1.0.19"
1919
jgoodies-forms = "1.6.0"
2020
jj2000 = "5.4"
21-
joda-time = "2.14.2"
21+
joda-time = "2.14.3"
2222
jsr305 = "3.0.2"
2323
jna = "5.19.1"
2424
lgooddatepicker = "11.2.1"
2525
mcidas = "20231121"
26-
protobuf = "4.35.1"
26+
protobuf = "4.36.1"
2727
re2j = "1.8"
2828
sensorweb-waterml = "2.7.0"
29-
slf4j = "2.0.18"
29+
slf4j = "2.0.19"
3030
tomcat-annotations = "6.0.53"
3131
visad = "2.0-20191209"
3232
xmlbeans = "3.1.0"
3333

3434
#testing only
3535
commons-compress = "1.28.0"
3636
commons-io = "2.22.0"
37-
jsoup = "1.22.2"
37+
jsoup = "1.23.2"
3838
junit4 = "4.13.2"
3939
junit5 = "5.14.4"
4040
junitparams = "1.0.5"
@@ -113,10 +113,10 @@ pragmatists-junitparams = { module = "pl.pragmatists:JUnitParams", version.ref =
113113
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback-classic" }
114114

115115
[plugins]
116-
cyclonedx-bom = { id = "org.cyclonedx.bom", version = "3.2.4" }
116+
cyclonedx-bom = { id = "org.cyclonedx.bom", version = "3.4.1" }
117117
execfork = { id = "com.github.psxpaul.execfork", version = "0.2.2"}
118118
javacc = { id = "org.javacc.javacc", version = "4.0.3" }
119119
protobuf = { id = "com.google.protobuf", version = "0.10.0" }
120-
shadow = { id = "com.gradleup.shadow", version = "9.4.2" }
121-
spotless = { id = "com.diffplug.spotless", version = "8.7.0" }
122-
versions = { id = "com.github.ben-manes.versions", version = "0.54.0" }
120+
shadow = { id = "com.gradleup.shadow", version = "9.6.1" }
121+
spotless = { id = "com.diffplug.spotless", version = "8.10.2" }
122+
versions = { id = "io.github.ben-manes.versions", version = "0.61.0" }

‎gradle/wrapper/gradle-wrapper.jar‎

-957 Bytes
Binary file not shown.

‎gradle/wrapper/gradle-wrapper.properties‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=c72fb9991f6025cbe337d52ba77e531b3faf62bdd3e348fe1ccee9f51c71adb0
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-all.zip
3+
distributionSha256Sum=acd53f1edaf02f1a8ff99879f8a34b302661a057d9b063ae9e35b552f804d20a
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip
55
networkTimeout=10000
66
retries=0
77
retryBackOffMs=500

‎gradlew‎

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

‎gradlew.bat‎

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

‎netcdf4/build.gradle.kts‎

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,22 @@ val unloadedTestSourceSet =
2222
runtimeClasspath += sourceSets.main.get().output
2323
}
2424

25-
val unloadedTestImplementation by configurations.getting {
26-
extendsFrom(configurations.implementation.get(), configurations.testImplementation.get())
27-
}
25+
val unloadedTestImplementation =
26+
configurations.named("unloadedTestImplementation") {
27+
extendsFrom(
28+
configurations.implementation.get(),
29+
configurations.testImplementation.get(),
30+
)
31+
}
2832

29-
val unloadedTestRuntimeOnly by configurations.getting
33+
val unloadedTestRuntimeOnly = configurations.named("unloadedTestRuntimeOnly")
3034

31-
configurations["unloadedTestRuntimeOnly"].extendsFrom(
32-
configurations.runtimeOnly.get(),
33-
configurations.testRuntimeOnly.get(),
34-
)
35+
configurations.named("unloadedTestRuntimeOnly").configure {
36+
extendsFrom(
37+
configurations.runtimeOnly.get(),
38+
configurations.testRuntimeOnly.get(),
39+
)
40+
}
3541

3642
dependencies {
3743
implementation(platform(project(":netcdf-java-platform")))

‎uber-jars/build.gradle.kts‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,12 @@ val artifactOutputLocation = rootProject.layout.buildDirectory.dir("distribution
2727
tasks.clean { delete(artifactOutputLocation) }
2828

2929
// configurations for the uber-jars
30-
val toolsUI by configurations.creating { extendsFrom(configurations.implementation.get()) }
30+
val toolsUI = configurations.create("toolsUI") { extendsFrom(configurations.implementation.get()) }
3131

32-
val ncIdv by configurations.creating { extendsFrom(configurations.implementation.get()) }
32+
val ncIdv = configurations.create("ncIdv") { extendsFrom(configurations.implementation.get()) }
3333

34-
val netcdfAll by configurations.creating { extendsFrom(configurations.implementation.get()) }
34+
val netcdfAll =
35+
configurations.create("netcdfAll") { extendsFrom(configurations.implementation.get()) }
3536

3637
dependencies {
3738
implementation(platform(project(":netcdf-java-platform")))

0 commit comments

Comments
 (0)