Skip to content

Bump the backend-prod group across 3 directories with 6 updates#826

Merged
oharsta merged 1 commit into
mainfrom
dependabot/maven/backend-prod-0538600a18
Jul 2, 2026
Merged

Bump the backend-prod group across 3 directories with 6 updates#826
oharsta merged 1 commit into
mainfrom
dependabot/maven/backend-prod-0538600a18

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the backend-prod group with 6 updates in the / directory:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.5.15 3.5.16
software.amazon.awssdk:s3 2.46.14 2.46.20
org.flywaydb:flyway-mysql 12.9.0 12.10.0
org.apache.httpcomponents.core5:httpcore5 5.4.2 5.4.3
org.apache.httpcomponents.client5:httpclient5 5.6.1 5.6.2
io.hypersistence:hypersistence-utils-hibernate-63 3.15.3 3.15.4

Bumps the backend-prod group with 1 update in the /client directory: org.springframework.boot:spring-boot-starter-parent.
Bumps the backend-prod group with 6 updates in the /server directory:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.5.15 3.5.16
software.amazon.awssdk:s3 2.46.14 2.46.20
org.flywaydb:flyway-mysql 12.9.0 12.10.0
org.apache.httpcomponents.core5:httpcore5 5.4.2 5.4.3
org.apache.httpcomponents.client5:httpclient5 5.6.1 5.6.2
io.hypersistence:hypersistence-utils-hibernate-63 3.15.3 3.15.4

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.15 to 3.5.16

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.16

🔨 Dependency Upgrades

Commits
  • 0566f69 Release v3.5.16
  • 93edd16 Next development version (v3.5.16-SNAPSHOT)
  • 5bafd0a Upgrade to Spring Integration 6.5.10
  • baf3290 Upgrade to Spring AMQP 3.2.12
  • 2c5964a Upgrade to Spring Data Bom 2025.0.13
  • dbb08aa Upgrade Antora dependencies
  • 9b281d5 Upgrade to actions/checkout 7.0.0
  • a854058 Upgrade to jfrog/setup-jfrog-cli 5.1.0
  • fc236ae Start building against Spring Integration 6.5.10 snapshots
  • 5271da7 Start building against Spring Data Bom 2025.0.13 snapshots
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:s3 from 2.46.14 to 2.46.20

Updates org.flywaydb:flyway-mysql from 12.9.0 to 12.10.0

Updates org.apache.httpcomponents.core5:httpcore5 from 5.4.2 to 5.4.3

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.

Release 5.4.3

This maintenance release fixes several defects and regression reported sicne the previous release includin a regression in backpressure handling of async TLS sessions introduced in version 5.3.3.

Change Log

  • HTTPCORE-796: abort redirected requests during the expect-continue handshake the same way as errors. Contributed by Oleg Kalnichevski

  • Fixed regression in backpressure handling of async TLS sessions. Reverts HTTPCORE-775. Contributed by Ryan Schmitt

  • Use max line length of 8192 and max header count of 100 for incoming HTTP/1 messages by default. Contributed by Oleg Kalnichevski

  • Enforce configured HPACK header list size limit upon initialization of HTTP/2 connections. Contributed by Arturo Bernal

  • HTTPCORE-774: fixed a race condition caused by concurrent update of the connection input window to the max value (ported from 5.3.x; omitted by mistake). Contributed by Oleg Kalnichevski

  • Ensure async data consumers can avoid NPE if they have been canceled or released from another thread at the same with concurrent data processing. Contributed by Oleg Kalnichevski

  • Fixed connection pool lease timeout race potentially causing pool entry leak (#649). Contributed by Arturo Bernal

Commits
  • d5d0c20 HttpCore 5.4.3 release
  • 172871d Updated release notes for HttpCore 5.4.3 release
  • 496c2f5 HTTPCORE-796: abort redirected requests during the expect-continue handshake ...
  • 1391b7a SSLIOSession: Fix regression in backpressure handling
  • d96a00f Use max line length of 8192 and max header count of 100 for incoming HTTP/1 m...
  • 1ea1239 Enforce configured HPACK header list size limit on initialization
  • af61c1e HTTPCORE-774: fixed a race condition caused by concurrent update of the conne...
  • 0363ff3 Ensure async data consumers can avoid NPE if they have been canceled / releas...
  • 024b199 Fix lease timeout race to prevent pool entry leak (#649)
  • 25c7352 Upgraded HttpCore version to 5.4.3-SNAPSHOT
  • See full diff in compare view

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

Changelog

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

Release 5.6.2

This maintenance release upgrades HttpCore to the latest stable version and restores lazy content decompression by the classic client transport.

Change Log

  • Upgraded HttpCore to version 5.4.3. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2422: Restore lazy content decompression. Defer construction of the decompression stream until the response content is actually read. Contributed by Arturo Bernal

Commits
  • 3c6af36 HttpClient 5.6.2 release
  • a7405cd Updated release notes for HttpClient 5.6.2 release
  • bb51196 Upgraded HttpCore to version 5.4.3
  • 869a8dc HTTPCLIENT-2422: Restore lazy content decompression
  • a922d94 HTTPCLIENT-2419: corrected website component URL
  • dba9b8e Upgraded HttpClient version to 5.6.2-SNAPSHOT
  • See full diff in compare view

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.15.3 to 3.15.4

Commits
  • 0cb3265 [maven-release-plugin] prepare release hypersistence-utils-parent-3.15.4
  • 36f1534 Update changelog for the 3.15.4 release
  • cd1714d Improve BatchSequenceGenerator sequence name strategy and align it with Seque...
  • 064f91f On Oracle 23/26, BatchSequenceGenerator fails with 'ORA-30009: Not enough mem...
  • e54bf48 Remove hypersistence-utils-hibernate-70 module
  • 7a642d2 Bump version up
  • b3cc478 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.15 to 3.5.16

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.16

🔨 Dependency Upgrades

Commits
  • 0566f69 Release v3.5.16
  • 93edd16 Next development version (v3.5.16-SNAPSHOT)
  • 5bafd0a Upgrade to Spring Integration 6.5.10
  • baf3290 Upgrade to Spring AMQP 3.2.12
  • 2c5964a Upgrade to Spring Data Bom 2025.0.13
  • dbb08aa Upgrade Antora dependencies
  • 9b281d5 Upgrade to actions/checkout 7.0.0
  • a854058 Upgrade to jfrog/setup-jfrog-cli 5.1.0
  • fc236ae Start building against Spring Integration 6.5.10 snapshots
  • 5271da7 Start building against Spring Data Bom 2025.0.13 snapshots
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:s3 from 2.46.14 to 2.46.20

Updates org.flywaydb:flyway-mysql from 12.9.0 to 12.10.0

Updates org.apache.httpcomponents.core5:httpcore5 from 5.4.2 to 5.4.3

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.

Release 5.4.3

This maintenance release fixes several defects and regression reported sicne the previous release includin a regression in backpressure handling of async TLS sessions introduced in version 5.3.3.

Change Log

  • HTTPCORE-796: abort redirected requests during the expect-continue handshake the same way as errors. Contributed by Oleg Kalnichevski

  • Fixed regression in backpressure handling of async TLS sessions. Reverts HTTPCORE-775. Contributed by Ryan Schmitt

  • Use max line length of 8192 and max header count of 100 for incoming HTTP/1 messages by default. Contributed by Oleg Kalnichevski

  • Enforce configured HPACK header list size limit upon initialization of HTTP/2 connections. Contributed by Arturo Bernal

  • HTTPCORE-774: fixed a race condition caused by concurrent update of the connection input window to the max value (ported from 5.3.x; omitted by mistake). Contributed by Oleg Kalnichevski

  • Ensure async data consumers can avoid NPE if they have been canceled or released from another thread at the same with concurrent data processing. Contributed by Oleg Kalnichevski

  • Fixed connection pool lease timeout race potentially causing pool entry leak (#649). Contributed by Arturo Bernal

Commits
  • d5d0c20 HttpCore 5.4.3 release
  • 172871d Updated release notes for HttpCore 5.4.3 release
  • 496c2f5 HTTPCORE-796: abort redirected requests during the expect-continue handshake ...
  • 1391b7a SSLIOSession: Fix regression in backpressure handling
  • d96a00f Use max line length of 8192 and max header count of 100 for incoming HTTP/1 m...
  • 1ea1239 Enforce configured HPACK header list size limit on initialization
  • af61c1e HTTPCORE-774: fixed a race condition caused by concurrent update of the conne...
  • 0363ff3 Ensure async data consumers can avoid NPE if they have been canceled / releas...
  • 024b199 Fix lease timeout race to prevent pool entry leak (#649)
  • 25c7352 Upgraded HttpCore version to 5.4.3-SNAPSHOT
  • See full diff in compare view

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

Changelog

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

Release 5.6.2

This maintenance release upgrades HttpCore to the latest stable version and restores lazy content decompression by the classic client transport.

Change Log

  • Upgraded HttpCore to version 5.4.3. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2422: Restore lazy content decompression. Defer construction of the decompression stream until the response content is actually read. Contributed by Arturo Bernal

Commits
  • 3c6af36 HttpClient 5.6.2 release
  • a7405cd Updated release notes for HttpClient 5.6.2 release
  • bb51196 Upgraded HttpCore to version 5.4.3
  • 869a8dc HTTPCLIENT-2422: Restore lazy content decompression
  • a922d94 HTTPCLIENT-2419: corrected website component URL
  • dba9b8e Upgraded HttpClient version to 5.6.2-SNAPSHOT
  • See full diff in compare view

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.15.3 to 3.15.4

Commits
  • 0cb3265 [maven-release-plugin] prepare release hypersistence-utils-parent-3.15.4
  • 36f1534 Update changelog for the 3.15.4 release
  • cd1714d Improve BatchSequenceGenerator sequence name strategy and align it with Seque...
  • 064f91f On Oracle 23/26, BatchSequenceGenerator fails with 'ORA-30009: Not enough mem...
  • e54bf48 Remove hypersistence-utils-hibernate-70 module
  • 7a642d2 Bump version up
  • b3cc478 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.15 to 3.5.16

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.16

🔨 Dependency Upgrades

Commits
  • 0566f69 Release v3.5.16
  • 93edd16 Next development version (v3.5.16-SNAPSHOT)
  • 5bafd0a Upgrade to Spring Integration 6.5.10
  • baf3290 Upgrade to Spring AMQP 3.2.12
  • 2c5964a Upgrade to Spring Data Bom 2025.0.13
  • dbb08aa Upgrade Antora dependencies
  • 9b281d5 Upgrade to actions/checkout 7.0.0
  • a854058 Upgrade to jfrog/setup-jfrog-cli 5.1.0
  • fc236ae Start building against Spring Integration 6.5.10 snapshots
  • 5271da7 Start building against Spring Data Bom 2025.0.13 snapshots
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.15 to 3.5.16

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.16

🔨 Dependency Upgrades

Commits
  • 0566f69 Release v3.5.16
  • 93edd16 Next development version (v3.5.16-SNAPSHOT)
  • 5bafd0a Upgrade to Spring Integration 6.5.10
  • baf3290 Upgrade to Spring AMQP 3.2.12
  • 2c5964a Upgrade to Spring Data Bom 2025.0.13
  • dbb08aa Upgrade Antora dependencies
  • 9b281d5 Upgrade to actions/checkout 7.0.0
  • a854058 Upgrade to jfrog/setup-jfrog-cli 5.1.0
  • fc236ae Start building against Spring Integration 6.5.10 snapshots
  • 5271da7 Start building against Spring Data Bom 2025.0.13 snapshots
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.15 to 3.5.16

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.16

🔨 Dependency Upgrades

Commits
  • 0566f69 Release v3.5.16
  • 93edd16 Next development version (v3.5.16-SNAPSHOT)
  • 5bafd0a Upgrade to Spring Integration 6.5.10
  • baf3290 Upgrade to Spring AMQP 3.2.12
  • 2c5964a Upgrade to Spring Data Bom 2025.0.13
  • dbb08aa Upgrade Antora dependencies
  • 9b281d5 Upgrade to actions/checkout 7.0.0
  • a854058 Upgrade to jfrog/setup-jfrog-cli 5.1.0
  • fc236ae Start building against Spring Integration 6.5.10 snapshots
  • 5271da7 Start building against Spring Data Bom 2025.0.13 snapshots
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.15 to 3.5.16

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.16

🔨 Dependency Upgrades

Commits
  • 0566f69 Release v3.5.16
  • 93edd16 Next development version (v3.5.16-SNAPSHOT)
  • 5bafd0a Upgrade to Spring Integration 6.5.10
  • baf3290 Upgrade to Spring AMQP 3.2.12
  • 2c5964a Upgrade to Spring Data Bom 2025.0.13
  • dbb08aa Upgrade Antora dependencies
  • 9b281d5 Upgrade to actions/checkout 7.0.0
  • a854058 Upgrade to jfrog/setup-jfrog-cli 5.1.0
  • fc236ae Start building against Spring Integration 6.5.10 snapshots
  • 5271da7 Start building against Spring Data Bom 2025.0.13 snapshots
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.15 to 3.5.16

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.16

🔨 Dependency Upgrades

Commits
  • 0566f69 Release v3.5.16
  • 93edd16 Next development version (v3.5.16-SNAPSHOT)
  • 5bafd0a Upgrade to Spring Integration 6.5.10
  • baf3290 Upgrade to Spring AMQP 3.2.12
  • 2c5964a Upgrade to Spring Data Bom 2025.0.13
  • dbb08aa Upgrade Antora dependencies
  • 9b281d5 Upgrade to actions/checkout 7.0.0
  • a854058 Upgrade to jfrog/setup-jfrog-cli 5.1.0
  • fc236ae Start building against Spring Integration 6.5.10 snapshots
  • 5271da7 Start building against Spring Data Bom 2025.0.13 snapshots
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:s3 from 2.46.14 to 2.46.20

Updates org.flywaydb:flyway-mysql from 12.9.0 to 12.10.0

Updates org.apache.httpcomponents.core5:httpcore5 from 5.4.2 to 5.4.3

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.

Release 5.4.3

This maintenance release fixes several defects and regression reported sicne the previous release includin a regression in backpressure handling of async TLS sessions introduced in version 5.3.3.

Change Log

  • HTTPCORE-796: abort redirected requests during the expect-continue handshake the same way as errors. Contributed by Oleg Kalnichevski

  • Fixed regression in backpressure handling of async TLS sessions. Reverts HTTPCORE-775. Contributed by Ryan Schmitt

  • Use max line length of 8192 and max header count of 100 for incoming HTTP/1 messages by default. Contributed by Oleg Kalnichevski

  • Enforce configured HPACK header list size limit upon initialization of HTTP/2 connections. Contributed by Arturo Bernal

  • HTTPCORE-774: fixed a race condition caused by concurrent update of the connection input window to the max value (ported from 5.3.x; omitted by mistake). Contributed by Oleg Kalnichevski

  • Ensure async data consumers can avoid NPE if they have been canceled or released from another thread at the same with concurrent data processing. Contributed by Oleg Kalnichevski

  • Fixed connection pool lease timeout race potentially causing pool entry leak (#649). Contributed by Arturo Bernal

Commits
  • d5d0c20 HttpCore 5.4.3 release
  • 172871d Updated release notes for HttpCore 5.4.3 release
  • 496c2f5 HTTPCORE-796: abort redirected requests during the expect-continue handshake ...
  • 1391b7a SSLIOSession: Fix regression in backpressure handling
  • d96a00f Use max line length of 8192 and max header count of 100 for incoming HTTP/1 m...
  • 1ea1239 Enforce configured HPACK header list size limit on initialization
  • af61c1e HTTPCORE-774: fixed a race condition caused by concurrent update of the conne...
  • 0363ff3 Ensure async data consumers can avoid NPE if they have been canceled / releas...
  • 024b199 Fix lease timeout race to prevent pool entry leak (#649)
  • 25c7352 Upgraded HttpCore version to 5.4.3-SNAPSHOT
  • See full diff in compare view

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

Changelog

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

Release 5.6.2

This maintenance release upgrades HttpCore to the latest stable version and restores lazy content decompression by the classic client transport.

Change Log

  • Upgraded HttpCore to version 5.4.3. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2422: Restore lazy content decompression. Defer construction of the decompression stream until the response content is actually read. Contributed by Arturo Bernal

Commits
  • 3c6af36 HttpClient 5.6.2 release
  • a7405cd Updated release notes for HttpClient 5.6.2 release
  • bb51196 Upgraded HttpCore to version 5.4.3
  • 869a8dc HTTPCLIENT-2422: Restore lazy content decompression
  • a922d94 HTTPCLIENT-2419: corrected website component URL
  • dba9b8e Upgraded HttpClient version to 5.6.2-SNAPSHOT
  • See full diff in compare view

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.15.3 to 3.15.4

Commits
  • 0cb3265 [maven-release-plugin] prepare release hypersistence-utils-parent-3.15.4
  • 36f1534 Update changelog for the 3.15.4 release
  • cd1714d Improve BatchSequenceGenerator sequence name strategy and align it with Seque...
  • 064f91f On Oracle 23/26, BatchSequenceGenerator fails with 'ORA-30009: Not enough mem...
  • e54bf48 Remove hypersistence-utils-hibernate-70 module
  • 7a642d2 Bump version up
  • b3cc478 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.15 to 3.5.16

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.16

🔨 Dependency Upgrades

Commits
  • 0566f69 Release v3.5.16
  • 93edd16 Next development version (v3.5.16-SNAPSHOT)
  • 5bafd0a Upgrade to Spring Integration 6.5.10
  • baf3290 Upgrade to Spring AMQP 3.2.12
  • 2c5964a Upgrade to Spring Data Bom 2025.0.13
  • dbb08aa Upgrade Antora dependencies
  • 9b281d5 Upgrade to actions/checkout 7.0.0
  • a854058 Upgrade to jfrog/setup-jfrog-cli 5.1.0
  • fc236ae Start building against Spring Integration 6.5.10 snapshots
  • 5271da7 Start building against Spring Data Bom 2025.0.13 snapshots
  • Additional commits viewable in compare view

Updates software.amazon.awssdk:s3 from 2.46.14 to 2.46.20

Updates org.flywaydb:flyway-mysql from 12.9.0 to 12.10.0

Updates org.apache.httpcomponents.core5:httpcore5 from 5.4.2 to 5.4.3

Changelog

Sourced from org.apache.httpcomponents.core5:httpcore5's changelog.

Release 5.4.3

This maintenance release fixes several defects and regression reported sicne the previous release includin a regression in backpressure handling of async TLS sessions introduced in version 5.3.3.

Change Log

  • HTTPCORE-796: abort redirected requests during the expect-continue handshake the same way as errors. Contributed by Oleg Kalnichevski

  • Fixed regression in backpressure handling of async TLS sessions. Reverts HTTPCORE-775. Contributed by Ryan Schmitt

  • Use max line length of 8192 and max header count of 100 for incoming HTTP/1 messages by default. Contributed by Oleg Kalnichevski

  • Enforce configured HPACK header list size limit upon initialization of HTTP/2 connections. Contributed by Arturo Bernal

  • HTTPCORE-774: fixed a race condition caused by concurrent update of the connection input window to the max value (ported from 5.3.x; omitted by mistake). Contributed by Oleg Kalnichevski

  • Ensure async data consumers can avoid NPE if they have been canceled or released from another thread at the same with concurrent data processing. Contributed by Oleg Kalnichevski

  • Fixed connection pool lease timeout race potentially causing pool entry leak (#649). Contributed by Arturo Bernal

Commits
  • d5d0c20 HttpCore 5.4.3 release
  • 172871d Updated release notes for HttpCore 5.4.3 release
  • 496c2f5 HTTPCORE-796: abort redirected requests during the expect-continue handshake ...
  • 1391b7a SSLIOSession: Fix regression in backpressure handling
  • d96a00f Use max line length of 8192 and max header count of 100 for incoming HTTP/1 m...
  • 1ea1239 Enforce configured HPACK header list size limit on initialization
  • af61c1e HTTPCORE-774: fixed a race condition caused by concurrent update of the conne...
  • 0363ff3 Ensure async data consumers can avoid NPE if they have been canceled / releas...
  • 024b199 Fix lease timeout race to prevent pool entry leak (#649)
  • 25c7352 Upgraded HttpCore version to 5.4.3-SNAPSHOT
  • See full diff in compare view

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

Changelog

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

Release 5.6.2

This maintenance release upgrades HttpCore to the latest stable version and restores lazy content decompression by the classic client transport.

Change Log

  • Upgraded HttpCore to version 5.4.3. Contributed by Oleg Kalnichevski

  • HTTPCLIENT-2422: Restore lazy content decompression. Defer construction of the decompression stream until the response content is actually read. Contributed by Arturo Bernal

Commits
  • 3c6af36 HttpClient 5.6.2 release
  • a7405cd Updated release notes for HttpClient 5.6.2 release
  • bb51196 Upgraded HttpCore to version 5.4.3
  • 869a8dc HTTPCLIENT-2422: Restore lazy content decompression
  • a922d94 HTTPCLIENT-2419: corrected website component URL
  • dba9b8e Upgraded HttpClient version to 5.6.2-SNAPSHOT
  • See full diff in compare view

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.15.3 to 3.15.4

Commits
  • 0cb3265 [maven-release-plugin] prepare release hypersistence-utils-parent-3.15.4
  • 36f1534 Update changelog for the 3.15.4 release
  • cd1714d Improve BatchSequenceGenerator sequence name strategy and align it with Seque...
  • 064f91f On Oracle 23/26, BatchSequenceGenerator fails with 'ORA-30009: Not enough mem...
  • e54bf48 Remove hypersistence-utils-hibernate-70 module
  • 7a642d2 Bump version up
  • b3cc478 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.springframework.boot:spring-boot-starter-parent from 3.5.15 to 3.5.16

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.16

🔨 Dependency Upgrades

Commits
  • 0566f69 Release v3.5.16
  • 93edd16 Next development version (v3.5.16-SNAPSHOT)
  • 5bafd0a Upgrade to Spring Integration 6.5.10
  • baf3290 Upgrade to Spring AMQP 3.2.12
  • 2c5964a Upgrade to Spring Data Bom 2025.0.13
  • dbb08aa Upgrade Antora dependencies
  • 9b281d5 Upgrade to actions/checkout 7.0.0
  • a854058 Upgrade to jfrog/setup-jfrog-cli 5.1.0
  • fc236ae Start building against Spring Integration 6.5.10 snapshots
  • 5271da7 Start building against Spring Data Bom 2025.0.13 snapshots
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/maven/backend-prod-0538600a18 branch from f351e4d to 01986fd Compare July 1, 2026 11:28
Bumps the backend-prod group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.15` | `3.5.16` |
| software.amazon.awssdk:s3 | `2.46.14` | `2.46.20` |
| org.flywaydb:flyway-mysql | `12.9.0` | `12.10.0` |
| [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) | `5.4.2` | `5.4.3` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.6.1` | `5.6.2` |
| [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) | `3.15.3` | `3.15.4` |

Bumps the backend-prod group with 1 update in the /client directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot).
Bumps the backend-prod group with 6 updates in the /server directory:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.5.15` | `3.5.16` |
| software.amazon.awssdk:s3 | `2.46.14` | `2.46.20` |
| org.flywaydb:flyway-mysql | `12.9.0` | `12.10.0` |
| [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) | `5.4.2` | `5.4.3` |
| [org.apache.httpcomponents.client5:httpclient5](https://github.com/apache/httpcomponents-client) | `5.6.1` | `5.6.2` |
| [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) | `3.15.3` | `3.15.4` |



Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.15...v3.5.16)

Updates `software.amazon.awssdk:s3` from 2.46.14 to 2.46.20

Updates `org.flywaydb:flyway-mysql` from 12.9.0 to 12.10.0

Updates `org.apache.httpcomponents.core5:httpcore5` from 5.4.2 to 5.4.3
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.3/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4.2...rel/v5.4.3)

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

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.15.3 to 3.15.4
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.15.3...hypersistence-utils-parent-3.15.4)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.15...v3.5.16)

Updates `software.amazon.awssdk:s3` from 2.46.14 to 2.46.20

Updates `org.flywaydb:flyway-mysql` from 12.9.0 to 12.10.0

Updates `org.apache.httpcomponents.core5:httpcore5` from 5.4.2 to 5.4.3
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.3/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4.2...rel/v5.4.3)

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

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.15.3 to 3.15.4
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.15.3...hypersistence-utils-parent-3.15.4)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.15...v3.5.16)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.15...v3.5.16)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.15...v3.5.16)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.15...v3.5.16)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.15...v3.5.16)

Updates `software.amazon.awssdk:s3` from 2.46.14 to 2.46.20

Updates `org.flywaydb:flyway-mysql` from 12.9.0 to 12.10.0

Updates `org.apache.httpcomponents.core5:httpcore5` from 5.4.2 to 5.4.3
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.3/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4.2...rel/v5.4.3)

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

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.15.3 to 3.15.4
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.15.3...hypersistence-utils-parent-3.15.4)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.15...v3.5.16)

Updates `software.amazon.awssdk:s3` from 2.46.14 to 2.46.20

Updates `org.flywaydb:flyway-mysql` from 12.9.0 to 12.10.0

Updates `org.apache.httpcomponents.core5:httpcore5` from 5.4.2 to 5.4.3
- [Changelog](https://github.com/apache/httpcomponents-core/blob/rel/v5.4.3/RELEASE_NOTES.txt)
- [Commits](apache/httpcomponents-core@rel/v5.4.2...rel/v5.4.3)

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

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.15.3 to 3.15.4
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.15.3...hypersistence-utils-parent-3.15.4)

Updates `org.springframework.boot:spring-boot-starter-parent` from 3.5.15 to 3.5.16
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.5.15...v3.5.16)

---
updated-dependencies:
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.15.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.15.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.15.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.15.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.httpcomponents.client5:httpclient5
  dependency-version: 5.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-version: 5.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-version: 5.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-version: 5.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-version: 5.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 12.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.46.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.46.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.46.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: software.amazon.awssdk:s3
  dependency-version: 2.46.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/backend-prod-0538600a18 branch from 01986fd to eb3d0f5 Compare July 2, 2026 11:26
@oharsta oharsta merged commit 26f50fb into main Jul 2, 2026
3 of 4 checks passed
@oharsta oharsta deleted the dependabot/maven/backend-prod-0538600a18 branch July 2, 2026 12:29
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