From 1180bbd3d07a7a9a90b4ecfa9c49e040c4e89442 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:01:35 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 3 updates Bumps the all-dependencies group with 3 updates in the / directory: [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry), [org.verapdf:validation-model](https://github.com/veraPDF/veraPDF-validation) and [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin). 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 `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.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: 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 25141d736..aa0488c1b 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" @@ -25,7 +25,7 @@ plugins { 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("io.spring.dependency-management") version "1.1.7" idea kotlin("kapt") version kotlinVersion }