Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 7de8dde commit b1903fb
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 23 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[versions]
kotlin = "2.1.0"
kotlinx = "1.9.0"
kotlinx = "1.10.1"
spring-boot = "2.7.18"
spring-framework = "5.3.39"
spring-framework-6x = "6.2.1"
spring-boot-3x = "3.4.0"
spring-dependency-management = "1.1.6"
spring-boot-3x = "3.4.1"
spring-dependency-management = "1.1.7"
spring-kafka = "2.9.13"
spring-kafka-3x = "3.3.0"
spring-kafka-3x = "3.3.1"
couchbase-client = "3.7.6"
couchbase-client-metrics = "0.7.6"
couchbase-kotlin = "1.4.6"
Expand All @@ -25,7 +25,7 @@ dokka = "1.9.20"
knit = "0.5.0"
kover = "0.9.0"
ktor = "2.3.13"
koin = "4.0.0"
koin = "4.0.1"
r2dbc-spi = "1.0.0.RELEASE"
r2dbc-postgresql = "0.8.13.RELEASE"
elastic = "8.17.0"
Expand All @@ -43,15 +43,15 @@ gradle-release = "3.0.2"
nexusPublish = "2.0.0"
shadow = "8.1.1"
hoplite = "2.9.0"
junit = "5.11.3"
junit = "5.11.4"
kotest = "6.0.0.M1"
mockito = "5.4.0"
quiver = "0.5.12"
akkurate = "0.11.0"
exposed = "0.57.0"
kotlinx-serialization = "1.7.3"
ktlint = "1.5.0"
kotlinBinaryCompatibilityValidator = "0.16.3"
kotlinBinaryCompatibilityValidator = "0.17.0"

[libraries]
kotlin-stdlib-jdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8", version.ref = "kotlin" }
Expand Down Expand Up @@ -140,8 +140,8 @@ mongojack = { module = "org.mongojack:mongojack", version = "5.0.2" }

# misc
lettuce-core = { module = "io.lettuce:lettuce-core", version = "6.5.1.RELEASE" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.12" }
logback-core = { module = "ch.qos.logback:logback-core", version = "1.5.12" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.15" }
logback-core = { module = "ch.qos.logback:logback-core", version = "1.5.15" }
log4j-slf4j2-impl = { module = "org.apache.logging.log4j:log4j-slf4j2-impl", version = "2.24.3" }
r2dbc-mssql = { module = "io.r2dbc:r2dbc-mssql", version.ref = "r2dbc-mssql" }
microsoft-sqlserver-jdbc = { module = "com.microsoft.sqlserver:mssql-jdbc", version = "12.8.1.jre11" }
Expand Down
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
16 changes: 8 additions & 8 deletions recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
kotlin = "2.1.0"
kotlinx = "1.9.0"
kotlinx = "1.10.1"
scala2x = "2.13.15"
scala3x = "3.4.1"
quarkus = "3.17.4"
quarkus = "3.17.5"
ktlint = "1.5.0"

# Spring-Boot
spring-boot = "3.4.0"
spring-boot = "3.4.1"
spring-framework = "6.2.1"
spring-dependency-management = "1.1.6"
spring-kafka = "3.3.0"
spring-dependency-management = "1.1.7"
spring-kafka = "3.3.1"

# arrow
arrow = "2.0.0"
Expand Down Expand Up @@ -40,7 +40,7 @@ kotlinLogging = "7.0.3"

# Ktor
ktor = "2.3.13"
koin = "4.0.0"
koin = "4.0.1"
koin-annotations = "1.4.0"

cohort = "2.6.0"
Expand Down Expand Up @@ -72,7 +72,7 @@ kediatr = "3.1.2"

# Testing
stove = "1.0.0.454-SNAPSHOT"
junit = "5.11.3"
junit = "5.11.4"
kotest = "6.0.0.M1"

#protobuf
Expand Down Expand Up @@ -170,7 +170,7 @@ kotlin-logging-jvm = { module = "io.github.oshai:kotlin-logging-jvm", version.re

r2dbc-mssql = { module = "io.r2dbc:r2dbc-mssql", version.ref = "r2dbc-mssql" }
lettuce-core = { module = "io.lettuce:lettuce-core", version = "6.5.1.RELEASE" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.12" }
logback-classic = { module = "ch.qos.logback:logback-classic", version = "1.5.15" }

detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" }
ktlint-cli = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint" }
Expand Down
2 changes: 1 addition & 1 deletion recipes/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 recipes/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

0 comments on commit b1903fb

Please sign in to comment.