From 4eb3cc8a7e50af577ec76194925b8dbda344455c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:31:53 +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 341799b..77118d4 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.1.1" + id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.1.3" kotlin("plugin.spring") version "2.1.10" kotlin("plugin.jpa") version "2.1.10" } @@ -9,18 +9,18 @@ configurations { } dependencies { - implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.2.0") + implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:1.3.1") implementation("org.springframework.boot:spring-boot-starter-webflux") - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.4") + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.5") implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.flywaydb:flyway-core") implementation("org.springframework.boot:spring-boot-starter-thymeleaf") - implementation("org.apache.pdfbox:pdfbox:2.0.29") + implementation("org.apache.pdfbox:pdfbox:2.0.33") runtimeOnly("org.flywaydb:flyway-database-postgresql") runtimeOnly("org.postgresql:postgresql") - testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.2.0") - testImplementation("org.wiremock:wiremock-standalone:3.11.0") + testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:1.3.1") + testImplementation("org.wiremock:wiremock-standalone:3.12.1") testImplementation("org.testcontainers:postgresql") testImplementation("io.swagger.parser.v3:swagger-parser:2.1.25") { exclude(group = "io.swagger.core.v3")