Skip to content

Commit

Permalink
Jackson 2.14.1 & netty 4.1.86 upgrades (#261)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zane <[email protected]>
  • Loading branch information
dzane17 authored Dec 28, 2022
1 parent a4e7e9a commit af6c6ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,8 @@ dependencies {
implementation files("${System.properties['java.home']}/../lib/tools.jar")
}

def jacksonVersion = "2.13.4"
def jacksonDataBindVersion = "2.13.4.2"
def jacksonVersion = "2.14.1"
def jacksonDataBindVersion = "2.14.1"

implementation 'org.jooq:jooq:3.10.8'
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
Expand All @@ -335,7 +335,7 @@ dependencies {
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.21.8'
implementation 'io.grpc:grpc-netty:1.49.0'
implementation 'io.grpc:grpc-protobuf:1.49.0'
implementation('io.netty:netty-transport-native-unix-common:4.1.79.Final') {
implementation('io.netty:netty-transport-native-unix-common:4.1.86.Final') {
force = 'true'
}
implementation 'io.grpc:grpc-stub:1.49.0'
Expand Down

0 comments on commit af6c6ff

Please sign in to comment.