Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed May 9, 2024
1 parent d9ba33e commit f74e186
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion TrafficCapture/coreUtilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {

implementation project(':captureProtobufs')

implementation group "com.google.protobuf", name: "protobuf-java"
implementation group: "com.google.protobuf", name: "protobuf-java"
implementation group: 'org.slf4j', name: 'slf4j-api'

testImplementation group: 'org.apache.logging.log4j', name: 'log4j-api'
Expand Down
4 changes: 2 additions & 2 deletions TrafficCapture/trafficCaptureDependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {

def bouncycastle = '1.78'
implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: bouncycastle
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: '1.78'
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: bouncycastle

def testcontainers = '1.19.7'
implementation group: 'org.testcontainers', name: 'junit-jupiter', version: testcontainers
Expand All @@ -93,7 +93,7 @@ dependencies {
implementation group: 'eu.rekawek.toxiproxy', name: 'toxiproxy-java', version: '2.1.7'

// ************************************************************
// The following constraints are for mitigating downstream CVEs
// The following constraints are for mitigating transitive CVEs
// ************************************************************
implementation group: 'net.minidev', name: 'json-smart', version: '2.4.9'
implementation group: 'xalan', name: 'xalan', version: '2.7.3'
Expand Down

0 comments on commit f74e186

Please sign in to comment.