Skip to content

Commit d13ef6a

Browse files
fix(deps): update dependency org.json:json to v20240205
1 parent 5a1357d commit d13ef6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
16-
testImplementation('org.junit.jupiter:junit-jupiter:5.10.2', 'org.json:json:20231013')
16+
testImplementation('org.junit.jupiter:junit-jupiter:5.10.2', 'org.json:json:20240205')
1717
}
1818

1919
version = System.getenv("RELEASE_VERSION") ?: 'NONE'

0 commit comments

Comments
 (0)