Skip to content

Bump the gradle-dependencies group across 1 directory with 10 updates#200

Merged
bigdaz merged 1 commit intomainfrom
dependabot/gradle/gradle-dependencies-5b1084cbae
Jan 27, 2026
Merged

Bump the gradle-dependencies group across 1 directory with 10 updates#200
bigdaz merged 1 commit intomainfrom
dependabot/gradle/gradle-dependencies-5b1084cbae

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2026

Bumps the gradle-dependencies group with 10 updates in the / directory:

Package From To
commons-io:commons-io 2.19.0 2.21.0
com.squareup.okio:okio 3.11.0 3.16.4
org.spockframework:spock-core 2.3-groovy-3.0 2.4-groovy-3.0
org.spockframework:spock-junit4 2.3-groovy-3.0 2.4-groovy-3.0
org.junit.jupiter:junit-jupiter 5.12.2 6.0.2
org.codehaus.groovy:groovy-json 3.0.24 3.0.25
com.networknt:json-schema-validator 1.5.6 3.0.0
org.jetbrains:annotations 26.0.2 26.0.2-1
com.google.code.gson:gson 2.13.0 2.13.2
com.gradle.plugin-publish 1.3.1 2.0.0

Updates commons-io:commons-io from 2.19.0 to 2.21.0

Changelog

Sourced from commons-io:commons-io's changelog.

Apache Commons IO 2.22.0 Release Notes

The Apache Commons IO team is pleased to announce the release of Apache Commons IO 2.22.0.

Introduction

The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.

This is a feature and maintenance release. Java 8 or later is required.

New features

o Add and use IOUtils.closeQuietlySuppress(Closeable, Throwable) #818. Thanks to Gary Gregory, Piotr P. Karwasz.

Fixed Bugs

o Fix Apache RAT plugin console warnings. Thanks to Gary Gregory. o ByteArraySeekableByteChannel.position(long) and truncate(long) shouldn't throw an IllegalArgumentException for a new positive position that's too large #817. Thanks to Gary Gregory, Piotr P. Karwasz. o Fix malformed Javadoc comments. Thanks to Gary Gregory. o ReadAheadInputStream.close() doesn't always close its filtered input stream. Thanks to Stanislav Fort, Gary Gregory.

Changes

o Bump org.apache.commons:commons-parent from 91 to 96 #816. Thanks to Gary Gregory, Dependabot. o Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 #812. Thanks to Gary Gregory, Dependabot. o Bump commons.bytebuddy.version from 1.17.8 to 1.18.4 #814, #820. Thanks to Gary Gregory, Dependabot. o Bump commons-lang3 from 3.19.0 to 3.20.0. Thanks to Gary Gregory, Dependabot.

Commons IO 2.7 and up requires Java 8 or above. Commons IO 2.6 requires Java 7 or above. Commons IO 2.3 through 2.5 requires Java 6 or above. Commons IO 2.2 requires Java 5 or above. Commons IO 1.4 requires Java 1.3 or above.

Historical list of changes: https://commons.apache.org/proper/commons-io/changes.html

For complete information on Apache Commons IO, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons IO website:

https://commons.apache.org/proper/commons-io/

Download page: https://commons.apache.org/proper/commons-io/download_io.cgi

... (truncated)

Commits

Updates com.squareup.okio:okio from 3.11.0 to 3.16.4

Changelog

Sourced from com.squareup.okio:okio's changelog.

Version 3.16.4

2025-11-17

  • Fix: Don't delay triggering timeouts. In 3.16.0 we introduced a regression that caused timeouts to fire later than they were supposed to.

Version 3.16.3

2025-11-14

This release is the same as 3.16.2. We forgot to cherry-pick a commit before we released!

Version 3.16.2

2025-10-14

  • Fix: okio-assetfilesystem APIs now correctly restored as visible to Kotlin.

Version 3.16.1

2025-10-09

  • Fix: Don't crash when calling Socket.shutdownOutput() or shutdownInput() on an SSLSocket on Android API 21. This method throws an UnsupportedOperationException, so we now catch that and close the underlying stream instead.

Version 3.16.0

2025-07-29

  • Fix: Change Socket.asOkioSocket() to resolve its source InputStream and OutputStream eagerly. This will throw a SocketException immediately if the socket isn’t connected. This behavior is consistent with our similar APIs, Socket.source() and Socket.sink().

  • Fix: Optimize AsyncTimeout on systems with a very large number of active timeouts. This class originally kept active timeouts in a linked list; with this update the internal data structure is a binary heap. The old runtime was 𝑂(𝑛²) to activate 𝑛 timeouts; with this optimization the runtime is 𝑂(𝑛 log 𝑛).

  • Upgrade: [Kotlin 2.2.0][kotlin_2_2_0].

Version 3.15.0

2025-07-01

... (truncated)

Commits
  • 74b87c8 Prepare for release 3.16.4.
  • 5cffb11 Fix compareTo function for priority queue in Asynctimeout (#1738)
  • c869a7b Prepare next development version.
  • 06289cc Prepare for release 3.16.3.
  • 42ed971 Prepare version 3.16.2
  • 855f632 Update dependency com.android.tools.build:gradle to v9.0.0-alpha10 (#1715)
  • d8f54b5 Prepare next development version.
  • 6328c9c Prepare for release 3.16.1.
  • 3df8719 Recover from an SSLSocket crash (#1714)
  • d2897ad Update dependency com.android.tools.build:gradle to v9.0.0-alpha09 (#1713)
  • Additional commits viewable in compare view

Updates org.spockframework:spock-core from 2.3-groovy-3.0 to 2.4-groovy-3.0

Release notes

Sourced from org.spockframework:spock-core's releases.

Spock 2.4

https://spockframework.org/spock/docs/2.4/release_notes.html

Spock 2.4-M7

https://spockframework.org/spock/docs/2.4-M7/index.html

Spock 2.4-M6

https://spockframework.org/spock/docs/2.4-M6/index.html

Spock 2.4-M5

https://spockframework.org/spock/docs/2.4-M5/index.html

Spock 2.4-M4

https://spockframework.org/spock/docs/2.4-M4/index.html

Spock 2.4-M3

https://spockframework.org/spock/docs/2.4-M3/index.html

Spock 2.4-M2

https://spockframework.org/spock/docs/2.4-M2/release_notes.html

Spock 2.4-M1

https://spockframework.org/spock/docs/2.4-M1/release_notes.html

Commits

Updates org.spockframework:spock-junit4 from 2.3-groovy-3.0 to 2.4-groovy-3.0

Release notes

Sourced from org.spockframework:spock-junit4's releases.

Spock 2.4

https://spockframework.org/spock/docs/2.4/release_notes.html

Spock 2.4-M7

https://spockframework.org/spock/docs/2.4-M7/index.html

Spock 2.4-M6

https://spockframework.org/spock/docs/2.4-M6/index.html

Spock 2.4-M5

https://spockframework.org/spock/docs/2.4-M5/index.html

Spock 2.4-M4

https://spockframework.org/spock/docs/2.4-M4/index.html

Spock 2.4-M3

https://spockframework.org/spock/docs/2.4-M3/index.html

Spock 2.4-M2

https://spockframework.org/spock/docs/2.4-M2/release_notes.html

Spock 2.4-M1

https://spockframework.org/spock/docs/2.4-M1/release_notes.html

Commits

Updates org.junit.jupiter:junit-jupiter from 5.12.2 to 6.0.2

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 6.0.2 = Platform 6.0.2 + Jupiter 6.0.2 + Vintage 6.0.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.1...r6.0.2

JUnit 6.0.1 = Platform 6.0.1 + Jupiter 6.0.1 + Vintage 6.0.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0...r6.0.1

JUnit 6.0.0 = Platform 6.0.0 + Jupiter 6.0.0 + Vintage 6.0.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.14.0...r6.0.0

JUnit 6.0.0-RC3 = Platform 6.0.0-RC3 + Jupiter 6.0.0-RC3 + Vintage 6.0.0-RC3

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0-RC2...r6.0.0-RC3

JUnit 6.0.0-RC2 = Platform 6.0.0-RC2 + Jupiter 6.0.0-RC2 + Vintage 6.0.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r6.0.0-RC1...r6.0.0-RC2

JUnit 6.0.0-RC1 = Platform 6.0.0-RC1 + Jupiter 6.0.0-RC1 + Vintage 6.0.0-RC1

See Release Notes.

New Contributors

... (truncated)

Commits
  • c5c5de5 Release 6.0.2
  • 98b6f78 Add missing checkout step
  • 732dc27 Finalize 6.0.2 release notes
  • 6a25736 Finalize 5.14.2 release notes
  • 33e66bf Move release notes for #5238 entry to 6.1.0-M2
  • 11f0f82 Update copyright headers
  • 6ce1265 Consistently add license header to all java source files
  • 4d454ee Update dependency @​antora/lunr-extension to v1.0.0-alpha.12
  • faf4a58 Use --since feature of Javadoc
  • 5cc8b05 Mark new recommended APIs as "maintained" rather than "experimental"
  • Additional commits viewable in compare view

Updates org.codehaus.groovy:groovy-json from 3.0.24 to 3.0.25

Commits

Updates com.networknt:json-schema-validator from 1.5.6 to 3.0.0

Release notes

Sourced from com.networknt:json-schema-validator's releases.

3.0.0- 2025-12-13

Added

Changed

2.0.1- 2025-12-11

Added

Changed

2.0.0- 2025-10-25

Added

Changed

1.5.9- 2025-09-13

Added

Changed

1.5.8- 2025-06-27

... (truncated)

Changelog

Sourced from com.networknt:json-schema-validator's changelog.

Change Log

All notable changes to this project will be documented in this file.

This format is based on Keep a Changelog.

This project does not adhere to Semantic Versioning and minor version changes can have incompatible API changes. These incompatible API changes will largely affect those who have custom validator or walker implementations. Those who just use the library to validate using the standard JSON Schema Draft specifications may not need changes.

[Unreleased]

Added

Changed

Changed

3.0.0- 2025-12-13

Added

Changed

2.0.1- 2025-12-11

Added

Changed

2.0.0- 2025-10-25

Added

Changed

1.5.9- 2025-09-13

... (truncated)

Commits
  • 2621edc upgrade to 3.0.0 and update changelog
  • c485230 Upgrade to Jackson 3 and JDK 17 (#1219)
  • ad0f41b Merge branch 'master' of github.com:networknt/json-schema-validator
  • 54d1b71 upgrade to 2.0.1 and update changelog
  • b044361 Skip processing of properties keyword if not an object (#1217)
  • cbc4caa Allow for default dialect id not to be specified and throw an exception (#1212)
  • 3f419f4 Fix multipleOf error message for fractional digits greater than 3 (#1210)
  • 0dde00c upgrade to 2.0.0 and update changelog
  • b4abbc2 Fix ref with sibling id from 2019-09 (#1203)
  • 7bebfeb Refactor walk and update docs (#1202)
  • Additional commits viewable in compare view

Updates org.jetbrains:annotations from 26.0.2 to 26.0.2-1

Release notes

Sourced from org.jetbrains:annotations's releases.

26.0.2-1

A technical release to employ new Maven publishing machinery

Changelog

Sourced from org.jetbrains:annotations's changelog.

Version 26.0.2-1

Commits
  • 20ff2b3 Merge pull request #130 from DmPanov/dmpanov/allworknoplay
  • 21116cc the version is bumped to 26.0.2-1 to test the Maven Central publication
  • b44ce8d Maven Central artifacts task
  • 5fb050c legacy Sonatype publishing removed
  • 2a28eab Merge pull request #120 from JojOatXGME/override-only-static
  • dd44b5b OverrideOnly: Update documentation to exclude static methods
  • See full diff in compare view

Updates com.google.code.gson:gson from 2.13.0 to 2.13.2

Release notes

Sourced from com.google.code.gson:gson's releases.

Gson 2.13.2

The main changes in this release are just newer dependencies.

What's Changed

New Contributors

Full Changelog: google/gson@gson-parent-2.13.1...gson-parent-2.13.2

Gson 2.13.1

What's Changed

New Contributors

Full Changelog: google/gson@gson-parent-2.13.0...gson-parent-2.13.1

Commits
  • 686fad7 [maven-release-plugin] prepare release gson-parent-2.13.2
  • c2d252a Switch to using central-publishing-maven-plugin. (#2900)
  • 69cb755 Bump the github-actions group with 5 updates (#2894)
  • ea552c2 Bump the maven group across 1 directory with 3 updates (#2898)
  • fdc616d Set top-level permissions for CodeQL workflow (#2889)
  • 9334715 Create scorecard.yml (#2888)
  • f7de5c2 Bump the maven group with 8 updates (#2885)
  • 8c23cd3 Update sources to satisfy a new Error Prone check. (#2887)
  • 5eab3ed Bump the github-actions group with 2 updates (#2886)
  • 5f5c200 Bump the maven group across 1 directory with 10 updates (#2872)
  • Additional commits viewable in compare view

Updates com.gradle.plugin-publish from 1.3.1 to 2.0.0

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
org.spockframework:spock-core [>= 2.3-groovy-4.a, < 2.4]
org.spockframework:spock-junit4 [>= 2.3-groovy-4.a, < 2.4]
org.spockframework:spock-core [< 3, > 2.3-groovy-3.0]

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 27, 2026
@bigdaz
Copy link
Member

bigdaz commented Jan 27, 2026

@dependabot ignore org.junit.jupiter:junit-jupiter major version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 27, 2026

OK, I won't notify you about version 6.x.x of org.junit.jupiter:junit-jupiter again, unless you unignore it.

@dependabot dependabot bot force-pushed the dependabot/gradle/gradle-dependencies-5b1084cbae branch from 59559b7 to 6040c98 Compare January 27, 2026 19:39
@bigdaz bigdaz force-pushed the dependabot/gradle/gradle-dependencies-5b1084cbae branch 2 times, most recently from 32a3a3c to e666ed8 Compare January 27, 2026 19:49
Bumps the gradle-dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [commons-io:commons-io](https://github.com/apache/commons-io) | `2.19.0` | `2.21.0` |
| [com.squareup.okio:okio](https://github.com/square/okio) | `3.11.0` | `3.16.4` |
| [org.spockframework:spock-core](https://github.com/spockframework/spock) | `2.3-groovy-3.0` | `2.4-groovy-3.0` |
| [org.spockframework:spock-junit4](https://github.com/spockframework/spock) | `2.3-groovy-3.0` | `2.4-groovy-3.0` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.12.2` | `5.14.2` |
| [org.codehaus.groovy:groovy-json](https://github.com/apache/groovy) | `3.0.24` | `3.0.25` |
| [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) | `1.5.6` | `1.5.9` |
| [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `26.0.2` | `26.0.2-1` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.13.0` | `2.13.2` |
| com.gradle.plugin-publish | `1.3.1` | `2.0.0` |

Updates `commons-io:commons-io` from 2.19.0 to 2.21.0
- [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-io@rel/commons-io-2.19.0...rel/commons-io-2.21.0)

Updates `com.squareup.okio:okio` from 3.11.0 to 3.16.4
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@parent-3.11.0...parent-3.16.4)

Updates `org.spockframework:spock-core` from 2.3-groovy-3.0 to 2.4-groovy-3.0
- [Release notes](https://github.com/spockframework/spock/releases)
- [Changelog](https://github.com/spockframework/spock/blob/master/docs/release_notes.adoc)
- [Commits](https://github.com/spockframework/spock/commits)

Updates `org.spockframework:spock-junit4` from 2.3-groovy-3.0 to 2.4-groovy-3.0
- [Release notes](https://github.com/spockframework/spock/releases)
- [Changelog](https://github.com/spockframework/spock/blob/master/docs/release_notes.adoc)
- [Commits](https://github.com/spockframework/spock/commits)

Updates `org.junit.jupiter:junit-jupiter` from 5.12.2 to 5.14.2
- [Release notes](https://github.com/junit-team/junit-framework/releases)

Updates `org.codehaus.groovy:groovy-json` from 3.0.24 to 3.0.25
- [Commits](https://github.com/apache/groovy/commits)

Updates `com.networknt:json-schema-validator` from 1.5.6 to 1.5.9
- [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.6...1.5.9)

Updates `org.jetbrains:annotations` from 26.0.2 to 26.0.2-1
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@26.0.2...26.0.2-1)

Updates `com.google.code.gson:gson` from 2.13.0 to 2.13.2
- [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.0...gson-parent-2.13.2)

Updates `com.gradle.plugin-publish` from 1.3.1 to 2.0.0

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-version: 2.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.squareup.okio:okio
  dependency-version: 3.16.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.spockframework:spock-core
  dependency-version: 2.4-groovy-3.0
  dependency-type: direct:production
  dependency-group: gradle-dependencies
- dependency-name: org.spockframework:spock-junit4
  dependency-version: 2.4-groovy-3.0
  dependency-type: direct:production
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.codehaus.groovy:groovy-json
  dependency-version: 3.0.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.networknt:json-schema-validator
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains:annotations
  dependency-version: 26.0.2-1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.13.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: com.gradle.plugin-publish
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@bigdaz bigdaz force-pushed the dependabot/gradle/gradle-dependencies-5b1084cbae branch from e666ed8 to 2eaf500 Compare January 27, 2026 19:55
@bigdaz bigdaz merged commit 375683d into main Jan 27, 2026
36 of 40 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/gradle-dependencies-5b1084cbae branch January 27, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant