Skip to content

Commit 1cac455

Browse files
Update commons VFS (#1025)
1 parent 5bea5e0 commit 1cac455

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

+1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ commonsMath3Version=3.6.1
136136
commonsPoolVersion=1.6
137137
commonsTextVersion=1.12.0
138138
commonsValidatorVersion=1.9.0
139-
commonsVfs2Version=2.7.0
139+
commonsVfs2Version=2.10.0
140140

141141
datadogVersion=1.41.1
142142

0 commit comments

Comments
 (0)