Skip to content

Bump the dependencies group across 1 directory with 9 updates#56

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

Bump the dependencies group across 1 directory with 9 updates#56
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dependencies-e1c97b8f85

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

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

Package From To
io.jooby:jooby-bom 4.4.0 4.5.1
io.jooby:jooby-maven-plugin 4.4.0 4.5.1
io.modelcontextprotocol.sdk:mcp-bom 1.1.1 1.1.3
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
com.palantir.javapoet:javapoet 0.14.0 0.16.0
io.swagger.core.v3:swagger-annotations 2.2.47 2.2.50

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

Release notes

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

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

jooby 4.5.0

🚀 What's New

  • feature: pluggable exception mapping to ValidationResult for Business Logic #3937
  • feature: official htmx module (jooby-htmx) #3936 Checkout the demo
  • WS: Make web socket DI friendly #3914
  • open-telemetry: for gRPC #3911
  • feature: Generic JSON Codec Abstraction (JsonCodec) #3904

🛠️ Changes

  • documentation: add back static files #3942
  • template engine: no session available #3941
  • JwtSessionStore does not populate session ID on POST request following GET request #3939
  • open-telemetry: document how to trace camel routes #3933
  • refactor SslX509Provider: Remove legacy Netty SSL abstractions #3932
  • open-telemetry: mcp: trace mcp request #3928
  • graphql-java: upgrade to major version: 26.0 #3927
  • mcp: improve McpInvoker interceptor #3924
  • json-rpc: add json-rpc invoker #3921
  • open-telemetry: json-rpc: trace json-rpc request #3920
  • undertow: gRPC: error while shutting down #3918
  • gRPC: allow to customize server and channel #3912
  • graphql: remove shaded/harcoded gson dependency #3909
  • nullability: replace spotbugs annotations with jspecify #3906

📊 Component Updates

... (truncated)

Commits
  • 661d635 v4.5.1
  • 449fe63 Merge pull request #3951 from jooby-project/3950
  • de27485 [bug] Args passed to runApp are ignored by Typesafe Config when another confi...
  • f423302 Merge pull request #3949 from jooby-project/3948
  • 2985c2b undertow: 2.4.0.Final
  • 375d06c Merge pull request #3947 from jooby-project/dependabot/maven/dependencies-bca...
  • 34d3da3 build(deps): bump the dependencies group with 14 updates
  • 2b7a470 Merge pull request #3946 from jooby-project/3945
  • 7090f97 whoops: update whoops development error handler fix #3945
  • 5f125fd Merge pull request #3944 from jooby-project/3943
  • Additional commits viewable in compare view

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

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

Release notes

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

v1.1.3

What's changed

Full Changelog: modelcontextprotocol/java-sdk@v1.1.2...v1.1.3

v1.1.2

What's Changed

Full Changelog: modelcontextprotocol/java-sdk@v1.1.1...v1.1.2

Commits
  • f4c25f0 Release version 1.1.3
  • 45589ad Fix assertions in HttpClientSseClientTransportTests
  • 0be6032 DefaultSseMessageEndpointValidator allows same-origin message endpoints
  • f4c8371 Validate message endpoint in SSE client transport
  • 34e9b8c Next development version
  • e9e1a2f Release version 1.1.2
  • 141063c Polish gh-906
  • 92bb47b feat: add support for meta parameter in client paginated list queries (#906)
  • 9ead4d1 Fix UTF-8 encoding for non-ASCII tool names in HTTP client transports
  • 8e1c5d0 HttpClientStreamableHttpTransport: handle HTTP 405
  • 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 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.50

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

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 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.jooby:jooby-bom](https://github.com/jooby-project/jooby) | `4.4.0` | `4.5.1` |
| io.jooby:jooby-maven-plugin | `4.4.0` | `4.5.1` |
| [io.modelcontextprotocol.sdk:mcp-bom](https://github.com/modelcontextprotocol/java-sdk) | `1.1.1` | `1.1.3` |
| [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` |
| [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.50` |



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

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

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

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 `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.50

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

---
updated-dependencies:
- dependency-name: io.jooby:jooby-bom
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.jooby:jooby-maven-plugin
  dependency-version: 4.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.modelcontextprotocol.sdk:mcp-bom
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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.50
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.jooby:jooby-maven-plugin
  dependency-version: 4.5.1
  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 2, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 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 Jun 8, 2026
@dependabot dependabot Bot deleted the dependabot/maven/dependencies-e1c97b8f85 branch June 8, 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