File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
sourceSets. main. java. srcDirs = [' java' ]
28
28
29
29
dependencies {
30
- implementation ' org.json:json:20230227 '
30
+ implementation ' org.json:json:20231013 '
31
31
implementation ' org.springframework.boot:spring-boot-starter-web'
32
32
implementation project(' :main' )
33
33
}
Original file line number Diff line number Diff line change 32
32
sourceSets. main. java. srcDirs = [' java' ]
33
33
34
34
dependencies {
35
- implementation ' org.json:json:20230227 '
35
+ implementation ' org.json:json:20231013 '
36
36
}
37
37
38
38
java {
Original file line number Diff line number Diff line change 24
24
sourceSets. test. java. srcDirs = [' java' ]
25
25
26
26
dependencies {
27
- testImplementation ' org.json:json:20201115 '
27
+ testImplementation ' org.json:json:20231013 '
28
28
testImplementation project(' :main' )
29
29
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.7.2'
30
30
testImplementation ' org.junit.jupiter:junit-jupiter-params:5.7.2'
You can’t perform that action at this time.
0 commit comments