Skip to content

Commit a3ebdd6

Browse files
fix(deps): update dependency org.json:json to v20240303
1 parent 606fc89 commit a3ebdd6

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:20240205')
16+
testImplementation('org.junit.jupiter:junit-jupiter:5.10.2', 'org.json:json:20240303')
1717
}
1818

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

0 commit comments

Comments
 (0)