@@ -60,7 +60,7 @@ windowsProteomicsBinariesVersion=1.0
6060artifactoryPluginVersion =5.2.5
6161gradleNodePluginVersion =7.1.0
6262gradlePluginsVersion =7.1.0
63- owaspDependencyCheckPluginVersion =12.1.8
63+ owaspDependencyCheckPluginVersion =12.1.9
6464versioningPluginVersion =1.1.3
6565
6666# Versions of node and npm to use during the build. If set, these versions
@@ -99,7 +99,7 @@ apacheDirectoryVersion=2.1.7
9999apacheMinaVersion =2.2.4
100100
101101# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
102- apacheTomcatVersion =10.1.48
102+ apacheTomcatVersion =10.1.49
103103
104104# (mothership) -> json-path -> json-smart -> accessor-smart
105105# (core) -> graalvm
@@ -122,24 +122,24 @@ commonmarkVersion=0.27.0
122122# the beanutils version is not the default version brought from commons-validator and/or commons-digester
123123# in the :server:api module but is required for some of our code to compile
124124commonsBeanutilsVersion =1.11.0
125- commonsCodecVersion =1.19 .0
125+ commonsCodecVersion =1.20 .0
126126commonsCollections4Version =4.5.0
127127commonsCollectionsVersion =3.2.2
128128commonsCompressVersion =1.28.0
129129commonsDbcpVersion =1.4
130130commonsDigesterVersion =1.8.1
131131commonsDiscoveryVersion =0.2
132- commonsIoVersion =2.20 .0
133- commonsLang3Version =3.19 .0
132+ commonsIoVersion =2.21 .0
133+ commonsLang3Version =3.20 .0
134134commonsLangVersion =2.6
135135commonsLoggingVersion =1.3.5
136136commonsMath3Version =3.6.1
137137commonsPoolVersion =1.6
138138commonsTextVersion =1.14.0
139- commonsValidatorVersion =1.10.0
139+ commonsValidatorVersion =1.10.1
140140commonsVfs2Version =2.10.0
141141
142- datadogVersion =1.54 .0
142+ datadogVersion =1.55 .0
143143
144144dom4jVersion =2.1.4
145145
@@ -155,7 +155,7 @@ fopVersion=2.11
155155
156156# Force latest for consistency
157157googleAutoValueAnnotationsVersion =1.10.4
158- googleErrorProneAnnotationsVersion =2.42 .0
158+ googleErrorProneAnnotationsVersion =2.44 .0
159159googleHttpClientVersion =2.0.2
160160googleOauthClientVersion =1.39.0
161161googleProtocolBufVersion =3.25.8
@@ -166,7 +166,7 @@ googleProtocolBufVersion=3.25.8
166166# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
167167gsonVersion =2.8.9
168168
169- grpcVersion =1.76 .0
169+ grpcVersion =1.77 .0
170170
171171guavaVersion =33.5.0-jre
172172
@@ -267,7 +267,7 @@ pollingWatchVersion=0.2.0
267267# Newer versions of the driver have a perf degradation that's important for us. https://github.com/pgjdbc/pgjdbc/issues/3505
268268postgresqlDriverVersion =42.7.8
269269
270- quartzVersion =2.5.0
270+ quartzVersion =2.5.1
271271
272272reflectionsVersion =0.10.2
273273
@@ -290,9 +290,9 @@ snappyJavaVersion=1.1.10.8
290290# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
291291springBootVersion =3.5.7
292292# This usually matches the Spring Framework version dictated by springBootVersion
293- springVersion =6.2.12
293+ springVersion =6.2.13
294294
295- sqliteJdbcVersion =3.50.3 .0
295+ sqliteJdbcVersion =3.51.0 .0
296296
297297# NLP and SAML bring stax2-api in as a transitive dependency but with very different versions. We force the later version.
298298stax2ApiVersion =4.2.2
0 commit comments