Skip to content

Commit

Permalink
Update all non major Gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent 42d6b53 commit e38c9b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.15")
}
}

Expand Down Expand Up @@ -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")
Expand All @@ -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")
Expand Down

0 comments on commit e38c9b8

Please sign in to comment.