Skip to content

chore(deps): bump the maven group across 2 directories with 4 updates - #113

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/tarantool-java-sdk-bom/maven-88b11d1dec
Open

chore(deps): bump the maven group across 2 directories with 4 updates#113
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/tarantool-java-sdk-bom/maven-88b11d1dec

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the maven group with 2 updates in the /tarantool-java-sdk-bom directory: org.apache.httpcomponents.core5:httpcore5 and org.jsonschema2pojo:jsonschema2pojo-core.
Bumps the maven group with 1 update in the /tarantool-spring-data directory: org.springframework.data:spring-data-keyvalue.

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.jsonschema2pojo:jsonschema2pojo-core from 1.2.2 to 1.3.0

Release notes

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

1.3.0

  • Migrate publishing from legacy OSSRH to Maven Central Portal (#1747)
  • Remove Ant task (no longer supported) (#1743)
  • Require JDK 17 (#1741)
  • Add Jackson 3 annotation support (#1740)
  • Prevent StackOverflowError when root is self-referencing (#1679)
  • Fix 'AbstractCompile.destinationDir property has been deprecated' error when using Gradle 8 (#1646)
  • Fix problems with remote URL (e.g. http) when using Maven Plugin (#1614)
  • Fix generics class warning when using generated base builder class (#1587)
  • Allow URL(s) as source in jsonschema2pojo-gradle-plugin (#1554)
Changelog

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

1.3.0

  • Migrate publishing from legacy OSSRH to Maven Central Portal (#1747)
  • Remove Ant task (no longer supported) (#1743)
  • Require JDK 17 (#1741)
  • Add Jackson 3 annotation support (#1740)
  • Prevent StackOverflowError when root is self-referencing (#1679)
  • Fix 'AbstractCompile.destinationDir property has been deprecated' error when using Gradle 8 (#1646)
  • Fix problems with remote URL (e.g. http) when using Maven Plugin (#1614)
  • Fix generics class warning when using generated base builder class (#1587)
  • Allow URL(s) as source in jsonschema2pojo-gradle-plugin (#1554)
Commits
  • 88ac6be [maven-release-plugin] prepare release jsonschema2pojo-1.3.0
  • 24e8655 Configure releaseProfiles for maven-release-plugin
  • 938dfe2 Merge pull request #1740 from diegogranados/jackson3_annotator
  • ad07174 Initial Jackson-3 annotator support
  • 4f94474 Merge pull request #1750 from joelittlejohn/optimize-integration-tests
  • 9027ccb Parallelise IT tests to reduce build time
  • 88d0f27 Safely reuse compiler and filemanager to speed up IT tests
  • 63b0967 Merge pull request #1747 from joelittlejohn/maven-central-portal
  • 5cf82a8 Migrate publishing from OSSRH to Maven Central Portal
  • 762d784 Merge pull request #1743 from unkish/issues/ant_plugin_removal
  • Additional commits viewable in compare view

Updates org.springframework.data:spring-data-keyvalue from 2.7.18 to 3.5.12

Updates org.springframework.boot:spring-boot from 2.7.18 to 3.5.12

Release notes

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

v3.5.12

🐞 Bug Fixes

  • EndpointRequest request matcher for health groups is too complex #49648
  • "/cloudfoundryapplication" web path is not limited to Actuator #49645
  • RSocket exposes duplicate endpoint for websocket setups #49592
  • Fix EndpointRequest.toLinks() when base-path is '/' #49591
  • SpringBootContextLoader mentions class that no longer exists in message for classes or locations assertion #49518
  • "spring.main.cloud-platform=none" does not disable cloud features #49478
  • Using @AutoConfigureWebTestClient prevents separate configuration of spring.test.webtestclient.timeout from taking effect #49340
  • Ordering of 'spring.config.import' is inconsistent when defined in environment or system properties #49324
  • RouterFunctions descriptions in Actuator do not support nesting #49289
  • Maven plugin does not set '-parameters' option when processing AOT code #49268
  • SSL support with Docker Compose does not work as documented #49210
  • Docker fails when a 'tcp://' address ends with a slash (for example 'tcp://docker:2375/') #49055

📔 Documentation

  • List all supported colors when describing color-coded log output #49561
  • Clarify that running is the only supported input state when triggering a Quartz job through the Actuator endpoint #49506
  • Tutorial in the reference guide has outdated instructions #49411
  • Javadoc of JettyHttpClientBuilder refers to the wrong type #49364
  • Example spring-devtools.properties file is shown in the wrong format #49357
  • Mention using org.springframework.boot.aot Gradle plugin directly for AOT processing with the JVM #49307
  • Update CLI's INSTALL.txt to reflect Groovy no longer being bundled #49297
  • JDK requirement for the CLI still refers to Java 8 #49290
  • Java and Kotlin samples of an environment post processor are inconsistent #49282
  • Document additional repositories required for shibboleth.net #49260
  • Clarify inferred relationships between OAuth 2 registrations and providers #49240

🔨 Dependency Upgrades

  • Upgrade to DB2 JDBC 12.1.4.0 #49544
  • Upgrade to Hibernate 6.6.44.Final #49457
  • Upgrade to Jakarta XML WS 4.0.3 #49458
  • Upgrade to JBoss Logging 3.6.3.Final #49630
  • Upgrade to Jetty 12.0.33 #49459
  • Upgrade to Kafka 3.9.2 #49460
  • Upgrade to Lombok 1.18.44 #49574
  • Upgrade to Maven Failsafe Plugin 3.5.5 #49461
  • Upgrade to Maven Shade Plugin 3.6.2 #49462
  • Upgrade to Maven Surefire Plugin 3.5.5 #49463
  • Upgrade to Micrometer 1.15.10 #49403
  • Upgrade to Micrometer Tracing 1.5.10 #49404
  • Upgrade to Pulsar 4.0.9 #49464
  • Upgrade to Reactor Bom 2024.0.16 #49405
  • Upgrade to Spring Batch 5.2.5 #49406
  • Upgrade to Spring Data Bom 2025.0.10 #49407
  • Upgrade to Spring Framework 6.2.17 #49408
  • Upgrade to Spring HATEOAS 2.5.2 #49586

... (truncated)

Commits
  • 285b074 Release v3.5.12
  • 6620dea Polishing
  • dd54841 Upgrade to Spring Batch 5.2.5
  • 1f2ea4a Revisit EndpointRequest matcher for additional paths
  • 01fbede Handle all requests in CloudFoundry mapping
  • dc54595 Merge pull request #49622 from dependabot[bot]
  • 9bc3768 Bump @​springio/asciidoctor-extensions in /antora
  • 6915834 Upgrade to Spring WS 4.1.3
  • a5db799 Upgrade to Spring Integration 6.5.8
  • 5ee4ffe Upgrade to JBoss Logging 3.6.3.Final
  • 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 2 updates in the /tarantool-java-sdk-bom directory: [org.apache.httpcomponents.core5:httpcore5](https://github.com/apache/httpcomponents-core) and [org.jsonschema2pojo:jsonschema2pojo-core](https://github.com/joelittlejohn/jsonschema2pojo).
Bumps the maven group with 1 update in the /tarantool-spring-data directory: org.springframework.data:spring-data-keyvalue.


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.jsonschema2pojo:jsonschema2pojo-core` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/joelittlejohn/jsonschema2pojo/releases)
- [Changelog](https://github.com/joelittlejohn/jsonschema2pojo/blob/master/CHANGELOG.md)
- [Commits](joelittlejohn/jsonschema2pojo@jsonschema2pojo-1.2.2...jsonschema2pojo-1.3.0)

Updates `org.springframework.data:spring-data-keyvalue` from 2.7.18 to 3.5.12

Updates `org.springframework.boot:spring-boot` from 2.7.18 to 3.5.12
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.7.18...v3.5.12)

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents.core5:httpcore5
  dependency-version: 5.4.3
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.jsonschema2pojo:jsonschema2pojo-core
  dependency-version: 1.3.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.data:spring-data-keyvalue
  dependency-version: 3.5.12
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.springframework.boot:spring-boot
  dependency-version: 3.5.12
  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 Aug 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