@@ -26,7 +26,7 @@ dependencies {
2626 // Note (alexa): this is the speakeasy fork of the har-java library
2727 implementation files(' lib/har-java.jar' )
2828 implementation files(' lib/speakeasy-schemas.jar' )
29- compileOnly(group : ' org.springframework.boot' , name : ' spring-boot-starter-web' , version : ' 2.7.4 ' ) {
29+ compileOnly(group : ' org.springframework.boot' , name : ' spring-boot-starter-web' , version : ' 2.7.5 ' ) {
3030 exclude group : ' org.springframework.boot' , module : ' spring-boot-starter-logging'
3131 }
3232 implementation(' org.slf4j:slf4j-api:1.7.36' )
@@ -44,15 +44,15 @@ dependencies {
4444 implementation files(' ./src/main/resources/commons-io-2.11.0.jar' )
4545 implementation ' org.yaml:snakeyaml:1.33'
4646
47- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.2 '
48- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.2 '
47+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.1 '
48+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.1 '
4949 testImplementation ' org.mockito:mockito-core:4.6.1'
5050 testImplementation ' org.springframework:spring-test:5.3.23'
5151 testImplementation ' org.junit.jupiter:junit-jupiter-params:5.8.2'
52- testImplementation ' org.springframework.boot:spring-boot-test:2.7.4 '
53- testImplementation ' org.springframework.boot:spring-boot-test-autoconfigure:2.7.4 '
52+ testImplementation ' org.springframework.boot:spring-boot-test:2.7.5 '
53+ testImplementation ' org.springframework.boot:spring-boot-test-autoconfigure:2.7.5 '
5454 testImplementation ' org.hamcrest:hamcrest-all:1.3'
55- testImplementation(group : ' org.springframework.boot' , name : ' spring-boot-starter-web' , version : ' 2.7.4 ' ) {
55+ testImplementation(group : ' org.springframework.boot' , name : ' spring-boot-starter-web' , version : ' 2.7.5 ' ) {
5656 exclude group : ' org.springframework.boot' , module : ' spring-boot-starter-logging'
5757 }
5858
0 commit comments