Skip to content
Open
Changes from all commits
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
32 changes: 16 additions & 16 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ project(':wres-datamodel') {
runtimeOnly 'si.uom:si-units:2.2.3'
implementation 'tech.units:indriya:2.2.3'
implementation 'systems.uom:systems-ucum:2.2'
implementation 'com.google.protobuf:protobuf-java:3.25.8'
implementation 'com.google.protobuf:protobuf-java:4.34.1'
implementation 'si.uom:si-quantity:2.2.3'
implementation 'systems.uom:systems-quantity:2.2'

Expand Down Expand Up @@ -479,7 +479,7 @@ project(':wres-io') {

api 'org.apache.commons:commons-lang3:3.20.0'
api 'org.slf4j:slf4j-api:2.0.17'
implementation 'com.google.protobuf:protobuf-java:3.25.8'
implementation 'com.google.protobuf:protobuf-java:4.34.1'
testImplementation 'org.mockito:mockito-core:5.21.0'
}

Expand Down Expand Up @@ -598,7 +598,7 @@ project(':wres-writing') {
// For geometries
implementation group: 'org.locationtech.jts', name: 'jts-core', version: '1.20.0'

implementation 'com.google.protobuf:protobuf-java:3.25.8'
implementation 'com.google.protobuf:protobuf-java:4.34.1'
implementation 'org.apache.commons:commons-lang3:3.20.0'
implementation 'org.slf4j:slf4j-api:2.0.17'
testRuntimeOnly 'org.apache.commons:commons-lang3:3.20.0'
Expand Down Expand Up @@ -746,7 +746,7 @@ project(':wres-eventdetection') {
implementation 'org.slf4j:slf4j-api:2.0.17'
implementation group: 'org.apache.commons', name: 'commons-math3', version: '3.6.1'

implementation 'com.google.protobuf:protobuf-java:3.25.8'
implementation 'com.google.protobuf:protobuf-java:4.34.1'
implementation 'org.apache.commons:commons-lang3:3.20.0'

runtimeOnly('ch.qos.logback:logback-classic:1.5.32') {
Expand All @@ -771,7 +771,7 @@ project(':wres-metrics') {
api project(':wres-config')
api project(':wres-statistics')

implementation 'com.google.protobuf:protobuf-java:3.25.8'
implementation 'com.google.protobuf:protobuf-java:4.34.1'
implementation 'org.apache.commons:commons-lang3:3.20.0'
implementation 'org.eclipse.collections:eclipse-collections-api:13.0.0'
testRuntimeOnly 'org.apache.commons:commons-lang3:3.20.0'
Expand Down Expand Up @@ -825,7 +825,7 @@ project(':wres-statistics') {
protobuf {
// Automatically download and use the correct protobuf compiler
protoc {
artifact = 'com.google.protobuf:protoc:3.25.8'
artifact = 'com.google.protobuf:protoc:4.34.1'
}
// So all IDEs/editors can see generated files, use actual src dir:
generatedFilesBaseDir = "${generatedDir}"
Expand Down Expand Up @@ -937,7 +937,7 @@ project(':wres-statistics') {
compileJava.dependsOn buildProtobufBindingsForPython

dependencies {
api 'com.google.protobuf:protobuf-java:3.25.8'
api 'com.google.protobuf:protobuf-java:4.34.1'

implementation 'org.slf4j:slf4j-api:2.0.17'

Expand Down Expand Up @@ -1058,7 +1058,7 @@ project(':wres-vis') {
testImplementation 'junit:junit:4.13.2'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.14.1'

implementation 'com.google.protobuf:protobuf-java:3.25.8'
implementation 'com.google.protobuf:protobuf-java:4.34.1'
implementation project(':wres-statistics')

testRuntimeOnly files('dist/lib/conf')
Expand Down Expand Up @@ -1101,13 +1101,13 @@ project(':wres-config') {
exclude group: 'com.google.guava', module: 'guava'
}
// Include later dependency versions for the excluded dependencies above
api 'com.google.protobuf:protobuf-java:3.25.8'
api 'com.google.protobuf:protobuf-java:4.34.1'

// To validate WKT strings as geometries
api group: 'org.locationtech.jts', name: 'jts-core', version: '1.20.0'

// Protobuf utilities
implementation 'com.google.protobuf:protobuf-java-util:3.25.8'
implementation 'com.google.protobuf:protobuf-java-util:4.34.1'

api 'org.apache.commons:commons-lang3:3.20.0'

Expand Down Expand Up @@ -1164,7 +1164,7 @@ project(':wres-messages') {
protobuf {
// Automatically download and use the correct protobuf compiler
protoc {
artifact = 'com.google.protobuf:protoc:3.25.8'
artifact = 'com.google.protobuf:protoc:4.34.1'
}
// So all IDEs/editors can see generated files, use actual src dir:
generatedFilesBaseDir = "${generatedDir}"
Expand All @@ -1180,7 +1180,7 @@ project(':wres-messages') {
}

dependencies {
api 'com.google.protobuf:protobuf-java:3.25.8'
api 'com.google.protobuf:protobuf-java:4.34.1'

implementation 'org.slf4j:slf4j-api:2.0.17'

Expand Down Expand Up @@ -1236,7 +1236,7 @@ project(':wres-worker') {
exclude group: 'edu.washington.cs.types.checker', module: 'checker-framework'
}

implementation 'com.google.protobuf:protobuf-java:3.25.8'
implementation 'com.google.protobuf:protobuf-java:4.34.1'
testImplementation 'org.mockito:mockito-core:5.21.0'

// For mocking web service interaction
Expand Down Expand Up @@ -1448,7 +1448,7 @@ project(':wres-tasker') {
implementation 'org.apache.commons:commons-lang3:3.20.0'

// To send/receive messages
implementation 'com.google.protobuf:protobuf-java:3.25.8'
implementation 'com.google.protobuf:protobuf-java:4.34.1'

runtimeOnly('ch.qos.logback:logback-classic:1.5.32') {
// Not used at runtime, bloat
Expand Down Expand Up @@ -1659,7 +1659,7 @@ project(':wres-events') {
exclude group: 'edu.washington.cs.types.checker', module: 'checker-framework'
}

implementation 'com.google.protobuf:protobuf-java:3.25.8'
implementation 'com.google.protobuf:protobuf-java:4.34.1'

// JUnit 5 API and runtime
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.14.1'
Expand Down Expand Up @@ -1913,7 +1913,7 @@ dependencies {

implementation 'org.slf4j:slf4j-api:2.0.17'

implementation 'com.google.protobuf:protobuf-java:3.25.8'
implementation 'com.google.protobuf:protobuf-java:4.34.1'
implementation 'jakarta.inject:jakarta.inject-api:2.0.1'
implementation 'javax.measure:unit-api:2.2'
implementation 'org.apache.commons:commons-lang3:3.20.0'
Expand Down
Loading