Skip to content

Commit a6ebd69

Browse files
committed
Update jar dependencies - 10/25
1 parent 1eb9290 commit a6ebd69

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

gradle.properties

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ windowsProteomicsBinariesVersion=1.0
6060
artifactoryPluginVersion=5.2.5
6161
gradleNodePluginVersion=7.1.0
6262
gradlePluginsVersion=7.0.0
63-
owaspDependencyCheckPluginVersion=12.1.6
63+
owaspDependencyCheckPluginVersion=12.1.8
6464
versioningPluginVersion=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

9292
annotationsVersion=15.0
9393

@@ -104,22 +104,22 @@ 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
110110
batikVersion=1.19
111111

112112
# sync with Tika version (or later)
113-
bouncycastlePgpVersion=1.81
114-
bouncycastleVersion=1.81
113+
bouncycastlePgpVersion=1.82
114+
bouncycastleVersion=1.82
115115

116-
byteBuddyVersion=1.17.7
116+
byteBuddyVersion=1.17.8
117117

118118
cglibNodepVersion=2.2.3
119119

120120
checkerQualVersion=3.31.0
121121

122-
commonmarkVersion=0.25.1
122+
commonmarkVersion=0.27.0
123123

124124
# the beanutils version is not the default version brought from commons-validator and/or commons-digester
125125
# in the :server:api module but is required for some of our code to compile
@@ -132,7 +132,7 @@ commonsDbcpVersion=1.4
132132
commonsDigesterVersion=1.8.1
133133
commonsDiscoveryVersion=0.2
134134
commonsIoVersion=2.20.0
135-
commonsLang3Version=3.18.0
135+
commonsLang3Version=3.19.0
136136
commonsLangVersion=2.6
137137
commonsLoggingVersion=1.3.5
138138
commonsMath3Version=3.6.1
@@ -141,7 +141,7 @@ commonsTextVersion=1.14.0
141141
commonsValidatorVersion=1.10.0
142142
commonsVfs2Version=2.10.0
143143

144-
datadogVersion=1.52.1
144+
datadogVersion=1.54.0
145145

146146
dom4jVersion=2.1.4
147147

@@ -157,8 +157,8 @@ fopVersion=2.11
157157

158158
# Force latest for consistency
159159
googleAutoValueAnnotationsVersion=1.10.4
160-
googleErrorProneAnnotationsVersion=2.41.0
161-
googleHttpClientVersion=2.0.0
160+
googleErrorProneAnnotationsVersion=2.42.0
161+
googleHttpClientVersion=2.0.2
162162
googleOauthClientVersion=1.39.0
163163
googleProtocolBufVersion=3.25.8
164164

@@ -168,9 +168,9 @@ googleProtocolBufVersion=3.25.8
168168
# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
169169
gsonVersion=2.8.9
170170

171-
grpcVersion=1.75.0
171+
grpcVersion=1.76.0
172172

173-
guavaVersion=33.4.8-jre
173+
guavaVersion=33.5.0-jre
174174

175175
# Note: You won't find usages in the product sources; this property is used by the gradle plugin.
176176
gwtVersion=2.12.2
@@ -184,8 +184,8 @@ hamcrestVersion=2.2
184184
# Note: if changing this, we might need to match with the picard version in the SequenceAnalysis module build.gradle
185185
htsjdkVersion=4.3.0
186186

187-
httpclient5Version=5.5
188-
httpcore5Version=5.3.5
187+
httpclient5Version=5.5.1
188+
httpcore5Version=5.3.6
189189

190190
# Not used directly, but these are widely used transitive dependencies
191191
httpclientVersion=4.5.14
@@ -201,7 +201,7 @@ jacksonDatabindVersion=2.20.0
201201
jacksonJaxrsBaseVersion=2.20.0
202202

203203
# The Jakarta Activation API version that Angus Activation implements. Keep in sync with angusActivationVersion (above).
204-
jakartaActivationApiVersion=2.1.3
204+
jakartaActivationApiVersion=2.1.4
205205

206206
jamaVersion=1.0.3
207207

@@ -241,16 +241,16 @@ jxlVersion=2.6.3
241241

242242
kaptchaVersion=2.3
243243

244-
log4j2Version=2.24.3
244+
log4j2Version=2.25.2
245245

246-
lombokVersion=1.18.38
246+
lombokVersion=1.18.42
247247

248-
luceneVersion=9.12.2
248+
luceneVersion=9.12.3
249249

250-
mssqlJdbcVersion=13.2.0.jre11
250+
mssqlJdbcVersion=13.2.1.jre11
251251

252252
# force for docker
253-
nettyVersion=4.2.5.Final
253+
nettyVersion=4.2.7.Final
254254

255255
objenesisVersion=1.0
256256

@@ -267,7 +267,7 @@ poiVersion=5.4.0
267267
pollingWatchVersion=0.2.0
268268

269269
# 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
270+
postgresqlDriverVersion=42.7.8
271271

272272
quartzVersion=2.5.0
273273

@@ -302,7 +302,7 @@ stax2ApiVersion=4.2.2
302302
thumbnailatorVersion=0.4.20
303303

304304
# used for tika-core in API and tika-parsers in search
305-
tikaVersion=3.2.2
305+
tikaVersion=3.2.3
306306

307307
# sync with Tika
308308
tukaaniXZVersion=1.10

0 commit comments

Comments
 (0)