Skip to content

Commit

Permalink
Dependency updates to resolve reported vulnerabilities (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanck authored Oct 12, 2023
1 parent 89f533b commit 7941d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
assertj-ver = "3.24.2"
avro-ver = "1.11.1"
avro-ver = "1.11.3"
awaitility-ver = "4.2.0"
hadoop-ver = "3.3.6"
hive-ver = "2.3.9"
Expand Down
1 change: 1 addition & 0 deletions kafka-connect-runtime/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ configurations {
resolutionStrategy.force "org.codehaus.jettison:jettison:1.5.4"
resolutionStrategy.force "org.xerial.snappy:snappy-java:1.1.10.5"
resolutionStrategy.force "org.apache.hadoop.thirdparty:hadoop-shaded-guava:1.1.1-tabular"
resolutionStrategy.force "org.eclipse.jetty:jetty-server:9.4.53.v20231009"
resolutionStrategy.eachDependency { details ->
if (details.requested.group == "io.netty") {
details.useVersion "4.1.86.Final"
Expand Down

0 comments on commit 7941d98

Please sign in to comment.