File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
9
9
id ' de.undercouch.download' version ' 5.6.0'
10
10
id ' kr.motd.sphinx' version ' 2.10.1' // documentation generation
11
11
id ' jacoco' // java code coverage plugin
12
- id " org.sonarqube" version " 5.1 .0.4882 " // sonarqube
12
+ id " org.sonarqube" version " 6.0 .0.5145 " // sonarqube
13
13
id ' net.thauvin.erik.gradle.semver' version ' 1.0.4' // semantic versioning
14
14
}
15
15
@@ -93,7 +93,7 @@ dependencies {
93
93
implementation ' com.couchbase.client:java-client:3.7.5'
94
94
runtimeOnly ' org.postgresql:postgresql:42.7.4' // postgresql jdbc driver required during runtime
95
95
96
- implementation ' commons-io:commons-io:2.17 .0' // I/O functionalities
96
+ implementation ' commons-io:commons-io:2.18 .0' // I/O functionalities
97
97
implementation ' commons-codec:commons-codec:1.17.1' // needed by commons-compress
98
98
implementation ' org.apache.commons:commons-compress:1.27.1' // I/O functionalities
99
99
}
You can’t perform that action at this time.
0 commit comments