@@ -46,7 +46,7 @@ buildFromSource=true
46
46
# The default version for LabKey artifacts that are built or that we depend on.
47
47
# override in an individual module's gradle.properties file as necessary
48
48
labkeyVersion =21.7-SNAPSHOT
49
- labkeyClientApiVersion =1.3.2
49
+ labkeyClientApiVersion =1.4.0
50
50
# Version numbers for the various binary artifacts that are included when
51
51
# deploying via deployApp or deployDist and when creating distributions.
52
52
windowsUtilsVersion =1.0
@@ -57,7 +57,7 @@ windowsProteomicsBinariesVersion=1.0
57
57
# The current version numbers for the gradle plugins.
58
58
artifactoryPluginVersion =4.21.0
59
59
gradleNodePluginVersion =3.0.1
60
- gradlePluginsVersion =1.26 .0
60
+ gradlePluginsVersion =1.28 .0
61
61
owaspDependencyCheckPluginVersion =5.2.1
62
62
versioningPluginVersion =1.1.0
63
63
@@ -91,7 +91,7 @@ activationVersion=1.2.1
91
91
92
92
annotationsVersion =15.0
93
93
94
- apacheTomcatVersion =8.5.51
94
+ apacheTomcatVersion =8.5.66
95
95
96
96
# Unifying version used by DISCVR and Premium
97
97
apacheDirectoryVersion =1.0.3
@@ -110,26 +110,26 @@ bouncycastleVersion=1.60
110
110
111
111
cglibNodepVersion =2.2.3
112
112
113
- commonsCollectionsVersion =3.2.2
114
- commonsCollections4Version =4.2
115
- commonsCodecVersion =1.10
116
113
# the beanutils version is not the default version brought from commons-validator and/or commons-digester
117
114
# in the :server:api module but is required for some of our code to compile
118
- commonsBeanutilsVersion =1.7.0
115
+ commonsBeanutilsVersion =1.8.3
116
+ commonsCollectionsVersion =3.2.2
117
+ commonsCollections4Version =4.4
118
+ commonsCodecVersion =1.15
119
119
# sync with version Tika ships
120
120
commonsCompressVersion =1.20
121
121
commonsDbcpVersion =1.4
122
122
commonsDiscoveryVersion =0.2
123
123
commonsDigesterVersion =1.8.1
124
- commonsFileuploadVersion =1.3.1
124
+ commonsFileuploadVersion =1.4
125
125
commonsIoVersion =2.8.0
126
126
commonsLangVersion =2.6
127
127
commonsLang3Version =3.12.0
128
128
commonsLoggingVersion =1.2
129
129
commonsMath3Version =3.6.1
130
- commonsNetVersion =3.5
130
+ commonsNetVersion =3.8.0
131
131
commonsPoolVersion =1.6
132
- commonsValidatorVersion =1.5.0
132
+ commonsValidatorVersion =1.7
133
133
134
134
dom4jVersion =1.6.1
135
135
@@ -152,27 +152,27 @@ graalVersion=20.0.0
152
152
# We resolve to the later version here to keep things consistent
153
153
gsonVersion =2.8.5
154
154
155
- guavaVersion =24.0 -jre
155
+ guavaVersion =30.1.1 -jre
156
156
gwtVersion =2.8.2
157
157
gwtServletVersion =2.8.2
158
158
# For dev builds, the targeted, single permutation browser. Can be either gwt-user-firefox, gwt-user-chrome, or gwt-user-ie
159
159
gwtBrowser =gwt-user-chrome
160
160
161
- hamcrestCoreVersion =1.3
161
+ hamcrestVersion =1.3
162
162
163
163
# Note: if changing this, we might need to match with the picard version in the SequenceAnalysis module build.gradle
164
164
# It is also necessary to update SequenceAnalysisManager.htsjdkVersion
165
165
htsjdkVersion =2.21.3
166
166
167
167
httpclientVersion =4.5.13
168
168
httpcoreVersion =4.4.14
169
- httpmimeVersion =4.5.3
169
+ httpmimeVersion =4.5.13
170
170
171
- jacksonVersion =2.9.5
172
- jacksonAnnotationsVersion =2.9.5
173
- jacksonJaxrsBaseVersion =2.9.5
171
+ jacksonVersion =2.12.3
172
+ jacksonAnnotationsVersion =2.12.3
173
+ jacksonJaxrsBaseVersion =2.12.3
174
174
175
- jamaVersion =1.0.2
175
+ jamaVersion =1.0.3
176
176
177
177
javassistVersion =3.20.0-GA
178
178
@@ -183,29 +183,33 @@ jaxbVersion=2.3.0
183
183
184
184
jaxrpcVersion =1.1
185
185
186
- jfreechartVersion =1.0.14
186
+ # jfreechart brings this in as a transitive dependency; targetedms declares this as a direct dependency
187
+ jcommonVersion =1.0.23
188
+
189
+ jfreechartVersion =1.0.19
187
190
188
191
jmockVersion =2.6.0
189
192
190
193
jodaTimeVersion =2.8.1
191
194
192
- jsonSimpleVersion =1.1
195
+ # brought in transitively from guava and other google packages. Need to resolve consistently
196
+ jsr305Version =3.0.2
197
+
198
+ jsonSimpleVersion =1.1.1
193
199
194
200
jtdsVersion =1.3.1
195
201
196
202
jtidyVersion =r918
197
203
198
- junitVersion =4.12
204
+ junitVersion =4.13.2
199
205
200
206
jxlVersion =2.6.3
201
207
202
208
kaptchaVersion =2.3
203
209
204
- log4j2Version =2.13.3
205
-
206
- logbackVersion =1.1.1
210
+ log4j2Version =2.14.1
207
211
208
- mysqlDriverVersion =8.0.18
212
+ mysqlDriverVersion =8.0.23
209
213
210
214
objenesisVersion =1.0
211
215
@@ -249,6 +253,9 @@ springVersion=4.3.20.RELEASE
249
253
250
254
sqliteJdbcVersion =3.7.2
251
255
256
+ # NLP and SAML bring stax2-api in as a transitive dependency but with very different versions. We force the later version.
257
+ stax2ApiVersion =4.2.1
258
+
252
259
thumbnailatorVersion =0.4.8
253
260
254
261
# used for tika-core in API and tika-parsers in search
0 commit comments