Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                               | from       | to         |
| -------------- | --------------------------------------------------------------------- | ---------- | ---------- |
| gradle-version | gradle                                                                | 8.1.1      | 8.2.1      |
| maven          | org.springframework:spring-test                                       | 6.0.9      | 6.0.11     |
| maven          | org.springframework:spring-context                                    | 6.0.9      | 6.0.11     |
| maven          | org.springframework:spring-core                                       | 6.0.9      | 6.0.11     |
| maven          | org.jetbrains.exposed:exposed-jdbc                                    | 0.41.1     | 0.42.0     |
| maven          | org.jetbrains.exposed:exposed-dao                                     | 0.41.1     | 0.42.0     |
| maven          | org.jetbrains.exposed:exposed-core                                    | 0.41.1     | 0.42.0     |
| maven          | org.http4k:http4k-format-jackson                                      | 5.0.0.0    | 5.5.0.0    |
| maven          | org.http4k:http4k-format-moshi                                        | 5.0.0.0    | 5.5.0.0    |
| maven          | org.http4k:http4k-core                                                | 5.0.0.0    | 5.5.0.0    |
| maven          | org.http4k:http4k-bom                                                 | 5.0.0.0    | 5.5.0.0    |
| maven          | org.apache.commons:commons-lang3                                      | 3.12.0     | 3.13.0     |
| maven          | com.google.guava:guava                                                | 32.0.0-jre | 32.1.1-jre |
| maven          | org.junit.jupiter:junit-jupiter-api                                   | 5.9.3      | 5.10.0     |
| maven          | org.junit:junit-bom                                                   | 5.9.3      | 5.10.0     |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin             | 6.18.0     | 6.20.0     |
| maven          | com.diffplug.spotless:spotless-plugin-gradle                          | 6.18.0     | 6.20.0     |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.22.0     | 1.23.1     |
| maven          | io.gitlab.arturbosch.detekt:detekt-gradle-plugin                      | 1.22.0     | 1.23.1     |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin       | 1.8.21     | 1.9.0      |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                             | 1.8.21     | 1.9.0      |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.6.1      | 0.7.3      |
  • Loading branch information
renovate[bot] authored Jul 30, 2023
1 parent 6f055cc commit bdb19ea
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
5 changes: 4 additions & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down
20 changes: 10 additions & 10 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@ hamcrest-date = "2.0.8"
java-vavr = "0.10.4"
kotlin-vavr = "0.10.2"
jetbrains-annotations = "24.0.1"
kover = "0.6.1"
kotlin = "1.8.21"
detekt = "1.22.0"
kover = "0.7.3"
kotlin = "1.9.0"
detekt = "1.23.1"
kotest = "5.6.2"
spotless = "6.18.0"
spotless = "6.20.0"
spotbugs = "5.0.14"
testLogger = "3.2.0"
assertj-core = "3.24.2"
slf4j-api = "2.0.7"
log4j-slf4j18-impl = "2.18.0"
reflection-util = "2.14.0"
junit = "5.9.3"
guava = "32.0.0-jre"
apache-commons-lang3 = "3.12.0"
junit = "5.10.0"
guava = "32.1.1-jre"
apache-commons-lang3 = "3.13.0"
apache-commons-collections4 = "4.4"
http4k = "5.0.0.0"
http4k = "5.5.0.0"
moshix = "1.7.20-Beta-0.18.3"
immutables = "2.9.3"
exposed = "0.41.1"
exposed = "0.42.0"
apache-log4j = "2.20.0"
postgresql = "42.6.0"
mockito = "3.12.4" # Using old version to be compatible with PowerMock
spring = "6.0.9"
spring = "6.0.11"

[libraries]
hamcrest-core = { module = "org.hamcrest:hamcrest", version.ref = "hamcrest-core" }
Expand Down

0 comments on commit bdb19ea

Please sign in to comment.