1
1
plugins {
2
- id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 5.13.0 "
2
+ id(" uk.gov.justice.hmpps.gradle-spring-boot" ) version " 5.15.1 "
3
3
kotlin(" plugin.spring" ) version " 1.9.22"
4
4
kotlin(" plugin.jpa" ) version " 1.9.22"
5
5
jacoco
@@ -36,13 +36,13 @@ dependencies {
36
36
implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
37
37
implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8" )
38
38
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin" )
39
- implementation(" io.hypersistence:hypersistence-utils-hibernate-63:3.7.0 " )
39
+ implementation(" io.hypersistence:hypersistence-utils-hibernate-63:3.7.1 " )
40
40
41
41
implementation(" org.springframework.boot:spring-boot-starter-security" )
42
42
implementation(" org.springframework.boot:spring-boot-starter-oauth2-resource-server" )
43
43
implementation(" org.springframework.boot:spring-boot-starter-oauth2-client" )
44
44
45
- implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:2.1 .1" )
45
+ implementation(" uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:2.2 .1" )
46
46
47
47
testImplementation(" org.springframework.boot:spring-boot-starter-test" ) {
48
48
exclude(group = " org.junit.vintage" , module = " junit-vintage-engine" )
@@ -52,10 +52,10 @@ dependencies {
52
52
testImplementation(" org.mock-server:mockserver-netty:5.15.0" )
53
53
54
54
testImplementation(" com.ninja-squad:springmockk:4.0.2" )
55
- testImplementation(" org.assertj:assertj-core:3.25.1 " )
55
+ testImplementation(" org.assertj:assertj-core:3.25.2 " )
56
56
testImplementation(" org.awaitility:awaitility-kotlin:4.2.0" )
57
- testImplementation(" io.jsonwebtoken:jjwt-impl:0.12.3 " )
58
- testImplementation(" io.jsonwebtoken:jjwt-jackson:0.12.3 " )
57
+ testImplementation(" io.jsonwebtoken:jjwt-impl:0.12.5 " )
58
+ testImplementation(" io.jsonwebtoken:jjwt-jackson:0.12.5 " )
59
59
testImplementation(" io.cucumber:cucumber-spring:$cucumberVersion " )
60
60
testImplementation(" io.cucumber:cucumber-java8:$cucumberVersion " )
61
61
testImplementation(" io.cucumber:cucumber-junit-platform-engine:$cucumberVersion " )
0 commit comments