File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
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
66dependencies {
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}
You can’t perform that action at this time.
0 commit comments