@@ -59,8 +59,8 @@ windowsProteomicsBinariesVersion=1.0
5959# The current version numbers for the gradle plugins.
6060artifactoryPluginVersion =5.2.5
6161gradleNodePluginVersion =7.1.0
62- gradlePluginsVersion =7.1.0-updateStartAndStopTasks-SNAPSHOT
63- owaspDependencyCheckPluginVersion =12.1.6
62+ gradlePluginsVersion =7.1.0
63+ owaspDependencyCheckPluginVersion =12.1.8
6464versioningPluginVersion =1.1.2
6565
6666# Versions of node and npm to use during the build. If set, these versions
@@ -86,8 +86,8 @@ npmWorkDirectory=.node
8686# convention is <library name>Version camel-cased, i.e. "jacksonVersion".
8787
8888# The implementation of Jakarta Activation API that we use. Keep in sync with jakartaActivationApiVersion (below).
89- angusActivationVersion =2.0.2
90- angusMailVersion =2.0.4
89+ angusActivationVersion =2.0.3
90+ angusMailVersion =2.0.5
9191
9292annotationsVersion =15.0
9393
@@ -104,22 +104,20 @@ apacheTomcatVersion=10.1.46
104104# (mothership) -> json-path -> json-smart -> accessor-smart
105105# (core) -> graalvm
106106# tika
107- asmVersion =9.8
107+ asmVersion =9.9
108108
109109# Apache Batik -- Batik version needs to be compatible with Apache FOP, but we need to pull in batik-codec separately
110110batikVersion =1.19
111111
112112# sync with Tika version (or later)
113- bouncycastlePgpVersion =1.81
114- bouncycastleVersion =1.81
115-
116- byteBuddyVersion =1.17.7
113+ bouncycastlePgpVersion =1.82
114+ bouncycastleVersion =1.82
117115
118116cglibNodepVersion =2.2.3
119117
120118checkerQualVersion =3.31.0
121119
122- commonmarkVersion =0.25.1
120+ commonmarkVersion =0.27.0
123121
124122# the beanutils version is not the default version brought from commons-validator and/or commons-digester
125123# in the :server:api module but is required for some of our code to compile
@@ -132,7 +130,7 @@ commonsDbcpVersion=1.4
132130commonsDigesterVersion =1.8.1
133131commonsDiscoveryVersion =0.2
134132commonsIoVersion =2.20.0
135- commonsLang3Version =3.18 .0
133+ commonsLang3Version =3.19 .0
136134commonsLangVersion =2.6
137135commonsLoggingVersion =1.3.5
138136commonsMath3Version =3.6.1
@@ -141,7 +139,7 @@ commonsTextVersion=1.14.0
141139commonsValidatorVersion =1.10.0
142140commonsVfs2Version =2.10.0
143141
144- datadogVersion =1.52.1
142+ datadogVersion =1.54.0
145143
146144dom4jVersion =2.1.4
147145
@@ -157,8 +155,8 @@ fopVersion=2.11
157155
158156# Force latest for consistency
159157googleAutoValueAnnotationsVersion =1.10.4
160- googleErrorProneAnnotationsVersion =2.41 .0
161- googleHttpClientVersion =2.0.0
158+ googleErrorProneAnnotationsVersion =2.42 .0
159+ googleHttpClientVersion =2.0.2
162160googleOauthClientVersion =1.39.0
163161googleProtocolBufVersion =3.25.8
164162
@@ -168,9 +166,9 @@ googleProtocolBufVersion=3.25.8
168166# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
169167gsonVersion =2.8.9
170168
171- grpcVersion =1.75 .0
169+ grpcVersion =1.76 .0
172170
173- guavaVersion =33.4.8 -jre
171+ guavaVersion =33.5.0 -jre
174172
175173# Note: You won't find usages in the product sources; this property is used by the gradle plugin.
176174gwtVersion =2.12.2
@@ -184,8 +182,8 @@ hamcrestVersion=2.2
184182# Note: if changing this, we might need to match with the picard version in the SequenceAnalysis module build.gradle
185183htsjdkVersion =4.3.0
186184
187- httpclient5Version =5.5
188- httpcore5Version =5.3.5
185+ httpclient5Version =5.5.1
186+ httpcore5Version =5.3.6
189187
190188# Not used directly, but these are widely used transitive dependencies
191189httpclientVersion =4.5.14
@@ -201,7 +199,7 @@ jacksonDatabindVersion=2.20.0
201199jacksonJaxrsBaseVersion =2.20.0
202200
203201# The Jakarta Activation API version that Angus Activation implements. Keep in sync with angusActivationVersion (above).
204- jakartaActivationApiVersion =2.1.3
202+ jakartaActivationApiVersion =2.1.4
205203
206204jamaVersion =1.0.3
207205
@@ -241,16 +239,16 @@ jxlVersion=2.6.3
241239
242240kaptchaVersion =2.3
243241
244- log4j2Version =2.24.3
242+ log4j2Version =2.25.2
245243
246- lombokVersion =1.18.38
244+ lombokVersion =1.18.42
247245
248- luceneVersion =9.12.2
246+ luceneVersion =9.12.3
249247
250- mssqlJdbcVersion =13.2.0 .jre11
248+ mssqlJdbcVersion =13.2.1 .jre11
251249
252250# force for docker
253- nettyVersion =4.2.5 .Final
251+ nettyVersion =4.2.7 .Final
254252
255253objenesisVersion =1.0
256254
@@ -267,7 +265,7 @@ poiVersion=5.4.0
267265pollingWatchVersion =0.2.0
268266
269267# Newer versions of the driver have a perf degradation that's important for us. https://github.com/pgjdbc/pgjdbc/issues/3505
270- postgresqlDriverVersion =42.7.4
268+ postgresqlDriverVersion =42.7.8
271269
272270quartzVersion =2.5.0
273271
@@ -302,7 +300,7 @@ stax2ApiVersion=4.2.2
302300thumbnailatorVersion =0.4.20
303301
304302# used for tika-core in API and tika-parsers in search
305- tikaVersion =3.2.2
303+ tikaVersion =3.2.3
306304
307305# sync with Tika
308306tukaaniXZVersion =1.10
0 commit comments