diff --git a/build.gradle b/build.gradle index 5db80e3a39..3dbc7e1e96 100644 --- a/build.gradle +++ b/build.gradle @@ -332,7 +332,7 @@ allprojects { force "org.bouncycastle:bcprov-jdk18on:${bouncycastleVersion}" // force consistency in docker and connectors and saml force "org.bouncycastle:bcpkix-jdk18on:${bouncycastleVersion}" - // docker dependency: force to mitigate CVEs in 4.1.46 + // docker dependency: force to mitigate CVEs force "io.netty:netty-resolver:${nettyVersion}" force "io.netty:netty-resolver-dns:${nettyVersion}" force "io.netty:netty-handler:${nettyVersion}" diff --git a/gradle.properties b/gradle.properties index 9d5343278f..81a2d6f10a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -44,7 +44,7 @@ buildFromSource=true # The default version for LabKey artifacts that are built or that we depend on. # override in an individual module's gradle.properties file as necessary -labkeyVersion=25.11.4 +labkeyVersion=25.11.5 labkeyClientApiVersion=7.0.0 # Version numbers for the various binary artifacts that are included when @@ -135,7 +135,7 @@ commonsLangVersion=2.6 commonsLoggingVersion=1.3.5 commonsMath3Version=3.6.1 commonsPoolVersion=1.6 -commonsTextVersion=1.14.0 +commonsTextVersion=1.15.0 commonsValidatorVersion=1.10.0 commonsVfs2Version=2.10.0 @@ -248,7 +248,7 @@ luceneVersion=9.12.3 mssqlJdbcVersion=13.2.1.jre11 # force for docker -nettyVersion=4.2.7.Final +nettyVersion=4.2.9.Final objenesisVersion=1.0