Bump the gradle-dependencies group across 1 directory with 5 updates - #223
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the gradle-dependencies group across 1 directory with 5 updates#223dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the gradle-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | commons-io:commons-io | `2.21.0` | `2.22.0` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.14.3` | `5.14.4` | | [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) | `1.5.9` | `2.0.3` | | [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.2` | `2.14.0` | | com.gradle.plugin-publish | `2.1.0` | `2.1.1` | Updates `commons-io:commons-io` from 2.21.0 to 2.22.0 Updates `org.junit.jupiter:junit-jupiter` from 5.14.3 to 5.14.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.14.3...r5.14.4) Updates `com.networknt:json-schema-validator` from 1.5.9 to 2.0.3 - [Release notes](https://github.com/networknt/json-schema-validator/releases) - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md) - [Commits](networknt/json-schema-validator@1.5.9...2.0.3) Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.0 - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](google/gson@gson-parent-2.13.2...gson-parent-2.14.0) Updates `com.gradle.plugin-publish` from 2.1.0 to 2.1.1 --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 5.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies - dependency-name: com.networknt:json-schema-validator dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-dependencies - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-dependencies - dependency-name: com.gradle.plugin-publish dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
bigdaz
added a commit
that referenced
this pull request
Jul 5, 2026
## What Bumps `com.networknt:json-schema-validator` **1.5.9 → 2.0.3** and migrates the test schema-validation helper (`BaseExtractorTest`) to the new 2.x API. This unblocks the Dependabot group update in #223, whose `json-schema-validator` bump was failing to compile (`unable to resolve class JsonSchema` and friends). The other four dependencies in that group are unrelated and can be handled by Dependabot as usual. ## Why the source changes are needed json-schema-validator 2.x is a breaking release that renames the core types out of the old `com.networknt.schema.*` surface: | 1.5.9 | 2.0.3 | | --- | --- | | `JsonSchema` | `Schema` | | `JsonSchemaFactory` | `SchemaRegistry` | | `ValidationMessage` | `Error` | | `JsonSchemaException` | `SchemaException` | | `SpecVersion.VersionFlag.V4` | `SpecificationVersion.DRAFT_4` | | `JsonSchemaFactory.builder(getInstance(...)).build()` | `SchemaRegistry.withDefaultDialect(...)` | | `schema.validate()` → `Set<ValidationMessage>` | `schema.validate()` → `List<Error>` | Imports are now explicit rather than a wildcard, so that the new `com.networknt.schema.Error` correctly shadows `java.lang.Error`. ## Why 2.0.3 and not 3.x The 3.x line requires Jackson 3; this project is on Jackson 2. Dependabot's config already ignores json-schema-validator major v3, so 2.0.3 is the correct Jackson-2-compatible target. ## Verification - `:plugin-test:test` (full integration suite, which exercises the schema validation path) ✅ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Member
|
@dependabot rebase |
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/gradle/gradle-dependencies-a15830d693
branch
July 5, 2026 01:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the gradle-dependencies group with 5 updates in the / directory:
2.21.02.22.05.14.35.14.41.5.92.0.32.13.22.14.02.1.02.1.1Updates
commons-io:commons-iofrom 2.21.0 to 2.22.0Updates
org.junit.jupiter:junit-jupiterfrom 5.14.3 to 5.14.4Release notes
Sourced from org.junit.jupiter:junit-jupiter's releases.
Commits
096fd69Release 5.14.411fd02bRemove JDK 24 (EOL)5b7f023Fix integration tests on JDK 2718f842aTest against JDK 26 (GA) and JDK 27 (EA)a5bf336Polish 5.14.4 release notes7667c14Fix race condition in NodeTestTask (#5427)ac01f2dInclude full display name in legacy XML reports (#5524)fbd4a8eInclude class template invocation index in legacy reporting names7d6f0c0Only check PDF for GA releases14f534dTest 5.14.x against JDK 25 ga (#5623)Updates
com.networknt:json-schema-validatorfrom 1.5.9 to 2.0.3Release notes
Sourced from com.networknt:json-schema-validator's releases.
... (truncated)
Changelog
Sourced from com.networknt:json-schema-validator's changelog.
... (truncated)
Commits
f75875esimplify additionalItems validation flow (#1256)eec384cupgrade to 3.0.5 and update changelog096fbfdfixes #1252 problem with additionalProperties schema in jsconfig schema (#1253)e5f6dc1fixes #1174 TextNodes as schema seem to validate any value (#1250)2276a17upgrade to 3.0.4 and update changelog4edf203fixes #1248 validating draft4 schemas (#1249)7407dddupgrade to 3.0.3 and update changelog07b694bfixes #1246 Coercion bug (#1247)9df7d32Merge branch 'master' of github.com:networknt/json-schema-validator2686725add gitignoreUpdates
com.google.code.gson:gsonfrom 2.13.2 to 2.14.0Release notes
Sourced from com.google.code.gson:gson's releases.
Commits
3ff35d6[maven-release-plugin] prepare release gson-parent-2.14.0a3024fdBump the maven group with 13 updates (#3002)5689ffeBump the github-actions group across 1 directory with 3 updates (#3018)48db33cAddLegacyProtoTypeAdapterFactory. (#3014)53d703eUpdate outdated comment regarding serializable types (#3012)0189b72RemoveSerializablefrom internalTypeimplementation classes. (#3011)f4d371dFix duplicate key detection when first value is null (#3006)27d9ba1Fix typo in README (JPMS dependencies section) (#3005)1fa9b7aValidate that strings being parsed as integers consist of ASCII characters (#...b7d5954Add iterator fail-fast tests for LinkedTreeMap.clear() (#2992)Updates
com.gradle.plugin-publishfrom 2.1.0 to 2.1.1Most Recent Ignore Conditions Applied to This Pull Request
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions