Skip to content

Commit

Permalink
Fix dependency vulnerability CVE-2021-29425
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h committed Apr 20, 2021
1 parent f78e765 commit 4a3d8e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ allprojects {
compile "org.hibernate:hibernate-validator:6.0.2.Final"
compile "com.moandjiezana.toml:toml4j:0.7.2"
compile "commons-codec:commons-codec:1.6"
compile "commons-io:commons-io:2.6"
compile "commons-io:commons-io:2.8.0"
compile "org.bouncycastle:bcpkix-jdk15on:1.61"
compile "org.xerial:sqlite-jdbc:3.23.1"
compile "com.h2database:h2:1.4.200"
Expand Down
2 changes: 1 addition & 1 deletion data-migration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compile project(':ddls')
compile project(':cli:cli-api')
compile 'commons-codec:commons-codec:1.6'
compile 'commons-io:commons-io:2.6'
compile 'commons-io:commons-io:2.8.0'
compile 'org.bouncycastle:bcpkix-jdk15on'
runtimeOnly 'org.xerial:sqlite-jdbc:3.23.1'
runtimeOnly 'com.h2database:h2:1.4.200'
Expand Down
2 changes: 1 addition & 1 deletion data-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
<version>2.8.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 4a3d8e4

Please sign in to comment.