Skip to content

Commit 134b2a7

Browse files
authored
Fix/fs3 bd002 json pkg (#12)
Changed: org.json dependency upgraded
1 parent c1adf27 commit 134b2a7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repositories {
2222
dependencies {
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')

demoqa/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repositories {
1212

1313
dependencies {
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'

flagship/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ repositories {
3232
}
3333

3434
dependencies {
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

0 commit comments

Comments
 (0)