diff --git a/build.gradle b/build.gradle index c5f6934b..fa8436b2 100644 --- a/build.gradle +++ b/build.gradle @@ -13,12 +13,12 @@ buildscript { // Force patched versions of vulnerable transitive dependencies in the build classpath configurations.classpath { resolutionStrategy { - force 'io.netty:netty-codec-http:4.2.15.Final' - force 'io.netty:netty-codec-http2:4.2.15.Final' - force 'io.netty:netty-codec:4.2.15.Final' - force 'io.netty:netty-handler:4.2.15.Final' - force 'io.netty:netty-handler-proxy:4.2.15.Final' - force 'io.netty:netty-common:4.2.15.Final' + force 'io.netty:netty-codec-http:4.2.16.Final' + force 'io.netty:netty-codec-http2:4.2.16.Final' + force 'io.netty:netty-codec:4.2.16.Final' + force 'io.netty:netty-handler:4.2.16.Final' + force 'io.netty:netty-handler-proxy:4.2.16.Final' + force 'io.netty:netty-common:4.2.16.Final' force 'org.bitbucket.b_c:jose4j:0.9.6' force 'org.jdom:jdom2:2.0.6.1' force 'com.google.protobuf:protobuf-java:3.25.5' @@ -37,12 +37,12 @@ buildscript { subprojects { configurations.configureEach { resolutionStrategy { - force 'io.netty:netty-codec-http:4.2.15.Final' - force 'io.netty:netty-codec-http2:4.2.15.Final' - force 'io.netty:netty-codec:4.2.15.Final' - force 'io.netty:netty-handler:4.2.15.Final' - force 'io.netty:netty-handler-proxy:4.2.15.Final' - force 'io.netty:netty-common:4.2.15.Final' + force 'io.netty:netty-codec-http:4.2.16.Final' + force 'io.netty:netty-codec-http2:4.2.16.Final' + force 'io.netty:netty-codec:4.2.16.Final' + force 'io.netty:netty-handler:4.2.16.Final' + force 'io.netty:netty-handler-proxy:4.2.16.Final' + force 'io.netty:netty-common:4.2.16.Final' force 'org.bitbucket.b_c:jose4j:0.9.6' force 'org.jdom:jdom2:2.0.6.1' force 'com.google.protobuf:protobuf-java:3.25.5'