-
Notifications
You must be signed in to change notification settings - Fork 9
/
gradle.properties
325 lines (237 loc) · 10.1 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
#moduleSet=all
#ideaIncludeAllModules=true
# This controls Gradle's file system watching, which improves efficiency of incremental builds
# https://docs.gradle.org/current/userguide/file_system_watching.html
org.gradle.vfs.watch=true
# This controls Gradle's build cache, which improves efficiency.
# https://docs.gradle.org/current/userguide/build_cache.html
org.gradle.caching=true
# comment out or use --no-parallel to turn off parallel execution
org.gradle.parallel=true
# comment out and Gradle will attempt to determine the optimal number of executor threads to use
# (this could be memory-intensive)
org.gradle.workers.max=3
# Default to using 2GB of memory for the JVM.
org.gradle.jvmargs=-Xmx2048m -XX:+UseParallelGC
# Uncomment to restrict the number of concurrent npm build tasks. Useful for systems with limited resources.
#npmRunLimit=2
# Set the action to be performed when a version conflict between a dependency included from the build and one that already exists
# is detected. Default behavior on detecting a conflict is to fail. Possible values are delete, fail, warn.
# The value 'delete' will cause the conflicting version(s) in the build directory to be removed.
versionConflictAction=delete
# Comment the following line when deploying a pre-build distribution with embedded tomcat
useLocalBuild
# Uncomment the following line when using SSL for your embedded tomcat server
#useSsl
# the URL for the artifact repository where our build plugins are housed
# as well as the build artifacts. (Be careful not to include a trailing slash
# in the context URL or you will get a 500 error from artifactory.)
artifactory_contextUrl=https://labkey.jfrog.io/artifactory
# The source and target versions of Java for compilation tasks
# @JavaRuntimeVersion
sourceCompatibility=17
targetCompatibility=17
# indicates if we should use previously published artifacts or build from source
# This setting applies to all projects unless overridden on command line or in a
# project's own gradle.properties file.
buildFromSource=true
# The default version for LabKey artifacts that are built or that we depend on.
# override in an individual module's gradle.properties file as necessary
labkeyVersion=25.1-SNAPSHOT
labkeyClientApiVersion=6.2.0
# Version numbers for the various binary artifacts that are included when
# deploying via deployApp or deployDist and when creating distributions.
windowsUtilsVersion=1.0
# Uncomment the following line to download proteomics binaries
#includeProteomicsBinaries
linuxProteomicsBinariesVersion=2.0
osxProteomicsBinariesVersion=1.0
windowsProteomicsBinariesVersion=1.0
# The current version numbers for the gradle plugins.
artifactoryPluginVersion=5.2.5
gradleNodePluginVersion=3.5.1
gradlePluginsVersion=4.2.0
owaspDependencyCheckPluginVersion=11.1.0
versioningPluginVersion=1.1.2
# Versions of node and npm to use during the build. If set, these versions
# will be downloaded and used. If not set, the existing local installations will be used
# The version of npm corresponds to the given version of node
npmVersion=10.7.0
nodeVersion=20.15.1
nodeRepo=https://nodejs.org/dist
# Directory in a project's build directory where the node binary will be placed
nodeWorkDirectory=.node
# Directory in a project's build directory where the npm binary will be placed
npmWorkDirectory=.node
#yarnVersion=1.16.0
# Directory in a project's build directory where the yarn binary will be placed
#yarnWorkDirectory=.node
# uncomment the line below to include version number info in build artifacts
# Generally you don't need or want to do this when developing.
#includeVcs
# Version numbers for external libraries that we depend on
# These are the libraries that are used by our "base" modules
# (api, bootstrap, schemas, remoteapi). Other modules that
# have extensive other external dependencies should have a local
# gradle.properties file to declare these version numbers. Naming
# convention is <library name>Version camel-cased, i.e. "jacksonVersion".
# The implementation of Jakarta Activation API that we use. Keep in sync with jakartaActivationApiVersion (below).
angusActivationVersion=2.0.2
angusMailVersion=2.0.3
annotationsVersion=15.0
antVersion=1.10.13
#Unifying version used by DISCVR and Premium
apacheDirectoryVersion=2.1.3
#Transitive dependency of Apache directory: 2.0.18 contains some regressions
apacheMinaVersion=2.2.1
# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
apacheTomcatVersion=10.1.34
# (mothership) -> json-path -> json-smart -> accessor-smart
# (core) -> graalvm
# tika
asmVersion=9.7.1
# Apache Batik -- Batik version needs to be compatible with Apache FOP, but we need to pull in batik-codec separately
batikVersion=1.18
# sync with Tika version (or later)
bouncycastlePgpVersion=1.79
bouncycastleVersion=1.79
cglibNodepVersion=2.2.3
checkerQualVersion=3.31.0
# the beanutils version is not the default version brought from commons-validator and/or commons-digester
# in the :server:api module but is required for some of our code to compile
commonsBeanutilsVersion=1.9.4
commonsCollectionsVersion=3.2.2
commonsCollections4Version=4.4
commonsCodecVersion=1.17.1
commonsCompressVersion=1.27.1
commonsDbcpVersion=1.4
commonsDiscoveryVersion=0.2
commonsDigesterVersion=1.8.1
commonsIoVersion=2.18.0
commonsLangVersion=2.6
commonsLang3Version=3.17.0
commonsLoggingVersion=1.3.4
commonsMath3Version=3.6.1
commonsPoolVersion=1.6
commonsTextVersion=1.12.0
commonsValidatorVersion=1.9.0
commonsVfs2Version=2.7.0
datadogVersion=1.42.2
dom4jVersion=2.1.4
ehcacheCoreVersion=2.6.8
eigenbasePropertiesVersion=1.1.6
eigenbaseResgenVersion=1.3.7
eigenbaseXomVersion=1.3.7
flyingsaucerVersion=R8
# Apache FOP -- linked to Apache Batik version above
fopVersion=2.10
# Force latest for consistency
googleAutoValueAnnotationsVersion=1.10.4
googleErrorProneAnnotationsVersion=2.36.0
googleHttpClientVersion=1.45.1
googleOauthClientVersion=1.36.0
googleProtocolBufVersion=3.25.5
graalVersion=24.1.1
# Cloud and SequenceAnalysis bring gson in as a transitive dependency.
# We resolve to the later version here to keep things consistent
# Note: Current jclouds seems to require 2.8.9; attempting to upgrade to 2.9.0 cratered the S3 test suite with many
# "java.lang.NoSuchMethodError: 'void com.google.gson.internal.ConstructorConstructor.<init>(java.util.Map)'" errors
gsonVersion=2.8.9
grpcVersion=1.68.1
guavaVersion=33.3.1-jre
# Note: You won't find usages in the product sources; this property is used by the gradle plugin.
gwtVersion=2.11.0
gwtServletJakartaVersion=2.11.0
# force hadoop-hdfs-client for CVE-2021-37404, CVE-2022-25168, CVE-2022-26612, CVE-2021-25642, CVE-2021-33036, CVE-2023-26031,
hadoopHdfsClientVersion=3.4.1
hamcrestVersion=2.2
# Note: if changing this, we might need to match with the picard version in the SequenceAnalysis module build.gradle
htsjdkVersion=4.0.0
httpclient5Version=5.4.1
httpcore5Version=5.3.1
# Not used directly, but these are widely used transitive dependencies
httpclientVersion=4.5.14
httpcoreVersion=4.4.16
# Update all Jackson dependency versions below in tandem, unless one gets a patch release out-of-sync with the others
jacksonVersion=2.18.1
jacksonAnnotationsVersion=2.18.1
jacksonDatabindVersion=2.18.1
jacksonJaxrsBaseVersion=2.18.1
# The Jakarta Activation API version that Angus Activation implements. Keep in sync with angusActivationVersion (above).
jakartaActivationApiVersion=2.1.3
jamaVersion=1.0.3
javassistVersion=3.20.0-GA
javaxAnnotationVersion=1.3.2
# cloud, pipeline, query, and tests (sardine) use the old JAXB API and runtime versions
jaxbApiOldVersion=2.3.1
jaxbOldVersion=2.3.3
# All other direct and indirect uses of JAXB use the current, jakarta-packaged versions
jaxbApiVersion=4.0.2
jaxbVersion=4.0.5
jaxrpcVersion=1.1
# jfreechart brings this in as a transitive dependency; targetedms declares this as a direct dependency
jcommonVersion=1.0.23
jfreechartVersion=1.0.19
jmockVersion=2.6.0
jodaTimeVersion=2.13.0
# brought in transitively from guava and other google packages. Need to resolve consistently
jsr305Version=3.0.2
orgJsonVersion=20240303
jsoupVersion=1.18.1
junitVersion=4.13.2
jxlVersion=2.6.3
kaptchaVersion=2.3
log4j2Version=2.24.2
lombokVersion=1.18.36
luceneVersion=9.12.0
mssqlJdbcVersion=12.8.1.jre11
# forced compatibility between docker and UserReg-WS
nettyVersion=4.1.115.Final
objenesisVersion=1.0
# increase from 2.0 for remoteclientapi/java
opencsvVersion=2.3
openTracingVersion=0.33.0
# sync with version Tika ships
pdfboxVersion=3.0.3
# sync with version Tika ships
poiVersion=5.3.0
pollingWatchVersion=0.2.0
postgresqlDriverVersion=42.7.4
quartzVersion=2.5.0
reflectionsVersion=0.10.2
rforgeVersion=0.6-8.1
# sync with Tika version
romeVersion=2.1.0
# Tomcat 10 implements 6.x
servletApiVersion=6.0.0
# this version is forced for compatibility with pipeline and tika
slf4jLog4j12Version=2.0.16
# this version is forced for compatibility with api, LDK, and workflow
slf4jLog4jApiVersion=2.0.16
# This is a dependency for HTSJDK. Force version for CVE-2023-43642
snappyJavaVersion=1.1.10.7
# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
springBootVersion=3.4.0
# This usually matches the Spring Framework version dictated by springBootVersion
springVersion=6.2.0
sqliteJdbcVersion=3.47.0.0
# NLP and SAML bring stax2-api in as a transitive dependency but with very different versions. We force the later version.
stax2ApiVersion=4.2.2
thumbnailatorVersion=0.4.20
# used for tika-core in API and tika-parsers in search
tikaVersion=3.0.0
# sync with Tika
tukaaniXZVersion=1.10
validationApiVersion=1.1.0.Final
validationJakartaApiVersion=3.0.2
# NLP and SAML bring woodstox-core in as a transitive dependency but with very different versions. We force the later version.
woodstoxCoreVersion=7.1.0
# saml and query bring in different versions transitively; we force the later one
xalanVersion=2.7.2
# sync with Tika
xercesImplVersion=2.12.2
# version 2.0.2 was relocated to xml-apis:xml-apis:1.0.b2, so we use 1.0.b2 here since later versions of Gradle don't support
# using the relocated version
xmlApisVersion=1.0.b2
# sync with Tika/POI
xmlbeansVersion=5.2.0