Skip to content

Commit 922b1e6

Browse files
Update labkeyVersion to 25.11.5
2 parents 7e5e610 + 41483fa commit 922b1e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ allprojects {
332332
force "org.bouncycastle:bcprov-jdk18on:${bouncycastleVersion}"
333333
// force consistency in docker and connectors and saml
334334
force "org.bouncycastle:bcpkix-jdk18on:${bouncycastleVersion}"
335-
// docker dependency: force to mitigate CVEs in 4.1.46
335+
// docker dependency: force to mitigate CVEs
336336
force "io.netty:netty-resolver:${nettyVersion}"
337337
force "io.netty:netty-resolver-dns:${nettyVersion}"
338338
force "io.netty:netty-handler:${nettyVersion}"

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ buildFromSource=true
4444

4545
# The default version for LabKey artifacts that are built or that we depend on.
4646
# override in an individual module's gradle.properties file as necessary
47-
labkeyVersion=25.11.4
47+
labkeyVersion=25.11.5
4848
labkeyClientApiVersion=7.0.0
4949

5050
# Version numbers for the various binary artifacts that are included when
@@ -135,7 +135,7 @@ commonsLangVersion=2.6
135135
commonsLoggingVersion=1.3.5
136136
commonsMath3Version=3.6.1
137137
commonsPoolVersion=1.6
138-
commonsTextVersion=1.14.0
138+
commonsTextVersion=1.15.0
139139
commonsValidatorVersion=1.10.0
140140
commonsVfs2Version=2.10.0
141141

@@ -248,7 +248,7 @@ luceneVersion=9.12.3
248248
mssqlJdbcVersion=13.2.1.jre11
249249

250250
# force for docker
251-
nettyVersion=4.2.7.Final
251+
nettyVersion=4.2.9.Final
252252

253253
objenesisVersion=1.0
254254

0 commit comments

Comments
 (0)