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 and vga91 committed Jul 25, 2022
1 parent b058516 commit 0fe29b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ dependencies {
compile(group: 'org.apache.commons', name: 'commons-configuration2', version: '2.8.0') {
exclude group: "org.yaml"
exclude module: "snakeyaml"
exclude module: "commons-lang3"
}

// This was reported here https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/3048
Expand Down
1 change: 1 addition & 0 deletions full/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ dependencies {
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 0fe29b9

Please sign in to comment.