Skip to content

Commit

Permalink
Merge pull request #538 from tdrwenski/update-protobuf
Browse files Browse the repository at this point in the history
Update protobuf
  • Loading branch information
tdrwenski authored Sep 20, 2024
2 parents 4251be7 + b1e4b7e commit ae751d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/any/shared-mvn-coords.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ ext {
// TODO: figure out way to keep this version in sync with netcdf-java version
// It is included in the netcdf-java-bom (via netcdf-java-platform), but we can't
// reference that version in a gradle build script (see gradle/any/protobuf.gradle)
depVersion.protobuf = '3.21.7'
depVersion.protobuf = '3.25.5'
}

0 comments on commit ae751d3

Please sign in to comment.