Skip to content

Commit

Permalink
Upgrade commons-configuration2 to 2.8.0 (#3063) (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 authored Jul 25, 2022
1 parent 7c0a4a1 commit 0f5b861
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ dependencies {
// testCompile "org.antlr:antlr4-runtime:4.7.2"

compile group: 'org.roaringbitmap', name: 'RoaringBitmap', version: '0.7.17'
compile group: 'org.apache.commons', name: 'commons-configuration2', version: '2.7'
compile(group: 'org.apache.commons', name: 'commons-configuration2', version: '2.7') {
compile(group: 'org.apache.commons', name: 'commons-configuration2', version: '2.8.0') {
exclude group: "org.yaml"
exclude module: "snakeyaml"
exclude module: "commons-lang3"
}
compile group: 'org.yaml', name: 'snakeyaml', version: '1.26'
testCompile group: 'com.github.stefanbirkner', name: 'system-rules', version: '1.19.0'
Expand Down
3 changes: 2 additions & 1 deletion full/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ dependencies {
testCompile group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.0.3'

compile group: 'org.roaringbitmap', name: 'RoaringBitmap', version: '0.7.17'
compile(group: 'org.apache.commons', name: 'commons-configuration2', version: '2.7') {
compile(group: 'org.apache.commons', name: 'commons-configuration2', version: '2.8.0') {
exclude group: "org.yaml"
exclude module: "snakeyaml"
exclude module: "commons-lang3"
}
compile group: 'org.yaml', name: 'snakeyaml', version: '1.26'
testCompile group: 'com.github.stefanbirkner', name: 'system-rules', version: '1.19.0'
Expand Down

0 comments on commit 0f5b861

Please sign in to comment.