Skip to content

Commit

Permalink
Update protobuf and google secrets manager versions (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem authored Sep 30, 2024
1 parent bf9f357 commit 3402043
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
- Java 21 for build and runtime. [#995](https://github.com/Consensys/web3signer/pull/995)
- Electra fork support. [#1020](https://github.com/Consensys/web3signer/pull/1020)

### Bugs fixed
- Override protobuf-java to 3.25.5 which is a transitive dependency from google-cloud-secretmanager. It fixes CVE-2024-7254.

---
## 24.6.0

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buildscript {
}

plugins {
id 'org.owasp.dependencycheck' version "10.0.3"
id 'org.owasp.dependencycheck' version "10.0.4"
id 'java-test-fixtures'
id 'com.diffplug.spotless' version '7.0.0.BETA1'
id 'com.github.ben-manes.versions' version '0.51.0' //`./gradlew dependencyUpdates` to report outdated dependencies
Expand Down
4 changes: 3 additions & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ dependencyManagement {
dependency 'org.flywaydb:flyway-core:10.16.0'
dependency 'org.flywaydb:flyway-database-postgresql:10.16.0'

dependency 'com.google.cloud:google-cloud-secretmanager:2.48.0'
dependency 'com.google.cloud:google-cloud-secretmanager:2.51.0'
dependency 'com.google.protobuf:protobuf-java:3.25.5' // fixes CVE-2024-7254 - transitive from google-cloud-secretmanager

dependency 'io.zonky.test.postgres:embedded-postgres-binaries-bom:11.22.1'
dependency 'io.zonky.test:embedded-postgres:2.0.7'

Expand Down

0 comments on commit 3402043

Please sign in to comment.