From 09bde43d96c8918343ca72db1bdbc6673fbbbe51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 10:26:01 +0000 Subject: [PATCH] build(deps): bump the production group with 3 updates Bumps the production group with 3 updates: [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback). Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.4.0 to 2.4.10 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.4.0...v2.4.10) Updates `org.hibernate.orm:hibernate-core` from 7.4.4.Final to 7.4.5.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.5/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.4...7.4.5) Updates `ch.qos.logback:logback-classic` from 1.5.37 to 1.5.38 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.37...v_1.5.38) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.4.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.4.5.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.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 20bc23b..16d0af6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -kotlin = "2.4.0" +kotlin = "2.4.10" kotest = "6.2.2" ktlint = "12.1.2" exposed = "1.3.1" @@ -14,7 +14,7 @@ springBoot = "4.1.0" vanniktechPublish = "0.37.0" wiremock = "3.13.2" slf4j = "2.0.18" -logback = "1.5.37" +logback = "1.5.38" 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.4.Final" +hibernate = "7.4.5.Final" [libraries] kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }