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.11.1   | 8.12     |
| maven          | org.apache.logging.log4j:log4j-slf4j2-impl                | 2.24.0   | 2.24.3   |
| maven          | org.apache.logging.log4j:log4j-core                       | 2.24.0   | 2.24.3   |
| maven          | org.apache.logging.log4j:log4j-api                        | 2.24.0   | 2.24.3   |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin | 7.0.1    | 7.0.2    |
| maven          | com.diffplug.spotless:spotless-plugin-gradle              | 7.0.1    | 7.0.2    |
| maven          | io.mockk:mockk                                            | 1.13.12  | 1.13.16  |
| maven          | com.gradle.develocity:com.gradle.develocity.gradle.plugin | 3.18.1   | 3.19     |
| maven          | org.springframework:spring-beans                          | 6.2.0    | 6.2.2    |
| maven          | org.mockito:mockito-core                                  | 5.14.0   | 5.15.2   |
| maven          | com.github.javadev:underscore                             | 1.105    | 1.109    |
| maven          | io.github.oshai:kotlin-logging-jvm                        | 7.0.0    | 7.0.3    |
| maven          | org.assertj:assertj-core                                  | 3.26.3   | 3.27.3   |
| maven          | com.squareup.okio:okio-jvm                                | 3.9.1    | 3.10.2   |
| maven          | org.jetbrains:annotations                                 | 26.0.0   | 26.0.1   |
| maven          | io.vavr:vavr                                              | 0.10.4   | 0.10.5   |
| maven          | org.http4k:http4k-format-moshi                            | 5.31.1.0 | 5.45.2.0 |
| maven          | org.http4k:http4k-client-apache                           | 5.31.1.0 | 5.45.2.0 |
| maven          | org.http4k:http4k-core                                    | 5.31.1.0 | 5.45.2.0 |
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent ff9c9a7 commit 175c420
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 16 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 1 addition & 2 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ done
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
' "$PWD" ) || exit
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down
24 changes: 12 additions & 12 deletions libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,39 +2,39 @@
jdk = "17"
kotlin = "2.1.0"
moshix = "0.29.0"
http4k = "5.31.1.0"
http4k = "5.45.2.0"
immutables = "2.10.1"
arrow = "2.0.0"
graal = "24.1.1"
java-vavr = "0.10.4"
java-vavr = "0.10.5"
kotlin-vavr = "0.10.2"
jetbrains-annotations = "26.0.0"
okio = "3.9.1"
jetbrains-annotations = "26.0.1"
okio = "3.10.2"
kotest = "5.9.1"
testLogger = "4.0.0"
truth = "1.4.4"
assertj-core = "3.26.3"
assertj-core = "3.27.3"
assertj-vavr = "0.4.3"
kotlin-logging = "7.0.0"
kotlin-logging = "7.0.3"
pprint = "3.0.0"
underscore = "1.105"
underscore = "1.109"
kotlin-faker = "1.16.0"
mockito = "5.14.0"
spring = "6.2.0"
mockito = "5.15.2"
spring = "6.2.2"
json-assert = "1.5.3"
nexus-publish = "2.0.0"
kotlinx-datetime = "0.6.1"
node-gradle = "7.1.0"
mockk = "1.13.12"
mockk = "1.13.16"
gradle-taskinfo = "2.2.0"

# Common dependencies

junit = "5.11.4"
kover = "0.9.1"
detekt = "1.23.7"
spotless = "7.0.1"
apache-log4j = "2.24.0"
spotless = "7.0.2"
apache-log4j = "2.24.3"

[libraries]
java-vavr = { module = "io.vavr:vavr", version.ref = "java-vavr" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* ************************************************************************************************
*/
plugins { id("com.gradle.develocity") version "3.18.1" }
plugins { id("com.gradle.develocity") version "3.19" }

dependencyResolutionManagement {
versionCatalogs { create("libs") { from(files("libs.versions.toml")) } }
Expand Down

0 comments on commit 175c420

Please sign in to comment.