From 8d7b3e3662853ef60685f4c86b65c8ff7e421d4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 10:28:18 +0000 Subject: [PATCH] build(deps): bump the production group with 4 updates Bumps the production group with 4 updates: [gradle-wrapper](https://github.com/gradle/gradle), [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback). Updates `gradle-wrapper` from 9.6.0 to 9.6.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.6.0...v9.6.1) Updates `org.postgresql:postgresql` from 42.7.11 to 42.7.12 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.11...REL42.7.12) Updates `org.hibernate.orm:hibernate-core` from 7.4.2.Final to 7.4.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.3/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.2...7.4.3) Updates `ch.qos.logback:logback-classic` from 1.5.35 to 1.5.37 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.35...v_1.5.37) --- updated-dependencies: - dependency-name: gradle-wrapper dependency-version: 9.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: org.postgresql:postgresql dependency-version: 42.7.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.4.3.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.37 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0be5284..d011b3e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ exposed = "1.3.0" jackson = "2.22.0" liquibase = "5.0.3" testcontainers = "1.21.4" -postgresql = "42.7.11" +postgresql = "42.7.12" mysql = "9.7.0" kafkaClients = "4.3.1" spring = "7.0.8" @@ -14,7 +14,7 @@ springBoot = "4.1.0" vanniktechPublish = "0.37.0" wiremock = "3.13.2" slf4j = "2.0.18" -logback = "1.5.35" +logback = "1.5.37" 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.2.Final" +hibernate = "7.4.3.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 7430a33..db6d194 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.6.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500