Skip to content

chore(deps): bump the maven group across 7 directories with 5 updates#100

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/appengine-java11/gaeinfo/maven-ebb981a7af
Open

chore(deps): bump the maven group across 7 directories with 5 updates#100
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/appengine-java11/gaeinfo/maven-ebb981a7af

Conversation

@dependabot
Copy link
Copy Markdown

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

Bumps the maven group with 1 update in the /appengine-java11/gaeinfo directory: org.thymeleaf:thymeleaf.
Bumps the maven group with 1 update in the /appengine-java11/micronaut-helloworld directory: io.micronaut:micronaut-inject.
Bumps the maven group with 1 update in the /appengine-java8/firebase-event-proxy directory: com.fasterxml.jackson.core:jackson-core.
Bumps the maven group with 1 update in the /appengine-java8/gaeinfo directory: org.thymeleaf:thymeleaf.
Bumps the maven group with 1 update in the /appengine-java8/metadata directory: org.thymeleaf:thymeleaf.
Bumps the maven group with 2 updates in the /dataflow/snippets directory: org.apache.kafka:kafka-clients and org.postgresql:postgresql.
Bumps the maven group with 1 update in the /iap directory: com.fasterxml.jackson.core:jackson-core.

Updates org.thymeleaf:thymeleaf from 3.1.2.RELEASE to 3.1.5.RELEASE

Updates io.micronaut:micronaut-inject from 3.10.4 to 4.10.22

Release notes

Sourced from io.micronaut:micronaut-inject's releases.

Micronaut Core 4.10.22

What's Changed

Security 👮🏻‍♂️🚨

This release contains fixes for these two security advisories: *Unbounded formattersCache in TimeConverterRegistrar Allows Memory Exhaustion via Accept-Language Header *Unbounded bundleCache in ResourceBundleMessageSource Allows Memory Exhaustion via Accept-Language Header

Other Changes 💡

New Contributors

Full Changelog: micronaut-projects/micronaut-core@v4.10.21...v4.10.22

Micronaut Core 4.10.21

What's Changed

Other Changes 💡

Full Changelog: micronaut-projects/micronaut-core@v4.10.20...v4.10.21

Micronaut Core 4.10.20

What's Changed

Dependency updates 🚀

Full Changelog: micronaut-projects/micronaut-core@v4.10.19...v4.10.20

Micronaut Core 4.10.19

What's Changed

Dependency updates 🚀

Other Changes 💡

... (truncated)

Commits
  • b8c9ecd [skip ci] Release v4.10.22
  • c95ce94 security: bouncy castle 1.84
  • 8bb0ffd fix: checkout using github.sha in github_release to avoid tag-moved error
  • 2e58710 log4j = "2.25.4"
  • 48f05ae Merge commit from fork
  • be6789b Merge commit from fork
  • f777bd4 Fix locale converter throwing IllegalArgumentException for invalid input (#12...
  • 362275a chore: Bump version to 4.10.22-SNAPSHOT
  • 3a5e6ce [skip ci] Release v4.10.21
  • b1e9f1f Update GraalVM version to 23.1.8
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-core from 2.16.0 to 2.18.6

Commits
  • 9a46ef8 [maven-release-plugin] prepare release jackson-core-2.18.6
  • 5f192db Prep for 2.18.6 release
  • b0c428e Enforce StreamReadConstraints.maxNumberLength for non-blocking (async) pars...
  • 7c8b6d5 Add test for nesting for DataInput-backed JsonParser (#1550)
  • 97a647b Update CI: JDK 23 -> 25
  • 1601331 (backport from 2.21) Fix #1548: validate max doc length for fixed buffer inpu...
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • caea665 Post-release dep version bump
  • 635d3bd [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.thymeleaf:thymeleaf from 3.1.2.RELEASE to 3.1.5.RELEASE

Updates org.thymeleaf:thymeleaf from 3.1.2.RELEASE to 3.1.5.RELEASE

Updates org.apache.kafka:kafka-clients from 3.9.1 to 3.9.2

Updates org.postgresql:postgresql from 42.7.3 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

[42.7.10] (2026-02-11)

Changed

Fixed

Reverted

[42.7.9] (2026-01-14)

Added

... (truncated)

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 com.fasterxml.jackson.core:jackson-core from 2.16.1 to 2.18.6

Commits
  • 9a46ef8 [maven-release-plugin] prepare release jackson-core-2.18.6
  • 5f192db Prep for 2.18.6 release
  • b0c428e Enforce StreamReadConstraints.maxNumberLength for non-blocking (async) pars...
  • 7c8b6d5 Add test for nesting for DataInput-backed JsonParser (#1550)
  • 97a647b Update CI: JDK 23 -> 25
  • 1601331 (backport from 2.21) Fix #1548: validate max doc length for fixed buffer inpu...
  • fae2542 release notes update
  • 70c99ba Update UTF8DataInputJsonParser.java (#1512)
  • caea665 Post-release dep version bump
  • 635d3bd [maven-release-plugin] prepare for next development iteration
  • 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
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the maven group with 1 update in the /appengine-java11/gaeinfo directory: org.thymeleaf:thymeleaf.
Bumps the maven group with 1 update in the /appengine-java11/micronaut-helloworld directory: [io.micronaut:micronaut-inject](https://github.com/micronaut-projects/micronaut-core).
Bumps the maven group with 1 update in the /appengine-java8/firebase-event-proxy directory: [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core).
Bumps the maven group with 1 update in the /appengine-java8/gaeinfo directory: org.thymeleaf:thymeleaf.
Bumps the maven group with 1 update in the /appengine-java8/metadata directory: org.thymeleaf:thymeleaf.
Bumps the maven group with 2 updates in the /dataflow/snippets directory: org.apache.kafka:kafka-clients and [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).
Bumps the maven group with 1 update in the /iap directory: [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core).


Updates `org.thymeleaf:thymeleaf` from 3.1.2.RELEASE to 3.1.5.RELEASE

Updates `io.micronaut:micronaut-inject` from 3.10.4 to 4.10.22
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/5.1.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v3.10.4...v4.10.22)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.0 to 2.18.6
- [Commits](FasterXML/jackson-core@jackson-core-2.16.0...jackson-core-2.18.6)

Updates `org.thymeleaf:thymeleaf` from 3.1.2.RELEASE to 3.1.5.RELEASE

Updates `org.thymeleaf:thymeleaf` from 3.1.2.RELEASE to 3.1.5.RELEASE

Updates `org.apache.kafka:kafka-clients` from 3.9.1 to 3.9.2

Updates `org.postgresql:postgresql` from 42.7.3 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.3...REL42.7.11)

Updates `com.fasterxml.jackson.core:jackson-core` from 2.16.1 to 2.18.6
- [Commits](FasterXML/jackson-core@jackson-core-2.16.0...jackson-core-2.18.6)

---
updated-dependencies:
- dependency-name: org.thymeleaf:thymeleaf
  dependency-version: 3.1.5.RELEASE
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: io.micronaut:micronaut-inject
  dependency-version: 4.10.22
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.18.6
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.thymeleaf:thymeleaf
  dependency-version: 3.1.5.RELEASE
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.thymeleaf:thymeleaf
  dependency-version: 3.1.5.RELEASE
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.apache.kafka:kafka-clients
  dependency-version: 3.9.2
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.11
  dependency-type: direct:development
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-version: 2.18.6
  dependency-type: direct:production
  dependency-group: maven
...

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 12, 2026
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