From 864bb1bad12bf9266473d7189d9efb509d166c2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:24:41 +0000 Subject: [PATCH] build(deps): bump the production group with 7 updates Bumps the production group with 7 updates: | Package | From | To | | --- | --- | --- | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.5.1` | `9.6.0` | | [com.vanniktech:gradle-maven-publish-plugin](https://github.com/vanniktech/gradle-maven-publish-plugin) | `0.36.0` | `0.37.0` | | [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `6.2.0` | `6.2.1` | | [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `6.2.0` | `6.2.1` | | org.apache.kafka:kafka-clients | `4.3.0` | `4.3.1` | | [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `7.4.1.Final` | `7.4.2.Final` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.34` | `1.5.35` | Updates `gradle-wrapper` from 9.5.1 to 9.6.0 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.5.1...v9.6.0) Updates `com.vanniktech:gradle-maven-publish-plugin` from 0.36.0 to 0.37.0 - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.36.0...0.37.0) Updates `io.kotest:kotest-runner-junit5` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.2.0...6.2.1) Updates `io.kotest:kotest-assertions-core` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.2.0...6.2.1) Updates `io.kotest:kotest-assertions-core` from 6.2.0 to 6.2.1 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/6.2.0...6.2.1) Updates `org.apache.kafka:kafka-clients` from 4.3.0 to 4.3.1 Updates `org.hibernate.orm:hibernate-core` from 7.4.1.Final to 7.4.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.2/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.1...7.4.2) Updates `ch.qos.logback:logback-classic` from 1.5.34 to 1.5.35 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.34...v_1.5.35) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: com.vanniktech:gradle-maven-publish-plugin dependency-version: 0.37.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production - dependency-name: io.kotest:kotest-runner-junit5 dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: io.kotest:kotest-assertions-core dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: io.kotest:kotest-assertions-core dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: org.apache.kafka:kafka-clients dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.4.2.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.35 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 4 ++-- gradlew.bat | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a3602b7..0be5284 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "2.4.0" -kotest = "6.2.0" +kotest = "6.2.1" ktlint = "12.1.2" exposed = "1.3.0" jackson = "2.22.0" @@ -8,13 +8,13 @@ liquibase = "5.0.3" testcontainers = "1.21.4" postgresql = "42.7.11" mysql = "9.7.0" -kafkaClients = "4.3.0" +kafkaClients = "4.3.1" spring = "7.0.8" springBoot = "4.1.0" -vanniktechPublish = "0.36.0" +vanniktechPublish = "0.37.0" wiremock = "3.13.2" slf4j = "2.0.18" -logback = "1.5.34" +logback = "1.5.35" assertj = "3.27.7" h2 = "2.4.240" micrometer = "1.17.0" @@ -25,7 +25,7 @@ pitestTool = "1.17.0" pitestJunit5Plugin = "1.2.1" # Hibernate ORM 7.x (the line Spring Framework 7.x targets); integration-tests only, to exercise # JpaTransactionManager fail-fast extraction. -hibernate = "7.4.1.Final" +hibernate = "7.4.2.Final" [libraries] kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 4dcb842..7430a33 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/gradlew b/gradlew index b9bb139..249efbb 100755 --- a/gradlew +++ b/gradlew @@ -20,7 +20,7 @@ ############################################################################## # -# Gradle start up script for POSIX generated by Gradle. +# gradlew start up script for POSIX generated by Gradle. # # Important for running: # @@ -29,7 +29,7 @@ # bash, then to run this script, type that shell name before the whole # command line, like: # -# ksh Gradle +# ksh gradlew # # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: diff --git a/gradlew.bat b/gradlew.bat index aa5f10b..8508ef6 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -19,7 +19,7 @@ @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem -@rem Gradle startup script for Windows +@rem gradlew startup script for Windows @rem @rem ########################################################################## @@ -72,7 +72,7 @@ echo location of your Java installation. 1>&2 -@rem Execute Gradle +@rem Execute gradlew @rem endlocal doesn't take effect until after the line is parsed and variables are expanded @rem which allows us to clear the local environment before executing the java command endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel