Skip to content

Commit

Permalink
Merge pull request #408 from gregschohn/Netty4_1_100
Browse files Browse the repository at this point in the history
Upgrade Netty to 4.1.100
  • Loading branch information
gregschohn committed Nov 13, 2023
2 parents 9394a5b + 29d1ea4 commit d52f47c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion TrafficCapture/captureKafkaOffloader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
}

dependencies {
api 'io.netty:netty-buffer:4.1.89.Final'
api 'io.netty:netty-buffer:4.1.100.Final'
implementation project(':captureOffloader')
implementation project(':coreUtilities')
implementation 'org.projectlombok:lombok:1.18.26'
Expand Down
2 changes: 1 addition & 1 deletion TrafficCapture/captureOffloader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sourceSets {
}
}
dependencies {
api group: 'io.netty', name: 'netty-buffer', version: '4.1.89.Final'
api group: 'io.netty', name: 'netty-buffer', version: '4.1.100.Final'

implementation project(':captureProtobufs')
implementation "com.google.protobuf:protobuf-java:3.22.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
testImplementation testFixtures(project(path: ':trafficReplayer'))

testImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.0'
testImplementation group: 'io.netty', name: 'netty-all', version: '4.1.94.Final'
testImplementation group: 'io.netty', name: 'netty-all', version: '4.1.100.Final'
testImplementation group: 'org.junit.jupiter', name:'junit-jupiter-api', version:'5.9.3'
testImplementation group: 'org.junit.jupiter', name:'junit-jupiter-params', version:'5.9.3'
testImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.7'
Expand Down
2 changes: 1 addition & 1 deletion TrafficCapture/trafficReplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {

testFixturesImplementation group: 'org.slf4j', name: 'slf4j-api', version: '2.0.7'
testFixturesImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.0'
testFixturesImplementation group: 'io.netty', name: 'netty-all', version: '4.1.94.Final'
testFixturesImplementation group: 'io.netty', name: 'netty-all', version: '4.1.100.Final'
testFixturesImplementation group: 'org.junit.jupiter', name:'junit-jupiter-api', version:'5.9.3'


Expand Down

0 comments on commit d52f47c

Please sign in to comment.