Skip to content

Commit

Permalink
Issue 269: Update dependencies (#270)
Browse files Browse the repository at this point in the history
Upgrades the libraries to higher versions to fix CVEs found.

Signed-off-by: saicharan <kotlasaicharan@yahoo.com>
  • Loading branch information
kotlasaicharanreddy authored Oct 25, 2022
1 parent 65039cd commit 7ce2123
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ allprojects {
force "org.slf4j:slf4j-api:" + slf4jApiVersion
force "io.netty:netty-tcnative-boringssl-static:" + nettyBoringSSLVersion
force "org.apache.zookeeper:zookeeper:" + apacheZookeeperVersion
force "org.yaml:snakeyaml:" +snakeYamlVersion
}
}
}
Expand Down
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gradleLombokPluginVersion=4.0.0
gradleSshPluginVersion=2.9.0
guavaVersion=30.1-jre
javaxServletApiVersion=4.0.0
jacksonVersion=2.13.2
jacksonVersion=2.13.4
everitVersion=1.12.1
javaxwsrsApiVersion=2.1
jaxbVersion=2.3.1
Expand All @@ -35,23 +35,24 @@ jerseyVersion=2.35
junitVersion=4.13.2
lombokVersion=1.18.12
mockitoVersion=3.3.3
nettyBoringSSLVersion=2.0.48.Final
nettyBoringSSLVersion=2.0.54.Final
jacocoVersion=0.8.5
protobufGradlePlugin=0.8.15
protobufProtocVersion=3.19.4
protobufProtocVersion=3.21.7
protobufUtilVersion=3.19.4
qosLogbackVersion=1.2.10
shadowGradlePlugin=4.0.2
swaggerJersey2JaxrsVersion=1.6.2
slf4jApiVersion=1.7.25
gradleGitPluginVersion=4.1.1
avroVersion=1.11.0
avroVersion=1.11.1
avroProtobufVersion=1.10.2
snappyVersion=1.1.7.3
javaxActivationVersion=1.1.1
pravegaVersion=0.12.0
pravegaKeyCloakVersion=0.12.0
apacheZookeeperVersion=3.6.3
snakeYamlVersion=1.33

# Version and base tags can be overridden at build time
schemaregistryVersion=0.6.0-SNAPSHOT
Expand Down

0 comments on commit 7ce2123

Please sign in to comment.