Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down