Commit 9ea3e39 1 parent 65ff046 commit 9ea3e39 Copy full SHA for 9ea3e39
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies {
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.0 " )
36
+ implementation(" io.hypersistence:hypersistence-utils-hibernate-63:3.9.1 " )
37
37
38
38
implementation(" org.springframework.boot:spring-boot-starter-security" )
39
39
implementation(" org.springframework.boot:spring-boot-starter-oauth2-resource-server" )
@@ -55,9 +55,9 @@ dependencies {
55
55
testImplementation(" org.awaitility:awaitility-kotlin:4.2.2" )
56
56
testImplementation(" io.jsonwebtoken:jjwt-impl:0.12.6" )
57
57
testImplementation(" io.jsonwebtoken:jjwt-jackson:0.12.6" )
58
- testImplementation(" io.cucumber:cucumber-spring:7.21.0 " )
59
- testImplementation(" io.cucumber:cucumber-java8:7.21.0 " )
60
- testImplementation(" io.cucumber:cucumber-junit-platform-engine:7.21.0 " )
58
+ testImplementation(" io.cucumber:cucumber-spring:7.21.1 " )
59
+ testImplementation(" io.cucumber:cucumber-java8:7.21.1 " )
60
+ testImplementation(" io.cucumber:cucumber-junit-platform-engine:7.21.1 " )
61
61
testImplementation(" org.junit.platform:junit-platform-console:1.11.4" )
62
62
}
63
63
You can’t perform that action at this time.
0 commit comments