File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ repositories {
2222dependencies {
2323 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2424 implementation project(' :flagship' )
25- implementation ' org.json:json:20230227 '
25+ implementation ' org.json:json:20231013 '
2626 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.8.0'
2727 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.8.0'
2828 implementation(' com.squareup.okhttp3:okhttp:4.9.1' )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
1212
1313dependencies {
1414 implementation project(' :flagship' )
15- implementation group : ' org.json' , name : ' json' , version : ' 20230227 '
15+ implementation group : ' org.json' , name : ' json' , version : ' 20231013 '
1616 implementation ' org.springframework.boot:spring-boot-starter-web:2.7.0'
1717 implementation ' org.springframework.session:spring-session-core:2.7.0'
1818 implementation ' org.springframework.boot:spring-boot-devtools:2.7.0'
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ repositories {
3232}
3333
3434dependencies {
35- implementation ' org.json:json:20230227 '
35+ implementation ' org.json:json:20231013 '
3636 implementation ' junit:junit:4.13.2'
3737 implementation ' org.xerial:sqlite-jdbc:3.42.0.0'
3838
You can’t perform that action at this time.
0 commit comments