From d777d620b0a0d07178d54b05984ebd431fa7d61f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 08:12:10 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 5 updates Bumps the all-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.hibernate.orm:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) | `6.6.3.Final` | `6.6.4.Final` | | [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) | `2.0.10` | `2.0.11` | | [org.verapdf:validation-model](https://github.com/veraPDF/veraPDF-validation) | `1.26.1` | `1.26.2` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.0` | `3.4.1` | | [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.6` | `1.1.7` | Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.3.Final to 6.6.4.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.3...6.6.4) Updates `org.springframework.retry:spring-retry` from 2.0.10 to 2.0.11 - [Release notes](https://github.com/spring-projects/spring-retry/releases) - [Commits](https://github.com/spring-projects/spring-retry/compare/v2.0.10...v2.0.11) Updates `org.verapdf:validation-model` from 1.26.1 to 1.26.2 - [Commits](https://github.com/veraPDF/veraPDF-validation/compare/v1.26.1...v1.26.2) Updates `org.springframework.boot` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.6...v1.1.7) --- updated-dependencies: - dependency-name: org.hibernate.orm:hibernate-jpamodelgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.retry:spring-retry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.verapdf:validation-model dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 25141d736..3e6158ebb 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile val mockkVersion = "1.13.13" val tokenValidationVersion = "5.0.13" val logstashVersion = "8.0" -val springRetryVersion = "2.0.10" +val springRetryVersion = "2.0.11" val springMockkVersion = "4.0.2" val springDocVersion = "2.7.0" val testContainersVersion = "1.20.4" @@ -14,7 +14,7 @@ val logbackSyslog4jVersion = "1.0.0" val jacksonJsonschemaVersion = "1.0.39" val pdfboxVersion = "3.0.3" val tikaVersion = "3.0.0" -val verapdfVersion = "1.26.1" +val verapdfVersion = "1.26.2" val klageKodeverkVersion = "1.9.4" val commonsFileupload2JakartaVersion = "2.0.0-M1" val otelVersion = "1.45.0" @@ -24,8 +24,8 @@ plugins { kotlin("jvm") version kotlinVersion kotlin("plugin.spring") version kotlinVersion kotlin("plugin.jpa") version kotlinVersion - id("org.springframework.boot") version "3.4.0" - id("io.spring.dependency-management") version "1.1.6" + id("org.springframework.boot") version "3.4.1" + id("io.spring.dependency-management") version "1.1.7" idea kotlin("kapt") version kotlinVersion } @@ -69,7 +69,7 @@ dependencies { implementation("org.postgresql:postgresql") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") implementation("ch.qos.logback:logback-classic") - kapt("org.hibernate.orm:hibernate-jpamodelgen:6.6.3.Final") + kapt("org.hibernate.orm:hibernate-jpamodelgen:6.6.4.Final") implementation("io.micrometer:micrometer-registry-prometheus")