Skip to content

Commit 99ff633

Browse files
committed
Update versions for various dependencies
1 parent 9f1e099 commit 99ff633

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

gradle.properties

Lines changed: 12 additions & 12 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.1.0
63-
owaspDependencyCheckPluginVersion=12.1.8
63+
owaspDependencyCheckPluginVersion=12.1.9
6464
versioningPluginVersion=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
9999
apacheMinaVersion=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
124124
commonsBeanutilsVersion=1.11.0
125-
commonsCodecVersion=1.19.0
125+
commonsCodecVersion=1.20.0
126126
commonsCollections4Version=4.5.0
127127
commonsCollectionsVersion=3.2.2
128128
commonsCompressVersion=1.28.0
129129
commonsDbcpVersion=1.4
130130
commonsDigesterVersion=1.8.1
131131
commonsDiscoveryVersion=0.2
132-
commonsIoVersion=2.20.0
133-
commonsLang3Version=3.19.0
132+
commonsIoVersion=2.21.0
133+
commonsLang3Version=3.20.0
134134
commonsLangVersion=2.6
135135
commonsLoggingVersion=1.3.5
136136
commonsMath3Version=3.6.1
137137
commonsPoolVersion=1.6
138138
commonsTextVersion=1.14.0
139-
commonsValidatorVersion=1.10.0
139+
commonsValidatorVersion=1.10.1
140140
commonsVfs2Version=2.10.0
141141

142-
datadogVersion=1.54.0
142+
datadogVersion=1.55.0
143143

144144
dom4jVersion=2.1.4
145145

@@ -155,7 +155,7 @@ fopVersion=2.11
155155

156156
# Force latest for consistency
157157
googleAutoValueAnnotationsVersion=1.10.4
158-
googleErrorProneAnnotationsVersion=2.42.0
158+
googleErrorProneAnnotationsVersion=2.44.0
159159
googleHttpClientVersion=2.0.2
160160
googleOauthClientVersion=1.39.0
161161
googleProtocolBufVersion=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
167167
gsonVersion=2.8.9
168168

169-
grpcVersion=1.76.0
169+
grpcVersion=1.77.0
170170

171171
guavaVersion=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
268268
postgresqlDriverVersion=42.7.8
269269

270-
quartzVersion=2.5.0
270+
quartzVersion=2.5.1
271271

272272
reflectionsVersion=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
291291
springBootVersion=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.
298298
stax2ApiVersion=4.2.2

0 commit comments

Comments
 (0)