Skip to content

Commit ff30144

Browse files
Bump org.json:json in /data-prepper-plugins/avro-codecs (#6898)
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20251224 to 20260522. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](stleary/JSON-java@2025122...2026052) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20260522' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent deab8d5 commit ff30144

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
@@ -13,7 +13,7 @@ dependencies {
1313
implementation libs.parquet.common
1414
implementation 'software.amazon.awssdk:s3'
1515
implementation 'software.amazon.awssdk:apache-client'
16-
testImplementation 'org.json:json:20251224'
16+
testImplementation 'org.json:json:20260522'
1717
testImplementation project(':data-prepper-plugins:common')
1818
testImplementation project(':data-prepper-test:test-event')
1919
}

0 commit comments

Comments
 (0)