Skip to content

Commit

Permalink
Upgrade protobuf version for better security posture
Browse files Browse the repository at this point in the history
Signed-off-by: Tanner Lewis <[email protected]>
  • Loading branch information
lewijacn committed Sep 24, 2024
1 parent 6c32e29 commit 700b0f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions TrafficCapture/captureProtobufs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ plugins {

dependencies {
api project(":commonDependencyVersionConstraints")
api group: 'com.google.protobuf', name: 'protobuf-java', version: '3.22.2'
api group: 'com.google.protobuf', name: 'protobuf-java', version: '3.25.5'
}

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.22.2"
artifact = "com.google.protobuf:protoc:3.25.5"
}
}
4 changes: 2 additions & 2 deletions commonDependencyVersionConstraints/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {

api group: 'com.google.guava', name: 'guava', version: '32.0.1-jre'

api group: 'com.google.protobuf', name: 'protobuf-java', version: '3.22.2'
api group: 'com.google.protobuf', name: 'protobuf-java', version: '3.25.5'

api group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.2.1'
api group: 'software.amazon.msk', name:'aws-msk-iam-auth', version: '2.0.3'
Expand All @@ -38,7 +38,7 @@ dependencies {

api group: 'org.apache.kafka', name:'kafka-clients', version:'3.6.0'

api group: 'com.google.protobuf', name: 'protoc', version: '3.22.2'
api group: 'com.google.protobuf', name: 'protoc', version: '3.25.5'

def jmeter = '5.6.3'
api group: 'org.apache.jmeter', name: 'ApacheJMeter_core', version: jmeter
Expand Down

0 comments on commit 700b0f6

Please sign in to comment.