Skip to content

Commit 5544ca8

Browse files
committed
dependency-update
1 parent 006e4f0 commit 5544ca8

File tree

5 files changed

+38
-6
lines changed

5 files changed

+38
-6
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ version = if (tag != null && "^[0-9.]+$".toRegex().matches(tag)) tag else baseVe
1111

1212
val coverageResourcesVersion = "1.0.1"
1313
val ojdbcVersion = "12.2.0.1"
14-
val junitVersion = "5.4.2"
14+
val junitVersion = "5.5.0"
1515

1616
val deployerJars by configurations.creating
1717

1818
plugins {
1919
`java-library`
2020
`maven-publish`
2121
maven
22-
id("de.undercouch.download") version "3.4.3"
22+
id("de.undercouch.download") version "4.0.0"
2323
}
2424

2525
java {
@@ -45,7 +45,7 @@ dependencies {
4545
api("com.google.code.findbugs:jsr305:3.0.2")
4646

4747
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
48-
implementation("org.slf4j:slf4j-api:1.7.25")
48+
implementation("org.slf4j:slf4j-api:1.7.26")
4949
implementation("com.oracle.jdbc:ojdbc8:$ojdbcVersion") {
5050
exclude(group = "com.oracle.jdbc")
5151
}

gradle/wrapper/gradle-wrapper.jar

1.26 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)