Skip to content

Bump the all-gradle-version-updates group in /java with 14 updates #493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 3, 2025

Bumps the all-gradle-version-updates group in /java with 14 updates:

Package From To
com.google.protobuf:protobuf-java 3.25.3 4.31.1
org.locationtech.jts:jts-core 1.19.0 1.20.0
com.google.guava:guava 33.2.1-jre 33.4.8-jre
commons-cli:commons-cli 1.8.0 1.9.0
org.slf4j:slf4j-simple 2.0.13 2.0.17
io.github.sebasbaumh:mapbox-vector-tile-java 23.1.0 24.1.1
org.apache.orc:orc-core 1.8.1 2.1.2
com.google.code.gson:gson 2.8.8 2.13.1
org.junit.jupiter:junit-jupiter-api 5.10.3 5.13.0
org.junit.jupiter:junit-jupiter-engine 5.11.4 5.13.0
org.junit.jupiter:junit-jupiter-params 5.10.3 5.13.0
org.xerial:sqlite-jdbc 3.32.3.2 3.49.1.0
com.diffplug.spotless 6.25.0 7.0.4
me.champeau.jmh 0.7.2 0.7.3

Updates com.google.protobuf:protobuf-java from 3.25.3 to 4.31.1

Commits
  • 74211c0 Updating version.json and repo version numbers to: 31.1
  • 63fa9ab Merge pull request #21978 from shaod2/31.1-cp
  • bec5b5a Add missing copts attribute (#21982)
  • 96a9ef6 Fix cmake staleness test
  • 3419598 Support allowing late injection of language feature set defaults from Feature...
  • 0fe099a python pyi print "import datetime" for Duration/Timestamp field (#21885)
  • f156008 Merge pull request #21861 from shaod2/py-cp-31
  • a3921fb Add recursion depth limits to pure python
  • ac94456 Merge pull request #21744 from protocolbuffers/31.x-202505141617
  • f275995 Updating version.json and repo version numbers to: 31.1-dev
  • Additional commits viewable in compare view

Updates org.locationtech.jts:jts-core from 1.19.0 to 1.20.0

Updates com.google.guava:guava from 33.2.1-jre to 33.4.8-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.4.8

Guava 33.4.8 fixes a problem that we introduced while starting to migrate guava-android off Unsafe in 33.4.7.

Even if you're not upgrading from Guava 33.4.0 or earlier, still read the release notes for Guava 33.4.1. Those release notes contain information about the effects of Guava 33.4.5 and higher on the module system.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.4.8-jre</version>
  <!-- or, for Android: -->
  <version>33.4.8-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • util.concurrent: Removed our VarHandle code from guava-android. While the code was never used at runtime under Android, it was causing problems under the Android Gradle Plugin with a minSdkVersion below 26. To continue to avoid sun.misc.Unsafe under the JVM, guava-android will now always use AtomicReferenceFieldUpdater when run there. (75da92419a)

33.4.7

Prefer to upgrade straight to 33.4.8: 33.4.7 breaks the build of Android apps with a minSdkVersion below 26. We will publish a fixed version soon. This problem is fixed in 33.4.8.

Guava 33.4.7, like 33.4.6, fixes two problems that we introduced while modularizing Guava and migrating off Unsafe in 33.4.5.

Even if you're not upgrading from Guava 33.4.0 or earlier, still read the release notes for Guava 33.4.1. Those release notes contain information about the effects of Guava 33.4.5 and higher on the module system.

Maven

... (truncated)

Commits

Updates commons-cli:commons-cli from 1.8.0 to 1.9.0

Updates org.slf4j:slf4j-simple from 2.0.13 to 2.0.17

Updates io.github.sebasbaumh:mapbox-vector-tile-java from 23.1.0 to 24.1.1

Release notes

Sourced from io.github.sebasbaumh:mapbox-vector-tile-java's releases.

v24.1.1

What's Changed

Full Changelog: sebasbaumh/mapbox-vector-tile-java@v24.1.0...v24.1.1

v24.1.0

What's Changed

... (truncated)

Commits
  • b6ae41f [maven-release-plugin] prepare release v24.1.1
  • e62c975 launch configurations path.
  • d50c849 eclipse project changes.
  • cade73f Merge pull request #156 from sebasbaumh/dependabot/maven/maven-444e731896
  • ebde08a Bump com.google.protobuf:protobuf-java in the maven group
  • 69b1504 Merge pull request #155 from sebasbaumh/dependabot/maven/org.apache.maven.plu...
  • 0771720 Merge pull request #154 from sebasbaumh/dependabot/maven/com.google.protobuf-...
  • fa402ed Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.6
  • 482521c Bump com.google.protobuf:protobuf-java from 4.28.0 to 4.28.1
  • 8691433 Merge pull request #152 from sebasbaumh/dependabot/maven/com.google.protobuf-...
  • Additional commits viewable in compare view

Updates org.apache.orc:orc-core from 1.8.1 to 2.1.2

Updates com.google.code.gson:gson from 2.8.8 to 2.13.1

Release notes

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

Gson 2.13.1

What's Changed

New Contributors

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

Gson 2.13.0

What's Changed

  • A bug in deserializing collections has been fixed. Previously, if you did something like this:

    gson.fromJson(jsonString, new TypeToken<ImmutableList<String>>() {})
    

    then the inferred type would be ImmutableList<String>, but Gson actually gave you an ArrayList<String>. Usually that would lead to an immediate ClassCastException, but in some circumstances the code might sometimes succeed despite the wrong type. Now you will see an exception like this:

    com.google.gson.JsonIOException: Abstract classes can't be instantiated!
    Adjust the R8 configuration or register an InstanceCreator or a TypeAdapter for this type.
    Class name: com.google.common.collect.ImmutableList
    

    because Gson now really is trying to create an ImmutableList through its constructor, but that isn't possible. Either change the requested type (in the TypeToken) to List<String>, or register a TypeAdapter or JsonDeserializer for ImmutableList.

  • The internal classes $Gson$Types and $Gson$Preconditions have been renamed to remove the $ characters. Since these are internal classes (as signaled not only by the package name but by the $ characters), client code should not be affected. If your code was depending on these classes then we suggest making a copy of the class (subject to the license) rather than depending on the new names.

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

Gson 2.12.1

The only difference between this release and 2.12.0 is that OSGi declarations in the Gson jar now specify that com.google.errorprone.annotations is an optional dependency, not a required one. If you do not use OSGi then there is no effective change.

Gson 2.12.0

What's Changed

The biggest change is that we no longer support Java 7. People who still need to run on Java 7 will need to use an earlier version of Gson.

Other changes:

... (truncated)

Changelog

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

Change Log

The change log for versions newer than 2.10 is available only on the GitHub Releases page.

Version 2.10

Version 2.9.1

Also many small improvements to javadoc.

Version 2.9.0

The minimum supported Java version changes from 6 to 7.

... (truncated)

Commits
  • 257bee9 [maven-release-plugin] prepare release gson-parent-2.13.1
  • 63d74b3 Bump the maven group with 5 updates (#2851)
  • 810e356 Add shrinker test for interface implementation being deserialized (#2845)
  • 00ae397 Adjust Troubleshooting Guide ProGuard / R8 section (#2844)
  • 0eec6f3 Remove outdated android-proguard-example (#2843)
  • 4e65e6a Give FieldNamingStrategy the ability to return multiple String names (#2776)
  • 6010131 [maven-release-plugin] prepare for next development iteration
  • bfe0fd5 [maven-release-plugin] prepare release gson-parent-2.13.0
  • 6ed64ca add multi-catch support to the code base (#2841)
  • 0074376 Bump the maven group with 3 updates (#2840)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.10.3 to 5.13.0

Release notes

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

JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.2...r5.13.0

JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.13.0-M3...r5.13.0-RC1

JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M2...r5.13.0-M3

JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M1...r5.13.0-M2

JUnit 5.13.0-M1 = Platform 1.13.0-M1 + Jupiter 5.13.0-M1 + Vintage 5.13.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.1...r5.13.0-M1

JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.1...r5.12.2

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

... (truncated)

Commits
  • f539f92 Release 5.13.0
  • a54ad65 Use set/get on AtomicBoolean compatibility with Java 8
  • 9bb6a0f Finalize 5.13.0 release notes
  • 5f0e4e6 Remove short-circuiting to ensure all classes are checked for cycles (#4598)
  • 36bb005 Improve assertion failure message in TestClassPredicatesTests
  • 2c86dfa Avoid publishing Gradle Module Metadata for shadowRuntimeElements
  • 4b27910 Allow publishing files to an existing directory
  • b819306 Fix console launcher's --uid option (#4589)
  • df46651 Fix :junit-platform-console:compileModule
  • 182a268 Force Gradle to update snapshots
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.11.4 to 5.13.0

Release notes

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

JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.2...r5.13.0

JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.13.0-M3...r5.13.0-RC1

JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M2...r5.13.0-M3

JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M1...r5.13.0-M2

JUnit 5.13.0-M1 = Platform 1.13.0-M1 + Jupiter 5.13.0-M1 + Vintage 5.13.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.1...r5.13.0-M1

JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.1...r5.12.2

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

... (truncated)

Commits
  • f539f92 Release 5.13.0
  • a54ad65 Use set/get on AtomicBoolean compatibility with Java 8
  • 9bb6a0f Finalize 5.13.0 release notes
  • 5f0e4e6 Remove short-circuiting to ensure all classes are checked for cycles (#4598)
  • 36bb005 Improve assertion failure message in TestClassPredicatesTests
  • 2c86dfa Avoid publishing Gradle Module Metadata for shadowRuntimeElements
  • 4b27910 Allow publishing files to an existing directory
  • b819306 Fix console launcher's --uid option (#4589)
  • df46651 Fix :junit-platform-console:compileModule
  • 182a268 Force Gradle to update snapshots
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.10.3 to 5.13.0

Release notes

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

JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.2...r5.13.0

JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.13.0-M3...r5.13.0-RC1

JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M2...r5.13.0-M3

JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M1...r5.13.0-M2

JUnit 5.13.0-M1 = Platform 1.13.0-M1 + Jupiter 5.13.0-M1 + Vintage 5.13.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.1...r5.13.0-M1

JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.1...r5.12.2

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

... (truncated)

Commits
  • f539f92 Release 5.13.0
  • a54ad65 Use set/get on AtomicBoolean compatibility with Java 8
  • 9bb6a0f Finalize 5.13.0 release notes
  • 5f0e4e6 Remove short-circuiting to ensure all classes are checked for cycles (#4598)
  • 36bb005 Improve assertion failure message in TestClassPredicatesTests
  • 2c86dfa Avoid publishing Gradle Module Metadata for shadowRuntimeElements
  • 4b27910 Allow publishing files to an existing directory
  • b819306 Fix console launcher's --uid option (#4589)
  • df46651 Fix :junit-platform-console:compileModule
  • 182a268 Force Gradle to update snapshots
  • Additional commits viewable in compare view

Updates org.xerial:sqlite-jdbc from 3.32.3.2 to 3.49.1.0

Release notes

Sourced from org.xerial:sqlite-jdbc's releases.

Release 3.49.1.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.49.1 (02d5463)

🛠 Build

deps

  • bump org.graalvm.buildtools:native-maven-plugin (9cda17f)

deps-dev

  • bump com.tngtech.archunit:archunit-junit5 (bdcf7ee)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck

Release 3.49.0.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.49.0 (3ef2146)

🛠 Build

deps

  • bump org.graalvm.sdk:nativeimage from 24.1.1 to 24.1.2 (2ced005)

deps-dev

  • bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (cea714f)

Contributors

We'd like to thank the following people for their contributions: Gauthier, Gauthier Roebroeck

Release 3.48.0.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.48.0 (c0f66af)

🛠 Build

deps

  • bump org.jreleaser:jreleaser-maven-plugin (302a600)

deps-dev

... (truncated)

Commits
  • b9983e6 chore(release): 3.49.1.0 [skip ci]
  • ed20edd chore: update native libraries
  • 02d5463 feat(sqlite): upgrade to sqlite 3.49.1
  • bdcf7ee build(deps-dev): bump com.tngtech.archunit:archunit-junit5
  • 9cda17f build(deps): bump org.graalvm.buildtools:native-maven-plugin
  • 51b7f8f chore(release): prepare next snapshot [skip ci]
  • 3c697e8 chore(release): 3.49.0.0 [skip ci]
  • a08886a chore: update native libraries
  • 3ef2146 feat(sqlite): upgrade to sqlite 3.49.0
  • 2ced005 build(deps): bump org.graalvm.sdk:nativeimage from 24.1.1 to 24.1.2
  • Additional commits viewable in compare view

Updates com.diffplug.spotless from 6.25.0 to 7.0.4

Updates me.champeau.jmh from 0.7.2 to 0.7.3

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 Jun 3, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jun 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 39.01%. Comparing base (81d306a) to head (cabcee9).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #493   +/-   ##
=======================================
  Coverage   39.01%   39.01%           
=======================================
  Files          14       14           
  Lines         869      869           
  Branches      869      869           
=======================================
  Hits          339      339           
  Misses        511      511           
  Partials       19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dependabot dependabot bot force-pushed the dependabot/gradle/java/all-gradle-version-updates-2829574189 branch 3 times, most recently from 84acd83 to ea2ee85 Compare June 13, 2025 03:06
@dependabot dependabot bot force-pushed the dependabot/gradle/java/all-gradle-version-updates-2829574189 branch 2 times, most recently from b5c1d23 to cabcee9 Compare August 6, 2025 02:15
Bumps the all-gradle-version-updates group in /java with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `3.25.3` | `4.31.1` |
| org.locationtech.jts:jts-core | `1.19.0` | `1.20.0` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.2.1-jre` | `33.4.8-jre` |
| commons-cli:commons-cli | `1.8.0` | `1.9.0` |
| org.slf4j:slf4j-simple | `2.0.13` | `2.0.17` |
| [io.github.sebasbaumh:mapbox-vector-tile-java](https://github.com/sebasbaumh/mapbox-vector-tile-java) | `23.1.0` | `24.1.1` |
| org.apache.orc:orc-core | `1.8.1` | `2.1.2` |
| [com.google.code.gson:gson](https://github.com/google/gson) | `2.8.8` | `2.13.1` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.10.3` | `5.13.0` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.4` | `5.13.0` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.10.3` | `5.13.0` |
| [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.32.3.2` | `3.49.1.0` |
| com.diffplug.spotless | `6.25.0` | `7.0.4` |
| me.champeau.jmh | `0.7.2` | `0.7.3` |


Updates `com.google.protobuf:protobuf-java` from 3.25.3 to 4.31.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.3...v4.31.1)

Updates `org.locationtech.jts:jts-core` from 1.19.0 to 1.20.0

Updates `com.google.guava:guava` from 33.2.1-jre to 33.4.8-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `commons-cli:commons-cli` from 1.8.0 to 1.9.0

Updates `org.slf4j:slf4j-simple` from 2.0.13 to 2.0.17

Updates `io.github.sebasbaumh:mapbox-vector-tile-java` from 23.1.0 to 24.1.1
- [Release notes](https://github.com/sebasbaumh/mapbox-vector-tile-java/releases)
- [Changelog](https://github.com/sebasbaumh/mapbox-vector-tile-java/blob/main/mapbox-vector-tile-java%20release%20(MacOS).launch)
- [Commits](sebasbaumh/mapbox-vector-tile-java@v23.1.0...v24.1.1)

Updates `org.apache.orc:orc-core` from 1.8.1 to 2.1.2

Updates `com.google.code.gson:gson` from 2.8.8 to 2.13.1
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](google/gson@gson-parent-2.8.8...gson-parent-2.13.1)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.3 to 5.13.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r5.13.0)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.4 to 5.13.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.11.4...r5.13.0)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.3 to 5.13.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.10.3...r5.13.0)

Updates `org.xerial:sqlite-jdbc` from 3.32.3.2 to 3.49.1.0
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.32.3.2...3.49.1.0)

Updates `com.diffplug.spotless` from 6.25.0 to 7.0.4

Updates `me.champeau.jmh` from 0.7.2 to 0.7.3

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.31.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-gradle-version-updates
- dependency-name: org.locationtech.jts:jts-core
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle-version-updates
- dependency-name: com.google.guava:guava
  dependency-version: 33.4.8-jre
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle-version-updates
- dependency-name: commons-cli:commons-cli
  dependency-version: 1.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle-version-updates
- dependency-name: org.slf4j:slf4j-simple
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gradle-version-updates
- dependency-name: io.github.sebasbaumh:mapbox-vector-tile-java
  dependency-version: 24.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-gradle-version-updates
- dependency-name: org.apache.orc:orc-core
  dependency-version: 2.1.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-gradle-version-updates
- dependency-name: com.google.code.gson:gson
  dependency-version: 2.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle-version-updates
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 5.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle-version-updates
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle-version-updates
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 5.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle-version-updates
- dependency-name: org.xerial:sqlite-jdbc
  dependency-version: 3.49.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-gradle-version-updates
- dependency-name: com.diffplug.spotless
  dependency-version: 7.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-gradle-version-updates
- dependency-name: me.champeau.jmh
  dependency-version: 0.7.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-gradle-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/java/all-gradle-version-updates-2829574189 branch from cabcee9 to dfc13b2 Compare August 11, 2025 03:09
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