Skip to content

build(deps): bump the dependencies group with 31 updates#3967

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dependencies-e45d53fe6f
Open

build(deps): bump the dependencies group with 31 updates#3967
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dependencies-e45d53fe6f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 31 updates:

Package From To
tools.jackson:jackson-bom 3.1.4 3.2.0
io.modelcontextprotocol.sdk:mcp-bom 1.1.3 2.0.0
io.swagger.core.v3:swagger-annotations 2.2.50 2.2.51
io.swagger.core.v3:swagger-models 2.2.50 2.2.51
io.swagger.parser.v3:swagger-parser 2.1.43 2.1.44
org.hibernate.orm:hibernate-core 7.4.0.Final 7.4.1.Final
org.hibernate.orm:hibernate-scan-jandex 7.4.0.Final 7.4.1.Final
io.ebean:ebean 17.8.0 17.11.0
io.ebean:ebean-querybean 17.8.0 17.11.0
io.ebean:querybean-generator 17.8.0 17.11.0
io.ebean:ebean-test 17.8.0 17.11.0
com.squareup.okhttp3:okhttp-jvm 5.3.2 5.4.0
com.squareup.okhttp3:okhttp-sse 5.3.2 5.4.0
com.squareup.okhttp3:okhttp-tls 5.3.2 5.4.0
com.zaxxer:HikariCP 7.0.2 7.1.0
com.github.eirslett:frontend-maven-plugin 2.0.0 2.0.1
io.vertx:vertx-core 5.1.1 5.1.2
io.vertx:vertx-sql-client 5.1.1 5.1.2
io.vertx:vertx-mysql-client 5.1.1 5.1.2
io.vertx:vertx-pg-client 5.1.1 5.1.2
dev.langchain4j:langchain4j-bom 1.16.1 1.16.2
io.projectreactor:reactor-core 3.8.5 3.8.6
io.grpc:grpc-protobuf 1.81.0 1.82.0
io.grpc:grpc-stub 1.81.0 1.82.0
io.grpc:grpc-inprocess 1.81.0 1.82.0
io.grpc:grpc-services 1.81.0 1.82.0
io.grpc:grpc-servlet 1.81.0 1.82.0
io.grpc:grpc-netty-shaded 1.81.0 1.82.0
io.grpc:grpc-okhttp 1.81.0 1.82.0
software.amazon.awssdk:bom 2.46.5 2.46.10
org.asynchttpclient:async-http-client 3.0.10 3.0.11

Updates tools.jackson:jackson-bom from 3.1.4 to 3.2.0

Commits
  • 421a5be [maven-release-plugin] prepare release jackson-bom-3.2.0
  • 0612da3 Prep for 3.2.0 release
  • db7fca0 Merge pull request #124 from FasterXML/tatu/3.2/woodstox-7.2.1
  • ed1fb9b Update Woodstox dep to 7.2.1
  • 907f30b Bump jackson-annotations to 2.22 (non-snapshot)
  • 9c72934 Merge branch '3.1' into 3.x
  • 1d54604 Post-release dep version bump
  • 0b65639 [maven-release-plugin] prepare for next development iteration
  • f734c2b Merge branch '3.1' into 3.x
  • eb261da Bump Woodstox/stax2-api to 7.2.0/4.3.0
  • Additional commits viewable in compare view

Updates io.modelcontextprotocol.sdk:mcp-bom from 1.1.3 to 2.0.0

Release notes

Sourced from io.modelcontextprotocol.sdk:mcp-bom's releases.

v2.0.0

MCP Java SDK 2.0.0 🎉

We're thrilled to announce the General Availability of the MCP Java SDK 2.0.0 — the first major release since 1.x and the culmination of three milestones (M1, M2, M3) and a release candidate (RC1). It tracks the latest 2025-11-25 MCP specification and lays the groundwork for everything that comes next. Huge thanks to everyone who contributed, tested the milestones, and filed feedback along the way! ❤️

Upgrading from 1.x? See the v2 migration guide and the updated documentation (#1024) for a step-by-step walkthrough of the breaking changes below.

Highlights

  • A new JSON compatibility foundation for consistent forward/backward wire compatibility as the protocol evolves.
  • Spec-accurate schema with enforced required fields and lenient wire deserialization.
  • End-to-end validation of tool inputs and embedded JSON Schema documents (2020-12).
  • Richer elicitation: client-side schema defaults, URL elicitation, and form-based elicitation schemas.
  • Icons & metadata support (SEP-973) across the API.
  • Streamable HTTP first: SSE transports are now deprecated in favor of Streamable HTTP.
  • Cleaner, quieter logging with unified configuration and saner default levels.

⚠️ Breaking Changes

✨ New Features

🔌 Transports & Networking

🪵 Logging

... (truncated)

Commits
  • f56d038 Release version 2.0.0
  • d20af91 Add 2025-11-25 spec version to all transports (#1025)
  • c42d313 Return void from McpStatelessSyncServer#closeGracefully instead of Mono (#1019)
  • 2756337 Update documentation and migration notes for v2 (#1024)
  • fe82ad5 Add schemas for form-based elicitation (#1020)
  • 99faac6 Clarify tool validation error messages (#1023)
  • df75857 fix: avoid dropped errors when transport is closed or uninitialized (#995)
  • dbb9bda Add URL elicitation support (SEP-1036) (#993)
  • c49a994 Add missing Export-Package to mcp-json-jackson2 and mcp-json-jackson3
  • c8ab341 feat: Refine logging levels (#985)
  • Additional commits viewable in compare view

Updates io.swagger.core.v3:swagger-annotations from 2.2.50 to 2.2.51

Updates io.swagger.core.v3:swagger-models from 2.2.50 to 2.2.51

Updates io.swagger.core.v3:swagger-models from 2.2.50 to 2.2.51

Updates io.swagger.parser.v3:swagger-parser from 2.1.43 to 2.1.44

Release notes

Sourced from io.swagger.parser.v3:swagger-parser's releases.

Swagger-parser 2.1.44 released!

  • fix: Replace the unsafe Yaml instantiation in ReferenceVisitor.getYam… (#2344)
Commits

Updates org.hibernate.orm:hibernate-core from 7.4.0.Final to 7.4.1.Final

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Release 7.4.1

Hibernate ORM 7.4.1.Final released

Today, we published a new release of Hibernate ORM 7.4: 7.4.1.Final.

You can find the full list of 7.4.1.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 7.4.1.Final (June 09, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/39004

** Bug * HHH-20537 XML embeddable mapping ignores access attribute when processing attributes * HHH-20536 and element inside are silently ignored in XML mappings * HHH-20518 After updating from 7.3.6 to 7.4.0 hibernate enhance fails * HHH-20517 FOR UPDATE ... SKIP LOCKED on Oracle 23+ fails if there's a lob column * HHH-20514 XML mapping does not apply optimistic-lock attribute for associations * HHH-20513 XML entity mapping ignores <mutable>false</mutable> configuration * HHH-20504 DataException (Parameter is not set) when updating only a collection of a versioned entity with with a @​SQLUpdate * HHH-20500 SchemaManager#truncate(String tableName) fails with UnsupportedOperationException * HHH-20499 Ensure LONG32 JdbcType with LOB DDL type, bound via setString, are treated as LOBs * HHH-20498 Unnest on HANA uses clob/nclob for xmltable that is not supported * HHH-20484 HbmXmlTransformer Generates Invalid for * HHH-20483 HbmXmlTransformer removes quotes from table names * HHH-20481 HbmXmlTransformer should normalize type attribute values to Java type names during XML Conversion * HHH-20477 HbmXmlTransformer Ignores Cascade Attributes for Mappings * HHH-20465 Full Stateless Session mutation support for @​Audited entities * HHH-20453 Combining @​Temporal entity mappings and a @​Changelog leads to CCE * HHH-20386 Metamodel generator / Processor loses generic type parameter for Set in Hibernate 7 * HHH-20159 Wrong aliases in tuple transformer

** Improvement * HHH-20495 Make sure we release resources (if needed) after stateless session operations

Commits
  • e4d1f92 [Jenkins release job] Preparing release 7.4.1.Final
  • f1ec2ae [Jenkins release job] changelog.txt updated by release build 7.4.1.Final
  • 79527f1 HHH-20518 Do not exclude plexus-utils and add missing xml-utils for the maven...
  • fa146cd HHH-20537 XML embeddable mapping ignores access attribute when processing att...
  • 3a9c95a HHH-20537 Add test for issue
  • 86e037a HHH-20536 <read> and <write> element inside <attribute-override> are silently...
  • e3fadef HHH-20536 Add test for issue
  • 82da261 document plans for Hibern8 and JPA4 in Query API [7.4] (#12519)
  • 74f9a4d Update TCK to always run for 7.4 PRs / run Search update job for PRs
  • f97f47f Enable automatic releases for 7.4
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-scan-jandex from 7.4.0.Final to 7.4.1.Final

Release notes

Sourced from org.hibernate.orm:hibernate-scan-jandex's releases.

Release 7.4.1

Hibernate ORM 7.4.1.Final released

Today, we published a new release of Hibernate ORM 7.4: 7.4.1.Final.

You can find the full list of 7.4.1.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Changelog

Sourced from org.hibernate.orm:hibernate-scan-jandex's changelog.

Changes in 7.4.1.Final (June 09, 2026)

https://hibernate.atlassian.net/projects/HHH/versions/39004

** Bug * HHH-20537 XML embeddable mapping ignores access attribute when processing attributes * HHH-20536 and element inside are silently ignored in XML mappings * HHH-20518 After updating from 7.3.6 to 7.4.0 hibernate enhance fails * HHH-20517 FOR UPDATE ... SKIP LOCKED on Oracle 23+ fails if there's a lob column * HHH-20514 XML mapping does not apply optimistic-lock attribute for associations * HHH-20513 XML entity mapping ignores <mutable>false</mutable> configuration * HHH-20504 DataException (Parameter is not set) when updating only a collection of a versioned entity with with a @​SQLUpdate * HHH-20500 SchemaManager#truncate(String tableName) fails with UnsupportedOperationException * HHH-20499 Ensure LONG32 JdbcType with LOB DDL type, bound via setString, are treated as LOBs * HHH-20498 Unnest on HANA uses clob/nclob for xmltable that is not supported * HHH-20484 HbmXmlTransformer Generates Invalid for * HHH-20483 HbmXmlTransformer removes quotes from table names * HHH-20481 HbmXmlTransformer should normalize type attribute values to Java type names during XML Conversion * HHH-20477 HbmXmlTransformer Ignores Cascade Attributes for Mappings * HHH-20465 Full Stateless Session mutation support for @​Audited entities * HHH-20453 Combining @​Temporal entity mappings and a @​Changelog leads to CCE * HHH-20386 Metamodel generator / Processor loses generic type parameter for Set in Hibernate 7 * HHH-20159 Wrong aliases in tuple transformer

** Improvement * HHH-20495 Make sure we release resources (if needed) after stateless session operations

Commits
  • e4d1f92 [Jenkins release job] Preparing release 7.4.1.Final
  • f1ec2ae [Jenkins release job] changelog.txt updated by release build 7.4.1.Final
  • 79527f1 HHH-20518 Do not exclude plexus-utils and add missing xml-utils for the maven...
  • fa146cd HHH-20537 XML embeddable mapping ignores access attribute when processing att...
  • 3a9c95a HHH-20537 Add test for issue
  • 86e037a HHH-20536 <read> and <write> element inside <attribute-override> are silently...
  • e3fadef HHH-20536 Add test for issue
  • 82da261 document plans for Hibern8 and JPA4 in Query API [7.4] (#12519)
  • 74f9a4d Update TCK to always run for 7.4 PRs / run Search update job for PRs
  • f97f47f Enable automatic releases for 7.4
  • Additional commits viewable in compare view

Updates io.ebean:ebean from 17.8.0 to 17.11.0

Commits

Updates io.ebean:ebean-querybean from 17.8.0 to 17.11.0

Commits

Updates io.ebean:querybean-generator from 17.8.0 to 17.11.0

Commits

Updates io.ebean:ebean-test from 17.8.0 to 17.11.0

Commits

Updates io.ebean:ebean-querybean from 17.8.0 to 17.11.0

Commits

Updates io.ebean:querybean-generator from 17.8.0 to 17.11.0

Commits

Updates io.ebean:ebean-test from 17.8.0 to 17.11.0

Commits

Updates com.squareup.okhttp3:okhttp-jvm from 5.3.2 to 5.4.0

Changelog

Sourced from com.squareup.okhttp3:okhttp-jvm's changelog.

Version 5.4.0

2026-06-08

  • New: Add superpowers to interceptors. Interceptors can now override anything settable on OkHttpClient.Builder, such as the cache, connection pool, socket factory, and DNS. We expect this will allow most users to use interceptors everywhere, insted of mixing and matching interceptors with custom Call.Factory wrappers.
  • Fix: Limit each HTTP/2 response to 256 KiB of total headers.
  • Upgrade: [kotlinx.coroutines 1.11.0][coroutines_1_11_0]. This is used by the optional okhttp-coroutines artifact.
  • Upgrade: [GraalVM 25.0.3][graalvm_25].
  • Upgrade: [Okio 3.17.0][okio_3_17_0].
Commits

Updates com.squareup.okhttp3:okhttp-sse from 5.3.2 to 5.4.0

Changelog

Sourced from com.squareup.okhttp3:okhttp-sse's changelog.

Version 5.4.0

2026-06-08

  • New: Add superpowers to interceptors. Interceptors can now override anything settable on OkHttpClient.Builder, such as the cache, connection pool, socket factory, and DNS. We expect this will allow most users to use interceptors everywhere, insted of mixing and matching interceptors with custom Call.Factory wrappers.
  • Fix: Limit each HTTP/2 response to 256 KiB of total headers.
  • Upgrade: [kotlinx.coroutines 1.11.0][coroutines_1_11_0]. This is used by the optional okhttp-coroutines artifact.
  • Upgrade: [GraalVM 25.0.3][graalvm_25].
  • Upgrade: [Okio 3.17.0][okio_3_17_0].
Commits

Updates com.squareup.okhttp3:okhttp-tls from 5.3.2 to 5.4.0

Changelog

Sourced from com.squareup.okhttp3:okhttp-tls's changelog.

Version 5.4.0

2026-06-08

  • New: Add superpowers to interceptors. Interceptors can now override anything settable on OkHttpClient.Builder, such as the cache, connection pool, socket factory, and DNS. We expect this will allow most users to use interceptors everywhere, insted of mixing and matching interceptors with custom Call.Factory wrappers.
  • Fix: Limit each HTTP/2 response to 256 KiB of total headers.
  • Upgrade: [kotlinx.coroutines 1.11.0][coroutines_1_11_0]. This is used by the optional okhttp-coroutines artifact.
  • Upgrade: [GraalVM 25.0.3][graalvm_25].
  • Upgrade: [Okio 3.17.0][okio_3_17_0].
Commits

Updates com.squareup.okhttp3:okhttp-sse from 5.3.2 to 5.4.0

Changelog

Sourced from com.squareup.okhttp3:okhttp-sse's changelog.

Version 5.4.0

2026-06-08

  • New: Add superpowers to interceptors. Interceptors can now override anything settable on OkHttpClient.Builder, such as the cache, connection pool, socket factory, and DNS. We expect this will allow most users to use interceptors everywhere, insted of mixing and matching interceptors with custom Call.Factory wrappers.
  • Fix: Limit each HTTP/2 response to 256 KiB of total headers.
  • Upgrade: [kotlinx.coroutines 1.11.0][coroutines_1_11_0]. This is used by the optional okhttp-coroutines artifact.
  • Upgrade: [GraalVM 25.0.3][graalvm_25].
  • Upgrade: [Okio 3.17.0][okio_3_17_0].
Commits

Updates com.zaxxer:HikariCP from 7.0.2 to 7.1.0

Changelog

Sourced from com.zaxxer:HikariCP's changelog.

HikariCP Changes

Changes in 7.1.0

  • merged #2402 avoid virtual-thread yield spin in ConcurrentBag. Thanks to @​ittaigolde for addressing this and deep investigation into the issue.

Changes in 7.0.2

  • decrease thread yield frequency in ConcurrentBag.unreserve()

Changes in 7.0.1

  • merged #2346 fix regression with setSchema behavior

  • decrease thread yield frequency in ConcurrentBag.requite()

Changes in 7.0.0

  • merged #2340 NoSuchMethodException error that is thrown when setting a metric registry, fixes to UtilityElf reflection code to use the correct method signature.

  • fixed #1294 add support for HikariCredentialsProvider class

  • fixed #2265 bail out of the pool filling loop if the thread is interrupted

Changes in 6.3.3

  • backport #2340 NoSuchMethodException error that is thrown when setting a metric registry, fixes to UtilityElf reflection code to use the correct method signature.

Changes in 6.3.2

  • fixed #2342 restore module-info.class to jar file, which was lost in 6.3.1

  • fixed #2256 add support for legacy override of getUsername()/getPassword() of HikariDataSource. See project page for documentation of system property com.zaxxer.hikari.legacy.supportUserPassDataSourceOverride.

  • fixed #2323 right or wrong (wrt driver behavior) return to previous Connection.get/setSchema behavior

  • fixed #2288 upgrade dependencies and fix build warnings

Changes in 6.3.1

  • fixed #2315 source jar contains also binary .class files and missing some .java files

  • fixed #2307 remove improper hardcoded timout, use validationTimeout

  • fixed #2305 keep properties key and values as is rather than forcing stringification. Also fixes #2286 and #2304

... (truncated)

Commits
  • e4c04e8 [maven-release-plugin] prepare release HikariCP-7.1.0
  • b7c5afe upgrade fabric8 docker dependency for tests
  • 315ab1c update testcontainer dependency and postgresql test dependency
  • a400521 fix compiler warnings
  • 37167dc prepare for v7.1.0 release
  • 5e63223 Avoid virtual-thread yield spin in ConcurrentBag (#2402)
  • bba167f Update README.md
  • 62d720b update CHANGES for backport release 6.3.3, fix micrometrics dep version
  • c3a2473 Update README.md
  • 25663ef [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.github.eirslett:frontend-maven-plugin from 2.0.0 to 2.0.1

Changelog

Sourced from com.github.eirslett:frontend-maven-plugin's changelog.

2.0.1

  • Use pnpm .mjs file if it exists to support 11+ (#1224)
Commits
  • 2206c89 [maven-release-plugin] prepare release frontend-plugins-2.0.1
  • 58bc233 Bump qs in /frontend-maven-plugin/src/it/example project
  • aa448f6 Bump postcss in /frontend-maven-plugin/src/it/example project
  • e424336 Bump ip-address in /frontend-maven-plugin/src/it/example project
  • ae16551 adding changelog
  • 47eb8bb for pnpm 11+ returning the .mjs file instead of the .cjs which is not executable
  • 1e5741f Bump vite in /frontend-maven-plugin/src/it/example project
  • 12da4f1 Bump basic-ftp in /frontend-maven-plugin/src/it/example project
  • aca9d8b Fix assertion
  • c5c7571 Reduce number of IT dependencies
  • Additional commits viewable in compare view

Updates io.vertx:vertx-core from 5.1.1 to 5.1.2

Commits
  • 5eebbb6 Releasing 5.1.2
  • 9f6a703 VertxConnection should forcibly close the channel when the endpoint is shutti...
  • 9aae66e Consolidate VertxConnection flush during a drain.
  • 4c11190 HTTP/1.1 client connection does not keep track of received stream not fully s...
  • d6c1fdd HttpServerOptions should initialize the default compression level.
  • dfdb6f1 Fix WebSocketClient ignoring setSslEngineOptions (#6154) (#6156)
  • bd4451f Simplify io_uring CI setup
  • b8af532 Set next snapshot version
  • See full diff in compare view

Updates io.vertx:vertx-sql-client from 5.1.1 to 5.1.2

Commits

Updates io.vertx:vertx-mysql-client from 5.1.1 to 5.1.2

Commits

Updates io.vertx:vertx-pg-client from 5.1.1 to 5.1.2

Commits

Updates dev.langchain4j:langchain4j-bom from 1.16.1 to 1.16.2

Commits
  • 4536196 Release versions 1.16.2 and 1.16.2-beta26
  • 69b3ed7 Add an agent factory to the AgentConfigurator allowing to wire agents generat...
  • 9fe5dd4 Update dependency io.netty:netty-codec-http2 to v4.1.135.Final [SECURITY] (#5...
  • 3f4a1ad fix(elasticsearch): apply hybrid filters to full-text retriever (#5387)
  • See full diff in compare view

Updates io.projectreactor:reactor-core from 3.8.5 to 3.8.6

Release notes

Sourced from io.projectreactor:reactor-core's releases.

v3.8.6

Reactor Core 3.8.6 is part of the 2025.0.6 Release Train.

What's Changed

✨ New features and improvements

  • Bump ByteBuddy from 1.18.8 to 1.18.10 by @​dependabot[bot] in #4260
  • Bump BlockHound from 1.0.16.RELEASE to 1.0.17.RELEASE by @​violetagg in edccbec5931696eb68f2323d568a5c584730a15f
  • Depend on Micrometer v1.16.6 by @​violetagg in edccbec5931696eb68f2323d568a5c584730a15f
  • Depend on Micrometer Tracing v1.6.6 by @​violetagg in edccbec5931696eb68f2323d568a5c584730a15f

📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.8.5...v3.8.6

Commits
  • edccbec [release] Prepare and release 3.8.6
  • 5c0d5f9 Merge-ignore release 3.7.19 into 3.8.6
  • 1c7af05 [release] Next development version 3.7.20-SNAPSHOT
  • c84e170 [release] Prepare and release 3.7.19
  • 9ea8793 [doc] Fix an outdated link in the Mono class javadoc (#4206)
  • 60752ef Merge #4265 into 3.8.6
  • e3ea874 Bump com.gradle.shadow from 8.3.7 to 9.4.2 (#4265)
  • 5822ae6 Merge #4263 into 3.8.6
  • 00c7b5a Bump actions/checkout from 6.0.2 to 6.0.3 in /.github/workflows (#4263)
  • fbed057 Bump com.uber.nullaway:nullaway from 0.13.4 to 0.13.5 (#4261)
  • Additional commits viewable in compare view

Updates io.grpc:grpc-protobuf from 1.81.0 to 1.82.0

Release notes

Sourced from io.grpc:grpc-protobuf's releases.

v1.82.0

This release drops support for Bazel 7. It may still run, but we are no longer testing it. We are testing Bazel 8 and 9.

We are anticipating requiring Netty 4.2 in the next release. Please file an issue if you still need Netty 4.1...

Description has been truncated

Bumps the dependencies group with 31 updates:

| Package | From | To |
| --- | --- | --- |
| [tools.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `3.1.4` | `3.2.0` |
| [io.modelcontextprotocol.sdk:mcp-bom](https://github.com/modelcontextprotocol/java-sdk) | `1.1.3` | `2.0.0` |
| io.swagger.core.v3:swagger-annotations | `2.2.50` | `2.2.51` |
| io.swagger.core.v3:swagger-models | `2.2.50` | `2.2.51` |
| [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) | `2.1.43` | `2.1.44` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `7.4.0.Final` | `7.4.1.Final` |
| [org.hibernate.orm:hibernate-scan-jandex](https://github.com/hibernate/hibernate-orm) | `7.4.0.Final` | `7.4.1.Final` |
| [io.ebean:ebean](https://github.com/ebean-orm/ebean) | `17.8.0` | `17.11.0` |
| [io.ebean:ebean-querybean](https://github.com/ebean-orm/ebean) | `17.8.0` | `17.11.0` |
| [io.ebean:querybean-generator](https://github.com/ebean-orm/ebean) | `17.8.0` | `17.11.0` |
| [io.ebean:ebean-test](https://github.com/ebean-orm/ebean) | `17.8.0` | `17.11.0` |
| [com.squareup.okhttp3:okhttp-jvm](https://github.com/square/okhttp) | `5.3.2` | `5.4.0` |
| [com.squareup.okhttp3:okhttp-sse](https://github.com/square/okhttp) | `5.3.2` | `5.4.0` |
| [com.squareup.okhttp3:okhttp-tls](https://github.com/square/okhttp) | `5.3.2` | `5.4.0` |
| [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `7.0.2` | `7.1.0` |
| [com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) | `2.0.0` | `2.0.1` |
| [io.vertx:vertx-core](https://github.com/eclipse/vert.x) | `5.1.1` | `5.1.2` |
| [io.vertx:vertx-sql-client](https://github.com/eclipse-vertx/vertx-sql-client) | `5.1.1` | `5.1.2` |
| [io.vertx:vertx-mysql-client](https://github.com/eclipse-vertx/vertx-sql-client) | `5.1.1` | `5.1.2` |
| [io.vertx:vertx-pg-client](https://github.com/eclipse-vertx/vertx-sql-client) | `5.1.1` | `5.1.2` |
| [dev.langchain4j:langchain4j-bom](https://github.com/langchain4j/langchain4j) | `1.16.1` | `1.16.2` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.8.5` | `3.8.6` |
| [io.grpc:grpc-protobuf](https://github.com/grpc/grpc-java) | `1.81.0` | `1.82.0` |
| [io.grpc:grpc-stub](https://github.com/grpc/grpc-java) | `1.81.0` | `1.82.0` |
| [io.grpc:grpc-inprocess](https://github.com/grpc/grpc-java) | `1.81.0` | `1.82.0` |
| [io.grpc:grpc-services](https://github.com/grpc/grpc-java) | `1.81.0` | `1.82.0` |
| [io.grpc:grpc-servlet](https://github.com/grpc/grpc-java) | `1.81.0` | `1.82.0` |
| [io.grpc:grpc-netty-shaded](https://github.com/grpc/grpc-java) | `1.81.0` | `1.82.0` |
| [io.grpc:grpc-okhttp](https://github.com/grpc/grpc-java) | `1.81.0` | `1.82.0` |
| software.amazon.awssdk:bom | `2.46.5` | `2.46.10` |
| [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) | `3.0.10` | `3.0.11` |


Updates `tools.jackson:jackson-bom` from 3.1.4 to 3.2.0
- [Commits](FasterXML/jackson-bom@jackson-bom-3.1.4...jackson-bom-3.2.0)

Updates `io.modelcontextprotocol.sdk:mcp-bom` from 1.1.3 to 2.0.0
- [Release notes](https://github.com/modelcontextprotocol/java-sdk/releases)
- [Commits](modelcontextprotocol/java-sdk@v1.1.3...v2.0.0)

Updates `io.swagger.core.v3:swagger-annotations` from 2.2.50 to 2.2.51

Updates `io.swagger.core.v3:swagger-models` from 2.2.50 to 2.2.51

Updates `io.swagger.core.v3:swagger-models` from 2.2.50 to 2.2.51

Updates `io.swagger.parser.v3:swagger-parser` from 2.1.43 to 2.1.44
- [Release notes](https://github.com/swagger-api/swagger-parser/releases)
- [Commits](swagger-api/swagger-parser@v2.1.43...v2.1.44)

Updates `org.hibernate.orm:hibernate-core` from 7.4.0.Final to 7.4.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.1/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.4.0...7.4.1)

Updates `org.hibernate.orm:hibernate-scan-jandex` from 7.4.0.Final to 7.4.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.1/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.4.0...7.4.1)

Updates `io.ebean:ebean` from 17.8.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `io.ebean:ebean-querybean` from 17.8.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `io.ebean:querybean-generator` from 17.8.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `io.ebean:ebean-test` from 17.8.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `io.ebean:ebean-querybean` from 17.8.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `io.ebean:querybean-generator` from 17.8.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `io.ebean:ebean-test` from 17.8.0 to 17.11.0
- [Release notes](https://github.com/ebean-orm/ebean/releases)
- [Commits](https://github.com/ebean-orm/ebean/commits)

Updates `com.squareup.okhttp3:okhttp-jvm` from 5.3.2 to 5.4.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.3.2...parent-5.4.0)

Updates `com.squareup.okhttp3:okhttp-sse` from 5.3.2 to 5.4.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.3.2...parent-5.4.0)

Updates `com.squareup.okhttp3:okhttp-tls` from 5.3.2 to 5.4.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.3.2...parent-5.4.0)

Updates `com.squareup.okhttp3:okhttp-sse` from 5.3.2 to 5.4.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.3.2...parent-5.4.0)

Updates `com.zaxxer:HikariCP` from 7.0.2 to 7.1.0
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-7.0.2...HikariCP-7.1.0)

Updates `com.github.eirslett:frontend-maven-plugin` from 2.0.0 to 2.0.1
- [Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md)
- [Commits](eirslett/frontend-maven-plugin@frontend-plugins-2.0.0...frontend-plugins-2.0.1)

Updates `io.vertx:vertx-core` from 5.1.1 to 5.1.2
- [Commits](eclipse-vertx/vert.x@5.1.1...5.1.2)

Updates `io.vertx:vertx-sql-client` from 5.1.1 to 5.1.2
- [Commits](eclipse-vertx/vertx-sql-client@5.1.1...5.1.2)

Updates `io.vertx:vertx-mysql-client` from 5.1.1 to 5.1.2
- [Commits](eclipse-vertx/vertx-sql-client@5.1.1...5.1.2)

Updates `io.vertx:vertx-pg-client` from 5.1.1 to 5.1.2
- [Commits](eclipse-vertx/vertx-sql-client@5.1.1...5.1.2)

Updates `dev.langchain4j:langchain4j-bom` from 1.16.1 to 1.16.2
- [Release notes](https://github.com/langchain4j/langchain4j/releases)
- [Commits](langchain4j/langchain4j@1.16.1...1.16.2)

Updates `io.projectreactor:reactor-core` from 3.8.5 to 3.8.6
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.8.5...v3.8.6)

Updates `io.grpc:grpc-protobuf` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `io.grpc:grpc-stub` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `io.grpc:grpc-inprocess` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `io.grpc:grpc-services` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `io.grpc:grpc-servlet` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `io.grpc:grpc-netty-shaded` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `io.grpc:grpc-okhttp` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `io.grpc:grpc-stub` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `io.grpc:grpc-inprocess` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `io.grpc:grpc-services` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `org.hibernate.orm:hibernate-scan-jandex` from 7.4.0.Final to 7.4.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.1/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.4.0...7.4.1)

Updates `io.vertx:vertx-sql-client` from 5.1.1 to 5.1.2
- [Commits](eclipse-vertx/vertx-sql-client@5.1.1...5.1.2)

Updates `io.vertx:vertx-mysql-client` from 5.1.1 to 5.1.2
- [Commits](eclipse-vertx/vertx-sql-client@5.1.1...5.1.2)

Updates `io.vertx:vertx-pg-client` from 5.1.1 to 5.1.2
- [Commits](eclipse-vertx/vertx-sql-client@5.1.1...5.1.2)

Updates `software.amazon.awssdk:bom` from 2.46.5 to 2.46.10

Updates `io.grpc:grpc-servlet` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `io.grpc:grpc-netty-shaded` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `io.grpc:grpc-okhttp` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.81.0...v1.82.0)

Updates `com.squareup.okhttp3:okhttp-tls` from 5.3.2 to 5.4.0
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.3.2...parent-5.4.0)

Updates `org.asynchttpclient:async-http-client` from 3.0.10 to 3.0.11
- [Release notes](https://github.com/AsyncHttpClient/async-http-client/releases)
- [Commits](AsyncHttpClient/async-http-client@async-http-client-project-3.0.10...async-http-client-project-3.0.11)

---
updated-dependencies:
- dependency-name: tools.jackson:jackson-bom
  dependency-version: 3.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.modelcontextprotocol.sdk:mcp-bom
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.swagger.core.v3:swagger-annotations
  dependency-version: 2.2.51
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-version: 2.2.51
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-version: 2.2.51
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.swagger.parser.v3:swagger-parser
  dependency-version: 2.1.44
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.4.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.hibernate.orm:hibernate-scan-jandex
  dependency-version: 7.4.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ebean:ebean
  dependency-version: 17.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-querybean
  dependency-version: 17.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:querybean-generator
  dependency-version: 17.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-test
  dependency-version: 17.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-querybean
  dependency-version: 17.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:querybean-generator
  dependency-version: 17.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ebean:ebean-test
  dependency-version: 17.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.squareup.okhttp3:okhttp-jvm
  dependency-version: 5.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.squareup.okhttp3:okhttp-sse
  dependency-version: 5.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.squareup.okhttp3:okhttp-tls
  dependency-version: 5.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.squareup.okhttp3:okhttp-sse
  dependency-version: 5.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.zaxxer:HikariCP
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.github.eirslett:frontend-maven-plugin
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-core
  dependency-version: 5.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-sql-client
  dependency-version: 5.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-mysql-client
  dependency-version: 5.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-pg-client
  dependency-version: 5.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dev.langchain4j:langchain4j-bom
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.8.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-protobuf
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-stub
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-inprocess
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-services
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-servlet
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-okhttp
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-stub
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-inprocess
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-services
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.hibernate.orm:hibernate-scan-jandex
  dependency-version: 7.4.1.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-sql-client
  dependency-version: 5.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-mysql-client
  dependency-version: 5.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.vertx:vertx-pg-client
  dependency-version: 5.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.46.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-servlet
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.grpc:grpc-okhttp
  dependency-version: 1.82.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.squareup.okhttp3:okhttp-tls
  dependency-version: 5.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.asynchttpclient:async-http-client
  dependency-version: 3.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

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 Jun 15, 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