Skip to content

Commit 2b1ce57

Browse files
Update labkeyVersion to 25.3.3
2 parents a8924e5 + aee0dbf commit 2b1ce57

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ allprojects {
195195
force "org.apache.logging.log4j:log4j-core:${log4j2Version}"
196196
force "org.apache.logging.log4j:log4j-api:${log4j2Version}"
197197
force "org.apache.logging.log4j:log4j-1.2-api:${log4j2Version}"
198+
force "org.apache.commons:commons-vfs2:${commonsVfs2Version}"
198199
// force version for consistency with saml, query, LDK, and pipeline
199200
force "commons-lang:commons-lang:${commonsLangVersion}"
200201
// force version for consistency with workflow, api, SequenceAnalysis

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ buildFromSource=true
4444

4545
# The default version for LabKey artifacts that are built or that we depend on.
4646
# override in an individual module's gradle.properties file as necessary
47-
labkeyVersion=25.3.2
47+
labkeyVersion=25.3.3
4848
labkeyClientApiVersion=6.2.0
4949

5050
# Version numbers for the various binary artifacts that are included when
@@ -137,7 +137,7 @@ commonsMath3Version=3.6.1
137137
commonsPoolVersion=1.6
138138
commonsTextVersion=1.13.0
139139
commonsValidatorVersion=1.9.0
140-
commonsVfs2Version=2.7.0
140+
commonsVfs2Version=2.10.0
141141

142142
datadogVersion=1.45.1
143143

server/embedded/src/main/resources/log4j2.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,7 @@ account managers so that we can coordinate edits with other customized copies of
239239

240240
<Logger name="org.labkey.api.dataiterator" />
241241

242-
<Logger name="org.labkey.docker" >
243-
<level value="info"/>
244-
</Logger>
242+
<Logger name="org.labkey.docker" level="info"/>
245243

246244
<Logger name="org.labkey.rstudio" level="info"/>
247245

0 commit comments

Comments
 (0)