Skip to content

Commit

Permalink
[Java] Upgrade to Json 20250107.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 13, 2025
1 parent ac0b41a commit 28fac12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ agrona = { group = "org.agrona", name = "agrona", version.ref = "agrona" }
mockito = { group = "org.mockito", name = "mockito-core", version = "5.14.2" }
hamcrest = { group = "org.hamcrest", name = "hamcrest", version = "3.0" }
jqwik = { group = "net.jqwik", name = "jqwik", version = "1.9.2" }
json = { group = "org.json", name = "json", version = "20240303" }
json = { group = "org.json", name = "json", version = "20250107" }
jmh-core = { group = "org.openjdk.jmh", name = "jmh-core", version.ref = "jmh" }
jmh-generator-annprocess = { group = "org.openjdk.jmh", name = "jmh-generator-annprocess", version.ref = "jmh" }

Expand Down

0 comments on commit 28fac12

Please sign in to comment.