From 032b72a6411971db1937a9e3002494e72ea3312b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 08:06:16 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 2 updates Bumps the all-dependencies group with 2 updates in the / directory: [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) and [org.verapdf:validation-model](https://github.com/veraPDF/veraPDF-validation). 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) --- 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 ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 25141d736..287c79d3c 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"