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.10.2   | 8.11.1   |
| maven          | org.apache.logging.log4j:log4j-slf4j2-impl                        | 2.24.0   | 2.24.2   |
| maven          | org.apache.logging.log4j:log4j-core                               | 2.24.0   | 2.24.2   |
| maven          | org.apache.logging.log4j:log4j-api                                | 2.24.0   | 2.24.2   |
| maven          | io.mockk:mockk                                                    | 1.13.12  | 1.13.13  |
| maven          | com.gradle.develocity:com.gradle.develocity.gradle.plugin         | 3.18.1   | 3.18.2   |
| maven          | org.mockito:mockito-core                                          | 5.14.0   | 5.14.2   |
| maven          | com.github.javadev:underscore                                     | 1.105    | 1.107    |
| 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.36.0.0 |
| maven          | org.http4k:http4k-client-apache                                   | 5.31.1.0 | 5.36.0.0 |
| maven          | org.http4k:http4k-core                                            | 5.31.1.0 | 5.36.0.0 |
| maven          | org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin | 2.0.20   | 2.0.21   |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin   | 2.0.20   | 2.0.21   |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                         | 2.0.20   | 2.0.21   |
  • Loading branch information
renovate[bot] authored Nov 26, 2024
1 parent 3af7e45 commit 74baa75
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 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.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
16 changes: 8 additions & 8 deletions libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
kotlin = "2.0.20"
kotlin = "2.0.21"
moshix = "0.28.0"
http4k = "5.31.1.0"
http4k = "5.36.0.0"
immutables = "2.10.1"
arrow = "1.2.4"
graal = "22.3.3" # 22.3.3 Compatable with Java 11
java-vavr = "0.10.4"
java-vavr = "0.10.5"
kotlin-vavr = "0.10.2"
jetbrains-annotations = "26.0.0"
jetbrains-annotations = "26.0.1"
okio = "3.9.1"
kotest = "5.9.1"
testLogger = "4.0.0"
Expand All @@ -16,24 +16,24 @@ assertj-core = "3.26.3"
assertj-vavr = "0.4.3"
kotlin-logging = "7.0.0"
pprint = "2.0.2"
underscore = "1.105"
underscore = "1.107"
kotlin-faker = "1.16.0"
apache-commons-lang3 = "3.17.0"
mockito = "5.14.0"
mockito = "5.14.2"
spring = "5.3.31" # 5.3.31 Compatable with Java 11
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.13"
gradle-taskinfo = "2.2.0"

# Common dependencies
junit = "5.10.2"
kover = "0.8.3"
detekt = "1.23.7"
spotless = "6.25.0"
apache-log4j = "2.24.0"
apache-log4j = "2.24.2"

[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.18.2" }

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

0 comments on commit 74baa75

Please sign in to comment.