Skip to content

chore: Bump the gradle-version-updates group across 1 directory with 11 updates#1349

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/backend/gradle-version-updates-a5c3bb42f4
Open

chore: Bump the gradle-version-updates group across 1 directory with 11 updates#1349
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/backend/gradle-version-updates-a5c3bb42f4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 15, 2026

Bumps the gradle-version-updates group with 11 updates in the /backend directory:

Package From To
org.xerial:sqlite-jdbc 3.53.0.0 3.53.1.0
com.github.ben-manes.caffeine:caffeine 3.2.3 3.2.4
org.apache.httpcomponents.client5:httpclient5 5.6 5.6.1
tools.jackson.core:jackson-core 3.1.2 3.1.3
com.tngtech.archunit:archunit-junit5 1.4.1 1.4.2
io.freefair.lombok 9.2.0 9.5.0
com.github.spotbugs 6.5.0 6.5.4
com.github.ben-manes.versions 0.53.0 0.54.0
com.diffplug.spotless 8.4.0 8.5.1
org.openrewrite.rewrite 7.30.0 7.32.2
gradle-wrapper 9.4.1 9.5.1

Updates org.xerial:sqlite-jdbc from 3.53.0.0 to 3.53.1.0

Release notes

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

Release 3.53.1.0

Changelog

🚀 Features

sqlite

  • upgrade to sqlite 3.53.1 (8263322)

🔄️ Changes

  • rewrite amalgamation_version.sh for POSIX shell (52522d0)
  • fix android usage (7ef8e0f)

🛠 Build

deps

  • bump gummy-bears-api-24 to 0.14.0 (a28d6ce)
  • bump gummy-bears-api-24 to 0.13.0 (248e1e9)

deps-dev

  • bump org.jreleaser:jreleaser-maven-plugin (396fdf3)
  • bump com.tngtech.archunit:archunit-junit5 (458abe1)

unscoped

  • conditionally bootstrap SLF4J API JAR (bc7d223)
  • make JAVA_CLASSPATH configurable (5aa7426)

Contributors

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

Commits
  • b01674f chore(release): 3.53.1.0 [skip ci]
  • e6719db chore: update native libraries
  • 8263322 feat(sqlite): upgrade to sqlite 3.53.1
  • 396fdf3 build(deps-dev): bump org.jreleaser:jreleaser-maven-plugin
  • bc7d223 build: conditionally bootstrap SLF4J API JAR
  • 4cd221a chore: remove execute bit on non-executable files
  • 5aa7426 build: make JAVA_CLASSPATH configurable
  • 52522d0 refactor: rewrite amalgamation_version.sh for POSIX shell
  • a28d6ce build(deps): bump gummy-bears-api-24 to 0.14.0
  • 458abe1 build(deps-dev): bump com.tngtech.archunit:archunit-junit5
  • Additional commits viewable in compare view

Updates com.github.ben-manes.caffeine:caffeine from 3.2.3 to 3.2.4

Release notes

Sourced from com.github.ben-manes.caffeine:caffeine's releases.

3.2.4

  • Improved access expiration's read performance by avoiding false sharing effects caused by the timestamp update
  • Fixed head-of-line blocking of expiration queues caused by in-flight async entries (#1954)
  • Fixed various minor issues found using AI audits
  • Added ObjectInputFilter support to JCache
Commits
  • 836b65c use a consistent expiration tolerance calculation
  • 0dc7daf resurrect in-flight async entries on expiration
  • 0bac8b5 handle head-of-line blocking of expiration queues (fixes #1954)
  • ff25836 test polish
  • f3a6176 Fix JCache close/createCache races and recursive teardown
  • 622fbe7 Fix removal in identity views and widen hill-climber counters
  • 8da5a7a defer weighing the entry until after the putIfAbsent hit fast-path
  • 94ad0ff Record eviction stats before notifying the removal listener consistently
  • f94c011 Auto-assert eviction stats alongside notifications.withCause.exclusively
  • 2e945e0 Skip timestamp writes within tolerance on the read path.
  • Additional commits viewable in compare view

Updates org.apache.httpcomponents.client5:httpclient5 from 5.6 to 5.6.1

Changelog

Sourced from org.apache.httpcomponents.client5:httpclient5's changelog.

Release 5.6.1

This is a maintenance release disables experimental SCRAM auth scheme by default and fixes SCRAM final response handling. The SCRAM auth scheme can be re-enabled by choosing a custom auth scheme preference sequence that explicitly includes SCRAM auth.

Change Log

  • Fix SCRAM final response handling. Contributed by Arturo Bernal

  • Auth challenge parsing code improvement. Contributed by Oleg Kalnichevski

  • Add missing Javadoc for ConnectionConfig (#820). Contributed by Gary Gregory

  • Bug fix: Corrected async message exchange cancellation logic in InternalHttpAsyncExecRuntime. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2417: Honor TlsConfig attachment in async connect path. Contributed by Arturo Bernal

  • HTTPCLIENT-2414: Fix Basic auth cache scoping across path prefixes (#802). Contributed by Arturo Bernal

  • HTTPCLIENT-2415: Normalize CookieOrigin path for cookie matching (#803). Contributed by Arturo Bernal

  • Bug fix: Corrected sleep time calculation in IdleConnectionEvictor; use 1 minute sleep time by default. Contributed by Oleg Kalnichevski

  • DefaultManagedHttpClientConnection: Restore original socket timeout. Contributed by Ryan Schmitt

  • HTTPCLIENT-2411: Use standard HTTP-date format for synthesized Date header (#775). Contributed by Arturo Bernal

  • Fix NPE in connection evictor setup (#774). Contributed by Arturo Bernal

Commits
  • 4f86ca6 HttpClient 5.6.1 release
  • 1b2bafe Updated release notes for HttpClient 5.6.1 release
  • 1acf00b Fix SCRAM final response handling
  • 49549ab Auth challenge parsing code improvement
  • fa6b6d7 Add missing Javadoc for ConnectionConfig (#820)
  • 3de8ad5 Fixed DefaultClientTlsStrategy test failures on MacOS
  • c69f38f Bug-fix: corrects message exchange cancellation logic in InternalHttpAsyncExe...
  • 30386d3 HTTPCLIENT-2417 Honor TlsConfig attachment in async connect path
  • 9cc45f6 HTTPCLIENT-2414 - Fix Basic auth cache scoping across path prefixes (#802)
  • 1e01a48 HTTPCLIENT-2415: Normalize CookieOrigin path for cookie matching (#803)
  • Additional commits viewable in compare view

Updates tools.jackson.core:jackson-core from 3.1.2 to 3.1.3

Commits
  • 6956129 [maven-release-plugin] prepare release jackson-core-3.1.3
  • 2796462 Prep for 3.1.3 release
  • 87c70b3 Merge branch '2.x' into 3.1
  • f21195d Merge branch '2.21' into 2.x
  • 59fb9cc Post-release dep version bump
  • 3cb88d1 [maven-release-plugin] prepare for next development iteration
  • 5815636 [maven-release-plugin] prepare release jackson-core-2.21.3
  • 6e728f9 Prep for 2.21.3 release
  • 4e30cf2 Merge branch '2.20' into 2.21
  • 1429fff Merge branch '2.19' into 2.20
  • Additional commits viewable in compare view

Updates com.tngtech.archunit:archunit-junit5 from 1.4.1 to 1.4.2

Release notes

Sourced from com.tngtech.archunit:archunit-junit5's releases.

ArchUnit 1.4.2

Enhancements

Core

  • DescribedPredicate#negate() returns a DescribedPredicate (#1484)
  • New JavaCodeUnit.Predicates.anyParameterThat and JavaCodeUnit.Predicates.allParameters (#1498; thanks to @​mkhl 👏)
  • Support Java 26 / class file major version 70 (#1544)
Commits
  • e45aaa2 prepare release 1.4.2
  • c07193c set version to 1.4.2-SNAPSHOT
  • ac9b896 migrate from (meanwhile shut down) OSSRH to Central Publisher Portal using th...
  • b72fcaf Bump actions/github-script from 8 to 9
  • fc1881d Bump addressable from 2.8.7 to 2.9.0 in /docs
  • dee39bb Bump activesupport from 7.1.3.4 to 7.2.3.1 in /docs
  • b097007 Bump gradle/actions from 5 to 6
  • 4d7cfe9 Bump json from 2.18.1 to 2.19.2 in /docs
  • 90dc773 Bump nokogiri from 1.18.9 to 1.19.1 in /docs
  • 7a88298 Bump faraday from 2.10.1 to 2.14.1 in /docs
  • Additional commits viewable in compare view

Updates io.freefair.lombok from 9.2.0 to 9.5.0

Release notes

Sourced from io.freefair.lombok's releases.

9.5.0

What's Changed

New Contributors

Full Changelog: freefair/gradle-plugins@9.4.0...9.5.0

9.4.0

What's Changed

... (truncated)

Commits
  • f24a7d5 Merge pull request #1755 from freefair/dependabot/gradle/examples/main/org.sp...
  • 278081c fix deprecation warnings
  • a1cf246 Merge pull request #1754 from dtrunk90/fix/delombok-sourcepath-for-modules
  • 91dbece Merge branch 'main' of github.com:freefair/gradle-plugins
  • 88570fc fix checkstyle
  • 9ad981d Bump org.springframework.boot:spring-boot-dependencies in /examples (#1756)
  • 7bf9d6e Bump org.graalvm.buildtools.native from 1.0.0 to 1.1.0 in /examples (#1758)
  • f527dd0 fix javadoc link config
  • 27901ff Update to Gradle 9.5.0
  • 8cfe90c Bump org.springframework.boot from 4.0.5 to 4.0.6 in /examples (#1757)
  • Additional commits viewable in compare view

Updates com.github.spotbugs from 6.5.0 to 6.5.4

Updates com.github.ben-manes.versions from 0.53.0 to 0.54.0

Updates com.diffplug.spotless from 8.4.0 to 8.5.1

Updates org.openrewrite.rewrite from 7.30.0 to 7.32.2

Updates gradle-wrapper from 9.4.1 to 9.5.1

Release notes

Sourced from gradle-wrapper's releases.

9.5.1

The Gradle team is excited to announce Gradle 9.5.1.

Here are the highlights of this release:

  • Task provenance in reports and failure messages
  • Type-safe accessors for precompiled Kotlin Settings plugins

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle: atm1020, mataha, Adam, Attila Kelemen, Benedikt Ritter, Björn Kautler, Caro Silva Rode, CHANHAN, Dmitry Nezavitin, Eng Zer Jun, KugelLibelle, Madalin Valceleanu, Markus Gaisbauer, Oliver Kopp, Philip Wedemann, ploober, Roberto Perez Alcolea, Rohit Anand, Suvrat Acharya, Ujwal Suresh Vanjare, Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 9.5.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.5.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

9.5.0

... (truncated)

Commits
  • fd78213 Update Documentation Infrastructure: Fix scrolling issue in user manual (#37861)
  • 7758437 fix scroll
  • 2fd605f Only try to run as worker thread in DefaultBuildOperationQueue (#37845)
  • af69849 Release notes for Gradle 9.5.1 (#37853)
  • f4d9d03 Release notes for Gradle 9.5.1
  • 01eda3a Address review feedback on worker-lease retry changes
  • 7024e15 Revert enrich file visitor with size info on release branch (#37848)
  • d51476f Fix tryRunAsWorkerThread null-return test to match contract
  • 090ebab Revert "Add getLength() to FilePropertyVisitor.VisitState"
  • bceab24 Revert "Fix annotation"
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.github.spotbugs [< 6.2, > 6.1.0]

@dependabot dependabot Bot added dependabot Pull request created by dependabot dependencies Pull requests that update a dependency file java Changes related to backend labels May 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/backend/gradle-version-updates-a5c3bb42f4 branch 2 times, most recently from ef76e55 to 604c7d8 Compare May 20, 2026 09:14
…11 updates

Bumps the gradle-version-updates group with 11 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) | `3.53.0.0` | `3.53.1.0` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.2.3` | `3.2.4` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.6` | `5.6.1` |
| [tools.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `3.1.2` | `3.1.3` |
| [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) | `1.4.1` | `1.4.2` |
| [io.freefair.lombok](https://github.com/freefair/gradle-plugins) | `9.2.0` | `9.5.0` |
| com.github.spotbugs | `6.5.0` | `6.5.4` |
| com.github.ben-manes.versions | `0.53.0` | `0.54.0` |
| com.diffplug.spotless | `8.4.0` | `8.5.1` |
| org.openrewrite.rewrite | `7.30.0` | `7.32.2` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.4.1` | `9.5.1` |



Updates `org.xerial:sqlite-jdbc` from 3.53.0.0 to 3.53.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.53.0.0...3.53.1.0)

Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.2.3...v3.2.4)

Updates `org.apache.httpcomponents.client5:httpclient5` from 5.6 to 5.6.1
- [Changelog](https://github.com/apache/httpcomponents-client/blob/rel/v5.6.1/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-client@rel/v5.6...rel/v5.6.1)

Updates `tools.jackson.core:jackson-core` from 3.1.2 to 3.1.3
- [Commits](FasterXML/jackson-core@jackson-core-3.1.2...jackson-core-3.1.3)

Updates `com.tngtech.archunit:archunit-junit5` from 1.4.1 to 1.4.2
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.4.1...v1.4.2)

Updates `io.freefair.lombok` from 9.2.0 to 9.5.0
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@9.2.0...9.5.0)

Updates `com.github.spotbugs` from 6.5.0 to 6.5.4

Updates `com.github.ben-manes.versions` from 0.53.0 to 0.54.0

Updates `com.diffplug.spotless` from 8.4.0 to 8.5.1

Updates `org.openrewrite.rewrite` from 7.30.0 to 7.32.2

Updates `gradle-wrapper` from 9.4.1 to 9.5.1
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.4.1...v9.5.1)

---
updated-dependencies:
- dependency-name: com.diffplug.spotless
  dependency-version: 8.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-version: 3.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-version-updates
- dependency-name: com.github.ben-manes.versions
  dependency-version: 0.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
- dependency-name: com.github.spotbugs
  dependency-version: 6.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-version-updates
- dependency-name: com.tngtech.archunit:archunit-junit5
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-version-updates
- dependency-name: gradle-wrapper
  dependency-version: 9.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
- dependency-name: io.freefair.lombok
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: 5.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-version-updates
- dependency-name: org.openrewrite.rewrite
  dependency-version: 7.32.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-version-updates
- dependency-name: org.xerial:sqlite-jdbc
  dependency-version: 3.53.1.0
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-version-updates
- dependency-name: tools.jackson.core:jackson-core
  dependency-version: 3.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-version-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/backend/gradle-version-updates-a5c3bb42f4 branch from 604c7d8 to 36dacec Compare May 21, 2026 04:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependabot Pull request created by dependabot dependencies Pull requests that update a dependency file java Changes related to backend

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants