Skip to content

Commit fa539bb

Browse files
Update all non major Gradle dependencies
1 parent db4f8da commit fa539bb

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
plugins {
2-
id("uk.gov.justice.hmpps.gradle-spring-boot") version "10.0.3"
3-
kotlin("plugin.spring") version "2.3.0"
2+
id("uk.gov.justice.hmpps.gradle-spring-boot") version "10.0.5"
3+
kotlin("plugin.spring") version "2.3.20"
44
}
55

66
dependencies {
7-
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:2.0.0")
7+
implementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter:2.0.2")
88
implementation("org.springframework.boot:spring-boot-starter-webflux")
99
implementation("org.springframework.boot:spring-boot-starter-webclient")
10-
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.1")
10+
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:3.0.2")
1111

12-
testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:2.0.0")
12+
testImplementation("uk.gov.justice.service.hmpps:hmpps-kotlin-spring-boot-starter-test:2.0.2")
1313
testImplementation("org.springframework.boot:spring-boot-starter-webflux-test")
1414
testImplementation("org.wiremock:wiremock-standalone:3.13.2")
15-
testImplementation("io.swagger.parser.v3:swagger-parser:2.1.37") {
15+
testImplementation("io.swagger.parser.v3:swagger-parser:2.1.39") {
1616
exclude(group = "io.swagger.core.v3")
1717
}
1818
}

0 commit comments

Comments
 (0)