Skip to content

build(deps): bump the minor-patch-group group with 6 updates#305

Merged
Dankoy merged 2 commits intomainfrom
dependabot/gradle/minor-patch-group-572533ae74
Mar 13, 2026
Merged

build(deps): bump the minor-patch-group group with 6 updates#305
Dankoy merged 2 commits intomainfrom
dependabot/gradle/minor-patch-group-572533ae74

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the minor-patch-group group with 6 updates:

Package From To
org.telegram:telegrambots-longpolling 9.3.0 9.4.0
org.telegram:telegrambots-client 9.3.0 9.4.0
org.postgresql:postgresql 42.7.9 42.7.10
org.yaml:snakeyaml 2.5 2.6
org.jooq.jooq-codegen-gradle 3.19.29 3.19.30
org.springframework.boot:spring-boot-gradle-plugin 4.0.2 4.0.3

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

Release notes

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

Api Version 9.4

  1. Update Api version 9.4
Commits

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

Release notes

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

Api Version 9.4

  1. Update Api version 9.4
Commits

Updates org.postgresql:postgresql from 42.7.9 to 42.7.10

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.10

Changes

🐛 Bug Fixes

  • fix: process pending responses before fastpath to avoid protocol errors @​vlsi (#3913)

⬆️ Dependencies

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.10] (2026-02-11)

Changed

Fixed

Reverted

Commits
  • 27571c8 Update site for 42.7.10 release (#3936)
  • c7b512d Create DisabledIfServerGreater annotation for disabling tests for newer serve...
  • 47f7e3b fix non-standard strings failing test for version 19 (#3934)
  • d4cf420 Revert "fix: make all Calendar instances proleptic Gregorian (#3837) (#3887)"...
  • 6ea732c fix small issues in ConnectionFactoryImpl (#3929)
  • 95cecdb Migrate to Shadow 9
  • 5762c42 style: fix empty line before javadoc for checkstyle compliance
  • 1ac8d99 style: fix lambda argument indentation for checkstyle compliance
  • 3fab588 test: add autosave=always|never|conservative and cleanupSavepoints=true|false...
  • 9c20cc2 chore(deps): update github/codeql-action digest to 4bdb89f
  • Additional commits viewable in compare view

Updates org.yaml:snakeyaml from 2.5 to 2.6

Commits

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

Release notes

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

3.19.30

Version 3.19.30 - January 29, 2026

This is a 3.19 patch release with minor improvements and bug fixes
Bug Fixes

#19485 - Work around DuckDB limitation where RETURNING clauses don't support bind values
#19488 - DuckDB doesn't support the ON CONFLICT .. WHERE clause, only the DO UPDATE .. WHERE clause
#19496 - Error with DuckDB DECIMAL bind value cast for large decimals
#19503 - JSON parser should be able to handle non-standard JSON NaN and Infinity values
#19507 - Confusing warning about dialect version support
#19511 - DuckDB doesn't support binding lobs in ClobBinding
#19514 - DuckDBDatabase produces both identity flags and DEFAULT expression
#19518 - Multiset JSON emulation should use explicit JSON_ARRAYAGG .. ORDER BY clause where derived table ordering is unstable
#19521 - Bad DuckDB interval bind values formatting
#19523 - Bad decoding of spatial data from DuckDB database
#19526 - Bad cast type for DuckDB INTERVAL DAY TO SECOND type
#19536 - Optimistic locking may produce unsupported FOR UPDATE clause in DuckDB
#19539 - DuckDB NestedCollectionEmulation.JSON emulation can't nest MULTISET expressions in ROW expressions
#19542 - Add support for DuckDB TIMESTAMP_NS, TIMESTAMP_MS, TIMESTAMP_S types
#19553 - Upgrade log4j-core dependency to mitigate CVE-2025-68161
#19560 - Error when using IS [NOT] DISTINCT FROM with LOB columns in Oracle
#19565 - Meta.getTables(Name) should allow for partially qualified lookups
#19574 - HSQLDBDatabase doesn't correctly implement includeSystemCheckConstraints when identifiers are quoted
#19581 - Bad formatting of CAST() function content
#19586 - QOM.Array should implement SimpleCheckQueryPart, and return true if there are only few elements
#19596 - Improve formatting of PARTITION BY and ORDER BY clauses in window functions
#19599 - SQLExceptionLoggerListener logs incorrect message about precision when truncated numeric value cannot be inserted for some other reason
#19604 - Support emulating EXCLUDED in MySQL, when used in expressions
#19608 - MULTISET returns invalid JSONB for JSON string scalar values
#19612 - Inlined JSON should be rendered as JSON literal in DuckDB
#19623 - jOOQ-bom pom.xml should be published using packaging=pom

... (truncated)

Commits

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

Release notes

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

v4.0.3

⭐ New Features

  • Add TWENTY_SIX to JavaVersion enum #49193

🐞 Bug Fixes

  • Jackson properties may not be applied correctly to RestClients #49223
  • ClassNotFoundException when using Actuator without spring-boot-health #49196
  • Using the OTel and Zipkin starters together creates invalid configuration #49183
  • Whitespace can be incorrectly removed when spring-boot-configuration-processor runs on multi-line javadoc #49060
  • Jackson2HttpMessageConvertersConfiguration uses ConditionOn Jackson3 XMLMapper class #49015
  • server.jetty.threads.max is ignored when using virtual threads #48989
  • Slice test includes fail to load when using spring-boot-starter-test-classic #48981
  • Docker credential helpers with file extensions cannot be executed on Windows #48979
  • Java version requirement check for native image is confusing if AOT didn't run #48963
  • TestPropertyValues.Pair.fromMapEntry(Entry<String, String>) does not comply with its nullability contract #48948

📔 Documentation

  • Couchbase and Kafka are incorrectly listed as supporting SSL with Docker Compose #49212
  • Document that use of non idiomatic format for '@Value' still apply for environment variables #49109
  • Document naming convention for custom test-scoped starters #49017
  • Delay removal of Jackson 2 support until 4.3 at the earliest #49010
  • LICENSE.txt and NOTICE.txt files have the wrong content in the latest releases #49003
  • ApplicationContextAssert documents a non-existent assertion in getFailure() #48977
  • Highlight the importance of the preStop hook when configuring Kubernetes probes #48946

🔨 Dependency Upgrades

  • Upgrade to AssertJ 3.27.7 #49095
  • Upgrade to Elasticsearch Client 9.2.5 #49184
  • Upgrade to Groovy 5.0.4 #49097
  • Upgrade to Hibernate 7.2.3.Final #49098
  • Upgrade to Hibernate 7.2.4.Final #49167
  • Upgrade to Jaybird 6.0.4 #49099
  • Upgrade to JBoss Logging 3.6.2.Final #49100
  • Upgrade to Jersey 4.0.2 #49101
  • Upgrade to Jetty 12.1.6 #49102
  • Upgrade to jOOQ 3.19.30 #49103
  • Upgrade to JUnit Jupiter 6.0.3 #49233
  • Upgrade to Logback 1.5.29 #49169
  • Upgrade to Logback 1.5.32 #49245
  • Upgrade to Micrometer 1.16.3 #49111
  • Upgrade to Micrometer Tracing 1.6.3 #49112
  • Upgrade to MongoDB 5.6.3 #49105
  • Upgrade to MySQL 9.6.0 #49106
  • Upgrade to Netty 4.2.10.Final #49107
  • Upgrade to Postgresql 42.7.10 #49202
  • Upgrade to Reactor Bom 2025.0.3 #49087

... (truncated)

Commits
  • 1ab1436 Release v4.0.3
  • 5cc488d Merge branch '3.5.x' into 4.0.x
  • 9138ae2 Next development version (v3.5.12-SNAPSHOT)
  • a7e63a7 Merge branch '3.5.x' into 4.0.x
  • 54ab3c5 Align "noteworthy" issues in release notes with Spring Framework
  • b3ae5b1 Merge branch '3.5.x' into 4.0.x
  • 996664f Temporarily switch Docker to overlay2
  • 1ce8743 Revert "Temporarily disable containerd snapshotter"
  • 5ba88c6 Temporarily disable containerd snapshotter
  • 1f1a88c Revert "Temporarily update system tests to use specific platform"
  • Additional commits viewable in compare view

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 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

Bumps the minor-patch-group group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.telegram:telegrambots-longpolling](https://github.com/rubenlagus/TelegramBots) | `9.3.0` | `9.4.0` |
| [org.telegram:telegrambots-client](https://github.com/rubenlagus/TelegramBots) | `9.3.0` | `9.4.0` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.9` | `42.7.10` |
| [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.5` | `2.6` |
| [org.jooq.jooq-codegen-gradle](https://github.com/jOOQ/jOOQ) | `3.19.29` | `3.20.11` |
| [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) | `4.0.2` | `4.0.3` |


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

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

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

Updates `org.yaml:snakeyaml` from 2.5 to 2.6
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.5)

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

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

---
updated-dependencies:
- dependency-name: org.telegram:telegrambots-longpolling
  dependency-version: 9.4.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.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-group
- dependency-name: org.yaml:snakeyaml
  dependency-version: '2.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-group
- dependency-name: org.jooq.jooq-codegen-gradle
  dependency-version: 3.20.11
  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.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 Mar 1, 2026
@Dankoy Dankoy self-requested a review March 13, 2026 08:20
@Dankoy Dankoy self-assigned this Mar 13, 2026
@Dankoy Dankoy moved this to In Progress in @Dankoy's jforwarder Mar 13, 2026
Copy link
Copy Markdown
Owner

@Dankoy Dankoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@Dankoy Dankoy merged commit 68a4bd1 into main Mar 13, 2026
18 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in @Dankoy's jforwarder Mar 13, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/minor-patch-group-572533ae74 branch March 13, 2026 08:24
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

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant