Skip to content

Commit 5dff4a6

Browse files
Bump org.json:json in /data-prepper-plugins/avro-codecs
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240205 to 20250517. - [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-version: '20250517' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 540f3a1 commit 5dff4a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-prepper-plugins/avro-codecs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
implementation libs.parquet.common
1010
implementation 'software.amazon.awssdk:s3'
1111
implementation 'software.amazon.awssdk:apache-client'
12-
testImplementation 'org.json:json:20240205'
12+
testImplementation 'org.json:json:20250517'
1313
testImplementation project(':data-prepper-plugins:common')
1414
testImplementation project(':data-prepper-test-event')
1515
}

0 commit comments

Comments
 (0)