Skip to content

Commit ada325b

Browse files
Bump org.json:json from 20240303 to 20241224 in /wiremock (#1048)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240303 to 20241224. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e18d56 commit ada325b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiremock/build.gradle

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

77
dependencies {
88
implementation "org.wiremock:wiremock:3.10.0"
9-
implementation "org.json:json:20240303"
9+
implementation "org.json:json:20241224"
1010
implementation "com.auth0:java-jwt:4.4.0"
1111
implementation "org.slf4j:slf4j-simple:2.0.16"
1212
}

0 commit comments

Comments
 (0)