File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ dependencies {
22
22
implementation ' com.mikemybytes:junit5-formatted-source:0.2.0'
23
23
implementation ' com.mikemybytes:junit5-formatted-source:0.2.0'
24
24
implementation ' org.springframework.boot:spring-boot-starter-data-jpa:3.0.4'
25
- implementation ' com.mysql:mysql-connector-j:8.0.32 '
25
+ implementation ' com.mysql:mysql-connector-j:8.2.0 '
26
26
implementation ' org.springframework.boot:spring-boot-test:3.0.4'
27
27
implementation ' org.junit.jupiter:junit-jupiter-api:5.9.2'
28
28
implementation ' org.mockito:mockito-core:5.2.0'
29
29
implementation ' org.mockito:mockito-junit-jupiter:5.2.0'
30
30
implementation ' org.springframework.boot:spring-boot-starter-test:3.1.2'
31
31
testImplementation (' org.springframework.boot:spring-boot-starter-web:3.0.2' )
32
- implementation(' org.springframework:spring-web:6.0.7 ' )
33
- implementation(' org.springframework.boot:spring-boot-autoconfigure:3.0.4 ' )
32
+ implementation(' org.springframework:spring-web:6.1.5 ' )
33
+ implementation(' org.springframework.boot:spring-boot-autoconfigure:3.0.7 ' )
34
34
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.2'
35
35
testImplementation(' org.springframework:spring-test:6.0.7' )
36
36
implementation ' org.cyclonedx:cyclonedx-core-java:7.3.2'
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
45
45
implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2'
46
46
implementation ' jakarta.servlet:jakarta.servlet-api:5.0.0'
47
47
implementation ' jakarta.annotation:jakarta.annotation-api:1.3.5'
48
- implementation ' org.json:json:20230618 '
48
+ implementation ' org.json:json:20231013 '
49
49
implementation ' com.mikemybytes:junit5-formatted-source:0.2.0'
50
50
implementation ' com.mikemybytes:junit5-formatted-source:0.2.0'
51
51
implementation ' com.mikemybytes:junit5-formatted-source:0.2.0'
@@ -61,8 +61,8 @@ dependencies {
61
61
// Work around for Java regex limitations
62
62
implementation ' net.sourceforge.jregex:jregex:1.2_01'
63
63
// This dependency is used by the application.
64
- implementation ' com.google.guava:guava:31.1-jre '
65
- implementation ' org.apache.commons:commons-compress:1.21 '
64
+ implementation ' com.google.guava:guava:32.0.0-android '
65
+ implementation ' org.apache.commons:commons-compress:1.26.0 '
66
66
}
67
67
68
68
test {
You can’t perform that action at this time.
0 commit comments