Skip to content

Commit 6415db0

Browse files
committed
Updating dependencies (but not JDBC drivers).
1 parent f543725 commit 6415db0

File tree

36 files changed

+20
-9
lines changed

36 files changed

+20
-9
lines changed

build.gradle

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,27 @@ repositories {
99
mavenCentral()
1010
}
1111

12+
apply plugin: "com.github.ben-manes.versions"
13+
14+
buildscript {
15+
repositories {
16+
gradlePluginPortal()
17+
}
18+
19+
dependencies {
20+
classpath "com.github.ben-manes:gradle-versions-plugin:0.42.0"
21+
}
22+
}
23+
1224
dependencies {
1325
// Test dependencies
14-
compile 'org.mockito:mockito-core:3.2.4'
15-
compile 'commons-io:commons-io:2.6'
26+
compile 'org.mockito:mockito-core:4.3.1'
27+
compile 'commons-io:commons-io:2.11.0'
1628
compile group: 'org.hamcrest', name: 'hamcrest', version: '2.2'
1729

1830
// Module dependencies
19-
compile 'com.zaxxer:HikariCP:3.4.5'
20-
compile 'org.slf4j:slf4j-api:1.7.28'
31+
compile 'com.zaxxer:HikariCP:5.0.1'
32+
compile 'org.slf4j:slf4j-api:1.7.36'
2133
compile 'com.ibm.db2.jcc:db2jcc:db2jcc4'
2234
compile 'org.hsqldb:hsqldb:2.5.0'
2335
compile 'org.mariadb.jdbc:mariadb-java-client:2.6.0'
@@ -27,11 +39,10 @@ dependencies {
2739
compile 'com.sap.cloud.db.jdbc:ngdbc:2.4.76'
2840

2941
// UnitTesting
30-
compile group: 'junit', name: 'junit', version: '4.11', { transitive = false }
31-
compile group: 'commons-io', name: 'commons-io', version: '2.3', { transitive = false }
32-
compile group: 'org.apache.httpcomponents', name: 'httpcore-osgi', version: '4.4.1', { transitive = false }
33-
compile group: 'org.apache.httpcomponents', name: 'httpclient-osgi', version: '4.4.1', { transitive = false }
42+
compile group: 'junit', name: 'junit', version: '4.13.2', { transitive = false }
43+
compile group: 'org.apache.httpcomponents', name: 'httpcore-osgi', version: '4.4.15', { transitive = false }
44+
compile group: 'org.apache.httpcomponents', name: 'httpclient-osgi', version: '4.5.13', { transitive = false }
3445

3546
// UnitTesting and ObjectHandling
36-
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.1', { transitive = false }
47+
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0', { transitive = false }
3748
}
-152 KB
Binary file not shown.
158 KB
Binary file not shown.
319 KB
Binary file not shown.
-210 KB
Binary file not shown.
-21.2 KB
Binary file not shown.

userlib/junit-4.11.jar

-239 KB
Binary file not shown.

userlib/junit-4.13.2.jar

376 KB
Binary file not shown.

0 commit comments

Comments
 (0)