Skip to content

Commit 671806e

Browse files
Update all non major Gradle dependencies
1 parent 57a7b2c commit 671806e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build.gradle.kts

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ import org.jetbrains.kotlin.gradle.dsl.JvmTarget
33
import org.openapitools.generator.gradle.plugin.tasks.GenerateTask
44

55
plugins {
6-
id("uk.gov.justice.hmpps.gradle-spring-boot") version "10.0.5"
7-
kotlin("plugin.spring") version "2.3.10"
8-
kotlin("plugin.jpa") version "2.3.10"
6+
id("uk.gov.justice.hmpps.gradle-spring-boot") version "10.1.0"
7+
kotlin("plugin.spring") version "2.3.20"
8+
kotlin("plugin.jpa") version "2.3.20"
99
jacoco
1010
id("org.openapi.generator") version "7.20.0"
11-
id("io.sentry.jvm.gradle") version "6.1.0"
11+
id("io.sentry.jvm.gradle") version "6.2.0"
1212
}
1313

1414
allOpen {
@@ -24,7 +24,7 @@ configurations {
2424
}
2525

2626
dependencies {
27-
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:2.0.2")
27+
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:2.1.0")
2828

2929
// Spring boot dependencies
3030
implementation("org.springframework.boot:spring-boot-starter-security")
@@ -33,8 +33,8 @@ dependencies {
3333
implementation("org.springframework.boot:spring-boot-starter-webflux")
3434
implementation("org.springframework.boot:spring-boot-starter-webclient")
3535
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
36-
implementation("org.springframework.data:spring-data-envers:4.0.3")
37-
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:7.0.1")
36+
implementation("org.springframework.data:spring-data-envers:4.0.4")
37+
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:7.1.0")
3838
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
3939
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.10.2")
4040
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.10.2")
@@ -45,7 +45,7 @@ dependencies {
4545
implementation("org.springframework.retry:spring-retry")
4646
implementation("org.springframework:spring-aspects")
4747

48-
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.25.0")
48+
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.26.0")
4949

5050
// OpenAPI
5151
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.2")
@@ -57,7 +57,7 @@ dependencies {
5757
}
5858
}
5959

60-
implementation("aws.sdk.kotlin:s3:1.6.34")
60+
implementation("aws.sdk.kotlin:s3:1.6.40")
6161

6262
// Other dependencies
6363
implementation("org.apache.commons:commons-text:1.15.0")
@@ -67,8 +67,8 @@ dependencies {
6767
runtimeOnly("org.postgresql:postgresql")
6868

6969
// Test dependencies
70-
testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:2.0.2")
71-
testImplementation("uk.gov.justice.service.hmpps:hmpps-subject-access-request-test-support:2.0.4")
70+
testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:2.1.0")
71+
testImplementation("uk.gov.justice.service.hmpps:hmpps-subject-access-request-test-support:2.1.0")
7272
testImplementation("org.springframework.boot:spring-boot-starter-webflux-test")
7373
testImplementation("org.springframework.boot:spring-boot-starter-webmvc-test")
7474
testImplementation("org.wiremock:wiremock-standalone:3.13.2")
@@ -77,7 +77,7 @@ dependencies {
7777
testImplementation("org.testcontainers:localstack:1.21.4")
7878
testImplementation("io.jsonwebtoken:jjwt-impl:0.13.0")
7979
testImplementation("io.jsonwebtoken:jjwt-jackson:0.13.0")
80-
testImplementation("org.mockito.kotlin:mockito-kotlin:6.2.3") // temp, fix version to prevent dependency clash between sar test support lib and hmpps kotlin plugin
80+
testImplementation("org.mockito.kotlin:mockito-kotlin:6.3.0") // temp, fix version to prevent dependency clash between sar test support lib and hmpps kotlin plugin
8181
testImplementation("org.mockito:mockito-inline:5.2.0")
8282
testImplementation("net.javacrumbs.json-unit:json-unit:5.1.1")
8383
testImplementation("net.javacrumbs.json-unit:json-unit-assertj:5.1.1")

0 commit comments

Comments
 (0)