diff --git a/build.gradle.kts b/build.gradle.kts index 306233dc..593e105e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,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.16") } } @@ -42,7 +42,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") @@ -58,10 +58,10 @@ dependencies { // During a upgrade PR a springboot/aws related issue occurred which implied there was a conflict with the hmpps-sqs library // Moving this SQS lib below the AWS libs solved the problem. Not exactly sure why! See the PR for more details // https://github.com/ministryofjustice/hmpps-manage-offences-api/pull/175 - implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:4.4.4") + implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:4.5.0") // 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")