Skip to content

build(deps): bump the minor-patch-group group across 1 directory with 12 updates#317

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/minor-patch-group-14c366c2e4
Open

build(deps): bump the minor-patch-group group across 1 directory with 12 updates#317
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/minor-patch-group-14c366c2e4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the minor-patch-group group with 11 updates in the / directory:

Package From To
io.github.ximtech.jasypt-encrypt-plugin 1.3.3 1.4.1
org.telegram:telegrambots-longpolling 9.4.0 9.5.0
org.testcontainers:testcontainers-postgresql 2.0.3 2.0.5
org.postgresql:postgresql 42.7.10 42.7.11
org.liquibase:liquibase-core 5.0.1 5.0.2
org.jooq.jooq-codegen-gradle 3.19.30 3.21.2
org.springframework.boot:spring-boot-gradle-plugin 4.0.3 4.0.6
com.diffplug.spotless:spotless-lib 4.3.0 4.5.0
com.diffplug.spotless:spotless-plugin-gradle 8.2.1 8.4.0
com.google.protobuf:protobuf-gradle-plugin 0.9.6 0.10.0
gradle-wrapper 9.3.1 9.5.0

Updates io.github.ximtech.jasypt-encrypt-plugin from 1.3.3 to 1.4.1

Updates org.telegram:telegrambots-longpolling from 9.4.0 to 9.5.0

Release notes

Sourced from org.telegram:telegrambots-longpolling's releases.

Api Version 9.5

  1. Update Api version 9.5
Commits

Updates org.telegram:telegrambots-client from 9.4.0 to 9.5.0

Release notes

Sourced from org.telegram:telegrambots-client's releases.

Api Version 9.5

  1. Update Api version 9.5
Commits

Updates org.testcontainers:testcontainers-postgresql from 2.0.3 to 2.0.5

Release notes

Sourced from org.testcontainers:testcontainers-postgresql's releases.

2.0.5

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

📦 Dependency updates

2.0.4

... (truncated)

Commits
  • 5c44820 Fix typo (#11717)
  • 84b1c3a Add getHttpPort and getGrpcPort methods in WeaviateContainer (#11712)
  • a412b8e Use weaviate client v6 (#11711)
  • 058fa82 Combined dependencies PR (#11710)
  • 773f344 Merge remote-tracking branch 'origin/dependabot/gradle/modules/hivemq/ch.qos....
  • ebe6043 Merge remote-tracking branch 'origin/dependabot/gradle/modules/activemq/org.a...
  • 5248d1d Merge remote-tracking branch 'origin/dependabot/gradle/modules/scylladb/softw...
  • ab781f6 Combined dependencies PR (#11708)
  • 2d6c1be Merge remote-tracking branch 'origin/dependabot/gradle/core/org.jetbrains-ann...
  • e76c291 Merge remote-tracking branch 'origin/dependabot/gradle/core/org.junit.platfor...
  • Additional commits viewable in compare view

Updates org.postgresql:postgresql from 42.7.10 to 42.7.11

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.11

Security

  • fix: Limit SCRAM PBKDF2 iterations accepted from the server. pgjdbc was vulnerable to a client-side denial of service in SCRAM-SHA-256 authentication, where a malicious or compromised PostgreSQL server could specify an extremely large PBKDF2 iteration count, causing the client to consume unbounded CPU and potentially exhaust connection pools. The fix introduces a new scramMaxIterations connection property (defaulting to 100,000) to cap iteration counts before computation begins. See the Security Advisory for more detail. The following CVE-2026-42198 has been issued.

Changes

🐛 Bug Fixes

  • fix: ensure extended protocol messages end with Sync message @​vlsi (#3728)
  • fix: enable cursor-based fetching in extended protocol when transaction started via SQL command @​vlsi (#3996)
  • fix: retry with SSL on IOException when sslMode=ALLOW @​vlsi (#3973)
  • fix: allow fallback to non-SSL connection when sslMode=prefer and sslResponseTimeout kicks in @​vlsi (#3968)
  • fix: catch SecurityException from setContextClassLoader on ForkJoinPool workers @​vlsi (#3962)
  • fix: use compareTo for LogSequenceNumber comparison @​vlsi (#3961)
  • fix: release COPY lock on IOException to prevent connection hang (#3957) @​vlsi (#3960)

🧰 Maintenance

⬆️ Dependencies

... (truncated)

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.11] (2026-04-28)

Security

  • fix: Limit SCRAM PBKDF2 iterations accepted from the server. pgjdbc was vulnerable to a client-side denial of service in SCRAM-SHA-256 authentication, where a malicious or compromised PostgreSQL server could specify an extremely large PBKDF2 iteration count, causing the client to consume unbounded CPU and potentially exhaust connection pools. The fix introduces a new scramMaxIterations connection property (defaulting to 100,000) to cap iteration counts before computation begins. See the Security Advisory for more detail. The following CVE-2026-42198 has been issued.

Added

Changed

Fixed

Commits
  • 78e261f fix: Add sources and javadocs to shaded published lib generation
  • 1e09fa0 update Changelog and website for release of 42.7.11 (#4042)
  • d479fa5 Fix scram fix location in changelog and update published artifact developer l...
  • b04fc46 docs: Add scram max iters fix to changelog
  • cf54822 test: Disable scram test on older version without scram_iterations GUC
  • 7dbcc79 test: Add SCRAM max iteration tests
  • c9d41d1 fix: Limit SCRAM PBKDF2 iterations accepted from the server
  • a340cb2 style: replace @​exception with @​throws in getBoolean javadoc
  • 77837f8 fix(deps): update dependency org.openrewrite.rewrite:org.openrewrite.rewrite....
  • 23af03b chore(deps): update actions/checkout action to v6
  • Additional commits viewable in compare view

Updates org.liquibase:liquibase-core from 5.0.1 to 5.0.2

Release notes

Sourced from org.liquibase:liquibase-core's releases.

Liquibase v5.0.2

5.0.2 Liquibase Community Release Notes

Liquibase Community v5.0.2 is here, with contributions from developers around the globe. This release includes a range of bug fixes across multiple database platforms along with several quality-of-life enhancements, with 19 contributors coming together to continue improving Liquibase for the entire community.

At Liquibase, we believe great database change management starts with a community that can rely on a predictable and transparent release process. To support this commitment, and starting with version 5.0.2, we are providing two clear ways for the community to access updates and improvements:

  • Main Branch Builds on GitHub – Main branch builds are continuously published on GitHub, offering early access to the latest improvements and fixes as they are developed. These builds enable the community to test upcoming capabilities and provide feedback ahead of the next official release. Learn more on our GitHub README

  • Quarterly Community Releases – Liquibase Community updates are released on a quarterly cadence (every second month of each calendar quarter) providing stable, production-ready versions that allow teams to plan upgrades and maintenance with confidence. These releases are available through all standard distribution channels, including GitHub, Maven Central, package managers, container registries, and other official Liquibase Community distribution locations.

Together, these options ensure that teams can choose the path that best fits their needs - whether prioritizing stability through scheduled releases or engaging early with the latest innovations in Liquibase.

A huge thank you to every contributor who filed an issue, submitted a pull request, or helped review code. You are the engine that drives Liquibase forward.


What’s in this release

Notable improvements

(#7451) by @​MalloD12 New: Added the ALLOW_INHERIT_LOGICAL_FILE_PATH global configuration property, which controls whether included changelogs inherit the logicalFilePath of their parent changelog when no explicit logicalFilePath is set.

(#6627 and #7390) by @​mkarg Improved: Custom change classes that cannot be found on the classpath no longer automatically fail the entire changelog. Liquibase now honors failOnError: false at the changeset level when the failure is caused by a missing custom change class. Additionally, a failing precondition with onFail="MARK_RAN" is now respected when the custom change class is not on the classpath.

(#7479) Improved Cassandra compatibility: Refactoring to enable third-party extensions like liquibase-cassandra to provide database-specific implementations and laying the groundwork for a future fix for CQL incompatibility errors.

Liquibase Community 5.0.2 moves more community repositories to the Functional Source License (FSL). See our FSL blog for details.

Performance improvements

(#7439) Performance fix for analytics: @​tati-qalified identified and resolved a performance degradation introduced with the analytics implementation. If you noticed Liquibase running slower since analytics was added, this is the fix you've been waiting for.

(#7539) Build improvements: Groovy source compilation has been moved to the module level in liquibase-extension-testing, removing redundant build steps from the root configuration.

Drivers and Dependencies

(7528) Updated bundled JDBC driver versions: MSSQL to v13.2.1.jre11 and Firebird to v6.0.3

(#7469) Dependency cleanup: Explicit exclusions added to liquibase-core pom.xml to fix duplicated commons-text dependency.

Fixes

(#7489) by @​MalloD12 Resolved an issue where the maven-update command logged duplicate messages when using the Java API. Summary output now defaults to LOG instead of ALL, which previously caused messages to be written to both the console and the log simultaneously. This behavior can still be overridden by explicitly setting the showSummaryOutput argument.

(#7395) by @​Parthiee Invalid or empty changelog file paths are now caught and rejected during serialization

Liquibase now validates that changelog file paths are properly defined and non-empty when serializing changelog configurations. Previously, incomplete or missing paths could pass through silently, resulting in invalid configurations.

... (truncated)

Changelog

Sourced from org.liquibase:liquibase-core's changelog.

Liquibase Community 5.0.2 is a minor patch release

See the Liquibase Community 5.0.2 Release Notes for the complete set of release information.

Changes

Notable Changes

New Features

Bug Fixes

... (truncated)

Commits
  • 2c889ad Update changelog.txt for 5.0.2 (#7583)
  • bbb74fb Skip bot PRs in Claude Code review workflow (#7581)
  • c6eaa32 chore(deps-dev): bump com.oracle.database.jdbc:ojdbc8 from 19.29.0.0 to 19.30...
  • 49ec08e chore(deps): bump the production-deps group with 6 updates (#7568)
  • a65eeb4 chore(deps): bump spring.version from 7.0.3 to 7.0.5 (#7567)
  • fb9f288 chore(deps-dev): bump net.snowflake:snowflake-jdbc from 3.28.0 to 4.0.0 (#7541)
  • c4c907e chore(deps-dev): bump org.javacc.plugin:javacc-maven-plugin from 3.0.3 to 3.8...
  • 7f61ae5 chore(deps): bump the test-deps group with 4 updates (#7561)
  • 00ef199 chore(deps): bump junit-jupiter.version from 6.0.2 to 6.0.3 (#7562)
  • 8784316 chore(deps): bump the github-actions group across 1 directory with 4 updates ...
  • Additional commits viewable in compare view

Updates org.jooq.jooq-codegen-gradle from 3.19.30 to 3.21.2

Release notes

Sourced from org.jooq.jooq-codegen-gradle's releases.

3.21.2

Version 3.21.2 - April 16, 2026

This is a 3.21 patch release with minor improvements and bug fixes

Features and Improvements

#19819 - Add ParseContext::parseResult to allow for transforming the resulting object of a parse call

Bug Fixes

#19811 - Wrong data type generated in CREATE TABLE with VARCHAR.array().asConvertedDataType(...) #19817 - Unnecessary code generation warning about deprecated <generateEnumsAsScalaSealedTraits/> flag #19827 - Hana doesn't support temporal type precision #19832 - Wrong SQL generated for Hana ALTER TABLE .. RENAME COLUMN when column(s) are not qualified #19836 - Add missing HANA emulation for aliased join tables #19840 - HANA MAX_BY() and MIN_BY() window function emulation using FIRST_VALUE() needs a mandatory window ORDER BY clause #19846 - Unstable table valued function generation when they're overloaded in PostgreSQL #19860 - Upgrade log4j-core to 2.25.4 to mitigate CVE-2026-34480 #19863 - Upgrade Jackson to 3.1.2 to mitigate GHSA-2m67-wjpj-xhg9 #19865 - maven-deploy.sh references non-existent jooq-jackson-extensions3 module

3.21.1

Version 3.21.1 - March 26, 2026

This is a 3.21 patch release with minor improvements and bug fixes

Features and Improvements

#19803 - Add JSONFormat::valueFormat and XMLFormat::valueFormat to allow for specifying which type of a Converter should be serialised in JSON or XML formats #19804 - Multiset bind variables should serialise T type, not U type, in case Result contents have Converters attached

Bug Fixes

#19797 - ClassCastException in SQLDialect.JAVA rendering when binding a converted value #19805 - Regression: NPE with custom array converter and multiset #19807 - Gradle Plugin: Failed to load schema for namespace #19808 - Duplicate methods generated in Routines class for table valued functions, if neither <tableValuedFunctionsAsRoutines/> nor <tableValuedFunctionsAsTables/> is turned off

3.21.0

Version 3.21.0 - March 24, 2026

... (truncated)

Commits

Updates org.springframework.boot:spring-boot-gradle-plugin from 4.0.3 to 4.0.6

Release notes

Sourced from org.springframework.boot:spring-boot-gradle-plugin's releases.

v4.0.6

🐞 Bug Fixes

  • Default security is misconfigured when spring-boot-actuator-autoconfigure is present and spring-boot-health is not #50188
  • Elasticsearch Rest5Client auto-configuration misconfigures underlying HTTP client #50187
  • ApplicationPidFileWriter does not handle symlinks correctly #50185
  • RandomValuePropertySource is not suitable for secrets #50183
  • Cassandra auto-configuration misconfigures CqlSessionBuilder #50180
  • ApplicationTemp does not handle symlinks correctly #50178
  • Remote DevTools performs comparison incorrectly #50176
  • spring.rabbitmq.ssl.verify-hostname is applied inconsistently #50174
  • Whole number values are ignored when configuring min and max expected values and SLO boundaries for a distribution summary meter #50077
  • Classic starters are missing several modules #50071
  • Module spring-boot-resttestclient is missing from spring-boot-starter-test-classic #50069
  • Annotations like @Ssl don't work on @Bean methods when using @ServiceConnection #50064
  • EnversRevisionRepositoriesRegistrar should reuse @EnableEnversRepositories rather than configuring the JPA counterpart #50039
  • WebFlux Cloud Foundry links endpoint includes query string from received request in resolved links #50017
  • Imports on a containing test class are ignored when a nested class has imports #50012
  • With spring.jackson.use-jackson2-defaults set to true, FAIL_ON_UNKNOWN_PROPERTIES is enabled #49951
  • 500 response from env endpoint when supplied pattern is invalid #49946
  • Reactive MongoDB starter has a transitive dependency on the synchronous MongoDB driver #49945
  • HTTP method is lost when configuring excludes in EndpointRequest #49943
  • Honor HttpMethod for reactive additional endpoint paths #49880
  • Docker Compose support doesn't work with apache/artemis image #49869
  • Docker Compose support doesn't work with apache/activemq image #49866
  • Spring Security's PathPatternRequestMatcher.Builder is not auto-configured when using WebMvcTest and spring-boot-security-test #49854
  • API versioning path strategy should be applied path last as it is not meant to yield #49800

📔 Documentation

  • Update docs to encourage Java fundamentals for beginners that prefer to learn that way #50146
  • HTTP Service Interface Clients still document that API versioning can be configured via properties #50126
  • Link to the observability section of the Lettuce documentation is broken #50097
  • Javadoc for StaticResourceLocation.FAVICON doesn't describe icons location #50085
  • MySamlRelyingPartyConfiguration is missing a Kotlin sample #50024
  • Incorrect default value for management.httpexchanges.recording.include in configuration metadata #50019
  • Link to the Kubernetes documentation when discussing startup probes #50015
  • Typo in JdbcSessionAutoConfiguration Javadoc #49873
  • Clarify that configuration property default values are not available through the Environment #49851
  • Document the need for Liquibase and Flyway starters #49839
  • Kafka documentation refers to deprecated JSON serializer and deserializer classes #49826

🔨 Dependency Upgrades

... (truncated)

Commits
  • 8821ad2 Release v4.0.6
  • 9e4048a Merge branch '3.5.x' into 4.0.x
  • 20bb11c Next development version (v3.5.15-SNAPSHOT)
  • 98daa8e Merge branch '3.5.x' into 4.0.x
  • 9dc5aa2 Polish
  • 874f629 Fix default security with actuator but without health
  • e41b3bf Enable hostname verification for SSL connections to Elasticsearch
  • ef8527b Merge branch '3.5.x' into 4.0.x
  • f533a45 Do not follow symlinks when writing PID file
  • 4a7bd33 Merge branch '3.5.x' into 4.0.x
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-lib from 4.3.0 to 4.5.0

Release notes

Sourced from com.diffplug.spotless:spotless-lib's releases.

Lib v4.5.0

Added

  • Add tableTest format type for standalone .table files. (#2880)

Changes

  • Bump default tabletest-formatter version 1.0.1 -> 1.1.1, now works with Java 17+. (#2880)

Lib v4.4.0

Added

  • Add tabletest-formatter support for Java and Kotlin. (#2860)

Fixed

  • Fix the ability to specify a wildcard version (*) for external formatter executables, which did not work. (#2848)
  • [fix] ConcurrentModificationException in expandWildcardImports (#2830)
Changelog

Sourced from com.diffplug.spotless:spotless-lib's changelog.

[4.5.0] - 2026-03-18

Added

  • Add tableTest format type for standalone .table files. (#2880)

Changes

  • Bump default tabletest-formatter version 1.0.1 -> 1.1.1, now works with Java 17+. (#2880)

[4.4.0] - 2026-03-02

Added

  • Add tabletest-formatter support for Java and Kotlin. (#2860)

Fixed

  • Fix the ability to specify a wildcard version (*) for external formatter executables, which did not work. (#2848)
  • [fix] ConcurrentModificationException in expandWildcardImports (#2830)
Commits
  • a4cd808 Published lib/4.5.0
  • 9066bf6 Add links to the changelog.
  • db8dc1c Fix for illegal mutation issue with predeclareDeps (#2892)
  • 0eb98a9 chore: Updated gradle plugin change
  • 3f7f12e chore: Removes check for predeclare as it's not needed anymore
  • 55c0c5c fix: IsolatedProjectTest.predeclaredIsUnsupported() is now actually supported...

… 12 updates

Bumps the minor-patch-group group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| io.github.ximtech.jasypt-encrypt-plugin | `1.3.3` | `1.4.1` |
| [org.telegram:telegrambots-longpolling](https://github.com/rubenlagus/TelegramBots) | `9.4.0` | `9.5.0` |
| [org.testcontainers:testcontainers-postgresql](https://github.com/testcontainers/testcontainers-java) | `2.0.3` | `2.0.5` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.10` | `42.7.11` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `5.0.1` | `5.0.2` |
| [org.jooq.jooq-codegen-gradle](https://github.com/jOOQ/jOOQ) | `3.19.30` | `3.21.2` |
| [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) | `4.0.3` | `4.0.6` |
| [com.diffplug.spotless:spotless-lib](https://github.com/diffplug/spotless) | `4.3.0` | `4.5.0` |
| [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) | `8.2.1` | `8.4.0` |
| [com.google.protobuf:protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) | `0.9.6` | `0.10.0` |
| [gradle-wrapper](https://github.com/gradle/gradle) | `9.3.1` | `9.5.0` |



Updates `io.github.ximtech.jasypt-encrypt-plugin` from 1.3.3 to 1.4.1

Updates `org.telegram:telegrambots-longpolling` from 9.4.0 to 9.5.0
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v9.4.0...v9.5.0)

Updates `org.telegram:telegrambots-client` from 9.4.0 to 9.5.0
- [Release notes](https://github.com/rubenlagus/TelegramBots/releases)
- [Commits](rubenlagus/TelegramBots@v9.4.0...v9.5.0)

Updates `org.testcontainers:testcontainers-postgresql` from 2.0.3 to 2.0.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@2.0.3...2.0.5)

Updates `org.postgresql:postgresql` from 42.7.10 to 42.7.11
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.10...REL42.7.11)

Updates `org.liquibase:liquibase-core` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v5.0.1...v5.0.2)

Updates `org.jooq.jooq-codegen-gradle` from 3.19.30 to 3.21.2
- [Release notes](https://github.com/jOOQ/jOOQ/releases)
- [Commits](jOOQ/jOOQ@version-3.19.30...version-3.21.2)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 4.0.3 to 4.0.6
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v4.0.3...v4.0.6)

Updates `com.diffplug.spotless:spotless-lib` from 4.3.0 to 4.5.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@lib/4.3.0...lib/4.5.0)

Updates `com.diffplug.spotless:spotless-plugin-gradle` from 8.2.1 to 8.4.0
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@gradle/8.2.1...gradle/8.4.0)

Updates `com.google.protobuf:protobuf-gradle-plugin` from 0.9.6 to 0.10.0
- [Release notes](https://github.com/google/protobuf-gradle-plugin/releases)
- [Commits](google/protobuf-gradle-plugin@v0.9.6...v0.10.0)

Updates `gradle-wrapper` from 9.3.1 to 9.5.0
- [Release notes](https://github.com/gradle/gradle/releases)
- [Commits](gradle/gradle@v9.3.1...v9.5.0)

---
updated-dependencies:
- dependency-name: io.github.ximtech.jasypt-encrypt-plugin
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: org.telegram:telegrambots-longpolling
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: org.telegram:telegrambots-client
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: org.testcontainers:testcontainers-postgresql
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: org.liquibase:liquibase-core
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: org.jooq.jooq-codegen-gradle
  dependency-version: 3.21.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: com.diffplug.spotless:spotless-lib
  dependency-version: 4.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: com.google.protobuf:protobuf-gradle-plugin
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: gradle-wrapper
  dependency-version: 9.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 1, 2026

Super-linter summary

Language Validation result
BIOME_LINT Pass ✅
GITLEAKS Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

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.

0 participants