|
1 | 1 | plugins {
|
2 |
| - id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.0.0" |
| 2 | + id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.1.2" |
3 | 3 | kotlin("plugin.spring") version "2.1.10"
|
4 | 4 | kotlin("plugin.jpa") version "2.1.10"
|
5 | 5 | jacoco
|
@@ -27,21 +27,21 @@ dependencies {
|
27 | 27 | runtimeOnly("com.zaxxer:HikariCP")
|
28 | 28 | runtimeOnly("org.flywaydb:flyway-database-postgresql")
|
29 | 29 |
|
30 |
| - implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.4") |
| 30 | + implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.5") |
31 | 31 |
|
32 | 32 | implementation("org.springframework.boot:spring-boot-starter-web")
|
33 | 33 | implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
34 | 34 | implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
|
35 | 35 | implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
|
36 |
| - implementation("io.hypersistence:hypersistence-utils-hibernate-63:3.9.1") |
| 36 | + implementation("io.hypersistence:hypersistence-utils-hibernate-63:3.9.2") |
37 | 37 |
|
38 | 38 | implementation("org.springframework.boot:spring-boot-starter-security")
|
39 | 39 | implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server")
|
40 | 40 | implementation("org.springframework.boot:spring-boot-starter-oauth2-client")
|
41 | 41 |
|
42 |
| - implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.2") |
| 42 | + implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.3.1") |
43 | 43 |
|
44 |
| - implementation("io.sentry:sentry-spring-boot-starter-jakarta:8.1.0") |
| 44 | + implementation("io.sentry:sentry-spring-boot-starter-jakarta:8.2.0") |
45 | 45 |
|
46 | 46 | testImplementation("org.springframework.boot:spring-boot-starter-test") {
|
47 | 47 | exclude(group = "org.junit.vintage", module = "junit-vintage-engine")
|
|
0 commit comments