Commit aa98f0b 1 parent c541615 commit aa98f0b Copy full SHA for aa98f0b
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.0.8 "
2
+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 6.1.0 "
3
3
kotlin(" plugin.spring" ) version " 2.0.21"
4
4
kotlin(" plugin.jpa" ) version " 2.0.21"
5
5
jacoco
@@ -30,7 +30,7 @@ dependencies {
30
30
runtimeOnly(" com.zaxxer:HikariCP" )
31
31
runtimeOnly(" org.flywaydb:flyway-database-postgresql" )
32
32
33
- implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6 .0" )
33
+ implementation(" org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7 .0" )
34
34
35
35
implementation(" org.springframework.boot:spring-boot-starter-web" )
36
36
implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
@@ -44,7 +44,7 @@ dependencies {
44
44
45
45
implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.1.1" )
46
46
47
- implementation(" io.sentry:sentry-spring-boot-starter-jakarta:7.17 .0" )
47
+ implementation(" io.sentry:sentry-spring-boot-starter-jakarta:7.18 .0" )
48
48
49
49
testImplementation(" org.springframework.boot:spring-boot-starter-test" ) {
50
50
exclude(group = " org.junit.vintage" , module = " junit-vintage-engine" )
You can’t perform that action at this time.
0 commit comments