From 7b8be4efda0523e7a84bf27c8ae6ccfb374c76e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2024 17:20:02 +0000 Subject: [PATCH] Update all non major Gradle dependencies --- build.gradle.kts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 069734f..3707385 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ plugins { id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.6" - kotlin("plugin.spring") version "2.0.20" - kotlin("plugin.jpa") version "2.0.20" + kotlin("plugin.spring") version "2.0.21" + kotlin("plugin.jpa") version "2.0.21" id("se.patrikerdes.use-latest-versions") version "0.2.18" } @@ -16,7 +16,7 @@ configurations { dependencyManagement { imports { mavenBom("io.awspring.cloud:spring-cloud-aws-dependencies:3.2.0") - mavenBom("software.amazon.awssdk:bom:2.28.10") + mavenBom("software.amazon.awssdk:bom:2.28.20") } } @@ -46,7 +46,7 @@ dependencies { // OpenAPI implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0") - implementation("io.hypersistence:hypersistence-utils-hibernate-63:3.8.2") + implementation("io.hypersistence:hypersistence-utils-hibernate-63:3.8.3") // Schedule locking implementation("net.javacrumbs.shedlock:shedlock-spring:5.16.0") @@ -65,13 +65,13 @@ dependencies { implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.0.1") // Miscellaneous - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0") // Test dependencies testImplementation("io.swagger.parser.v3:swagger-parser-v2-converter:2.1.22") testImplementation("com.h2database:h2") testImplementation("com.github.tomakehurst:wiremock-jre8-standalone:3.0.1") - testImplementation("io.opentelemetry:opentelemetry-sdk-testing:1.42.1") + testImplementation("io.opentelemetry:opentelemetry-sdk-testing:1.43.0") } kotlin {