Skip to content

Bump the dependencies group across 1 directory with 13 updates - #58

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dependencies-2ddb0ee24c
Closed

Bump the dependencies group across 1 directory with 13 updates#58
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dependencies-2ddb0ee24c

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 13 updates in the / directory:

Package From To
io.jooby:jooby-bom 4.4.0 4.5.2
io.jooby:jooby-maven-plugin 4.4.0 4.5.2
io.modelcontextprotocol.sdk:mcp-bom 1.1.1 2.0.0
com.fasterxml.jackson.core:jackson-databind 2.21.2 2.22.0
com.fasterxml.jackson.core:jackson-annotations 2.21 2.22
org.projectlombok:lombok 1.18.44 1.18.46
org.junit:junit-bom 6.0.3 6.1.0
org.sonatype.central:central-publishing-maven-plugin 0.10.0 0.11.0
com.palantir.javapoet:javapoet 0.14.0 0.16.0
io.swagger.core.v3:swagger-annotations 2.2.47 2.2.51
io.avaje:avaje-inject 12.5 12.6
io.avaje:avaje-inject-generator 12.5 12.6
io.avaje:avaje-inject-maven-plugin 12.5 12.6

Updates io.jooby:jooby-bom from 4.4.0 to 4.5.2

Release notes

Sourced from io.jooby:jooby-bom's releases.

jooby 4.5.2

🛠️ Changes

  • logback: remove static logger from Jooby class #3963
  • openapi: relax parameter validation when using openapi annotations #3954
  • hibernate: package scanning doesn't work #3953

📊 Component Updates

Component Count Issues
hibernate 2 #3956, #3953

🔗 Links & Resources

💖 Support my work

🏆 Sponsors

jooby 4.5.1

🛠️ Changes

  • [bug] Args passed to runApp are ignored by Typesafe Config when another config was previously loaded #3950
  • undertow: 2.4.0.Final #3948
  • whoops: update whoops development error handler #3945
  • joobyRun: optimize hot-reload latency with debouncer and smart compiler detection #3943

🔗 Links & Resources

💖 Support my work

🏆 Sponsors

... (truncated)

Commits
  • a8908c3 v4.5.2
  • 93e3fe5 Merge pull request #3964 from jooby-project/3963
  • 1f4ea12 readme/release: update sponsors
  • b98b962 logback: remove static logger from Jooby class
  • 59ea88c Merge pull request #3961 from jooby-project/dependabot/maven/dependencies-e0c...
  • c79a633 build(deps): bump the dependencies group with 18 updates
  • 5dd0826 Merge pull request #3958 from jooby-project/dependabot/npm_and_yarn/modules/j...
  • fb52c02 Merge pull request #3959 from jooby-project/dependabot/maven/dependencies-78a...
  • 790c6bc Merge pull request #3960 from jooby-project/dependabot/maven/tests/org.asynch...
  • 14f9542 build(deps): bump org.asynchttpclient:async-http-client in /tests
  • Additional commits viewable in compare view

Updates io.jooby:jooby-maven-plugin from 4.4.0 to 4.5.2

Updates io.modelcontextprotocol.sdk:mcp-bom from 1.1.1 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 com.fasterxml.jackson.core:jackson-databind from 2.21.2 to 2.22.0

Commits

Updates com.fasterxml.jackson.core:jackson-annotations from 2.21 to 2.22

Commits

Updates org.projectlombok:lombok from 1.18.44 to 1.18.46

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.46 (April 22nd, 2026)

  • PLATFORM: JDK26 support added #4019.
  • PLATFORM: Spring Tools Suite 5 supported #3985.
  • BUGFIX: @Jacksonized no longer stops generating @JsonProperty once an explicit @JsonIgnore annotations is encountered #4022.
  • BUGFIX: In eclipse, mixing @Jacksonized and fluent = true no longer causes the error com.fasterxml.jackson.annotation.JsonProperty is not a repeatable annotation interface. #3934.
  • BUGFIX: Some finishing touches for v1.18.44's support of Jackson3 #4004.
Commits
  • 936ca59 [build] lombok's launcher is still intended to be 1.4 compatible, or at least...
  • fcdab3f [version] pre-release version bump
  • 1cb7d49 [changelog]#4004 Mention Jackson3 final touches in changelog.
  • 12a15b0 Fix: Bump EA_JDK to 27 (25 and 26 have been released)
  • 2be766c Merge branch 'jackson3-final-touches'
  • 290fa4c [trivial] constantize the warning we spit out for ambiguous jackson2/3, and m...
  • e6567b6 test: Add Jackson 3 test cases and version ambiguity warnings
  • 45e72e2 feat: Add Jackson 3 databind/dataformat annotations to HandlerUtil copy lists
  • 184d423 feat: Add Jackson 3 support to @​Jacksonized handlers
  • e027ad0 refactored to ShadowClassLoader use Collections::enumeration instead of Vector
  • Additional commits viewable in compare view

Updates org.junit:junit-bom from 6.0.3 to 6.1.0

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 6.1.0 = Platform 6.1.0 + Jupiter 6.1.0 + Vintage 6.1.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.3...r6.1.0

JUnit 6.1.0-RC1 = Platform 6.1.0-RC1 + Jupiter 6.1.0-RC1 + Vintage 6.1.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.1.0-M1...r6.1.0-RC1

JUnit 6.1.0-M1 = Platform 6.1.0-M1 + Jupiter 6.1.0-M1 + Vintage 6.1.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r6.0.0...r6.1.0-M1

Commits

Updates org.sonatype.central:central-publishing-maven-plugin from 0.10.0 to 0.11.0

Commits

Updates com.palantir.javapoet:javapoet from 0.14.0 to 0.16.0

Release notes

Sourced from com.palantir.javapoet:javapoet's releases.

0.16.0

No documented user-facing changes

Full Changelog: 0.15.0...0.16.0

0.15.0

No documented user-facing changes

Full Changelog: 0.14.0...0.15.0

Commits
  • e4c7997 Release 0.16.0
  • 2cc8ab6 [High Priority] Excavator: Upgrade baseline-error-prone (#459)
  • a8bb960 Excavator: Migrate gradle-revapi off the org.revapi fork back to com.palanti...
  • e4aa8e0 Excavator: Format Java files (#457)
  • d7edf32 [High Priority] Excavator: Upgrade baseline-error-prone (#456)
  • 6434e4f [High Priority] Excavator: Upgrade baseline-error-prone (#455)
  • 50a321b Excavator: Upgrade Java dependency org.junit.vintage:* to 6.1.0 (#454)
  • 3251a9c Excavator: Upgrade Java dependency org.junit.platform:* to 6.1.0 (#453)
  • 5fa4740 Excavator: Upgrade Java dependency org.junit.jupiter:* to 6.1.0 (#452)
  • 3929ed8 [High Priority] Excavator: Update gradle-jdks infrastructure plugins (#451)
  • Additional commits viewable in compare view

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

Updates io.avaje:avaje-inject from 12.5 to 12.6

Release notes

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

12.6

What's New

  • Adds a MainClass annotation to automatically configure the maven jar plugin
  • adds a new wiring mode to @InjectModule for multimodule wiring, it interweaves all external modules into the generated module for faster wiring and removing some limitations of standard wiring.

What's Changed

Full Changelog: avaje/avaje-inject@12.5...12.6

Commits
  • 3b7ebb0 Version 12.6 (#1035)
  • 8b8caed Merge pull request #1034 from avaje/dependabot/maven/master/dependencies-d0c2...
  • 96f7648 Bump the dependencies group with 3 updates
  • 277de8a Docs: Add section on use of Optional<T> and multiple constructors (#1033)
  • 7fbe77c 12.6-RC4
  • 6c6d43d Fix strict wiring discovery bug (#1031)
  • 02f9b49 Merge pull request #1032 from avaje/dependabot/maven/master/dependencies-85a4...
  • acd5c5b Bump org.ow2.asm:asm from 9.10 to 9.10.1 in the dependencies group
  • d3d6d29 Merge pull request #1029 from avaje/dependabot/maven/master/dependencies-89fe...
  • c87a14e Bump the dependencies group with 2 updates
  • Additional commits viewable in compare view

Updates io.avaje:avaje-inject-generator from 12.5 to 12.6

Updates io.avaje:avaje-inject-maven-plugin from 12.5 to 12.6

Updates io.avaje:avaje-inject-generator from 12.5 to 12.6

Updates io.jooby:jooby-maven-plugin from 4.4.0 to 4.5.2

Updates io.avaje:avaje-inject-maven-plugin from 12.5 to 12.6

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.jooby:jooby-bom](https://github.com/jooby-project/jooby) | `4.4.0` | `4.5.2` |
| io.jooby:jooby-maven-plugin | `4.4.0` | `4.5.2` |
| [io.modelcontextprotocol.sdk:mcp-bom](https://github.com/modelcontextprotocol/java-sdk) | `1.1.1` | `2.0.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.21.2` | `2.22.0` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.21` | `2.22` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.44` | `1.18.46` |
| [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.3` | `6.1.0` |
| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.10.0` | `0.11.0` |
| [com.palantir.javapoet:javapoet](https://github.com/palantir/javapoet) | `0.14.0` | `0.16.0` |
| io.swagger.core.v3:swagger-annotations | `2.2.47` | `2.2.51` |
| [io.avaje:avaje-inject](https://github.com/avaje/avaje-inject) | `12.5` | `12.6` |
| io.avaje:avaje-inject-generator | `12.5` | `12.6` |
| io.avaje:avaje-inject-maven-plugin | `12.5` | `12.6` |



Updates `io.jooby:jooby-bom` from 4.4.0 to 4.5.2
- [Release notes](https://github.com/jooby-project/jooby/releases)
- [Commits](jooby-project/jooby@v4.4.0...v4.5.2)

Updates `io.jooby:jooby-maven-plugin` from 4.4.0 to 4.5.2

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

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.21.2 to 2.22.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.21 to 2.22
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.projectlombok:lombok` from 1.18.44 to 1.18.46
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.44...v1.18.46)

Updates `org.junit:junit-bom` from 6.0.3 to 6.1.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.0.3...r6.1.0)

Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.10.0 to 0.11.0
- [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits)

Updates `com.palantir.javapoet:javapoet` from 0.14.0 to 0.16.0
- [Release notes](https://github.com/palantir/javapoet/releases)
- [Commits](palantir/javapoet@0.14.0...0.16.0)

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

Updates `io.avaje:avaje-inject` from 12.5 to 12.6
- [Release notes](https://github.com/avaje/avaje-inject/releases)
- [Commits](avaje/avaje-inject@12.5...12.6)

Updates `io.avaje:avaje-inject-generator` from 12.5 to 12.6

Updates `io.avaje:avaje-inject-maven-plugin` from 12.5 to 12.6

Updates `io.avaje:avaje-inject-generator` from 12.5 to 12.6

Updates `io.jooby:jooby-maven-plugin` from 4.4.0 to 4.5.2

Updates `io.avaje:avaje-inject-maven-plugin` from 12.5 to 12.6

---
updated-dependencies:
- dependency-name: io.jooby:jooby-bom
  dependency-version: 4.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.jooby:jooby-maven-plugin
  dependency-version: 4.5.2
  dependency-type: direct:development
  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: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-version: '2.22'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.projectlombok:lombok
  dependency-version: 1.18.46
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit:junit-bom
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.sonatype.central:central-publishing-maven-plugin
  dependency-version: 0.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.palantir.javapoet:javapoet
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.avaje:avaje-inject
  dependency-version: '12.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-generator
  dependency-version: '12.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-maven-plugin
  dependency-version: '12.6'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-generator
  dependency-version: '12.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.jooby:jooby-maven-plugin
  dependency-version: 4.5.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-inject-maven-plugin
  dependency-version: '12.6'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 22, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 13, 2026
@dependabot
dependabot Bot deleted the dependabot/maven/dependencies-2ddb0ee24c branch July 13, 2026 10:34
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