Skip to content

Commit

Permalink
[PF-2983] Remove unused protobuf dependency (#177)
Browse files Browse the repository at this point in the history
I found no reference to this implementation dependency in TCL.

Better to remove rather than spend effort updating it (or needing to chase vulnerabilities within an unneeded dependency).
  • Loading branch information
okotsopoulos authored Apr 1, 2024
1 parent cd01dd0 commit 9ff3280
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ dependencies {
implementation platform('com.google.cloud:libraries-bom:26.33.0')
implementation group: 'com.google.cloud', name: 'google-cloud-core'
implementation group: 'com.google.cloud', name: 'google-cloud-pubsub'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.25.3'
api group: 'com.google.guava', name: 'guava'

// Database
Expand Down

0 comments on commit 9ff3280

Please sign in to comment.