Skip to content

Bump the dependencies group across 1 directory with 8 updates#54

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

Bump the dependencies group across 1 directory with 8 updates#54
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/dependencies-316f20f366

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps the dependencies group with 8 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.21.3
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.15.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.21.3

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.15.0

Release notes

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

0.15.0

No documented user-facing changes

Full Changelog: 0.14.0...0.15.0

Commits
  • 5420808 Release 0.15.0
  • 3ac52ca [High Priority] Excavator: Upgrade baseline-error-prone (#448)
  • 49b3623 Excavator: Upgrades Baseline to the latest version (#447)
  • 75a185b Excavator: Upgrade com.google.guava:guava to 33.6.0-jre (#445)
  • b4b90a6 Excavator: Upgrade com.google.guava:guava to 33.6.0-jre (#444)
  • 87d41f1 [High Priority] Excavator: Upgrade baseline-error-prone (#443)
  • See full diff 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 8 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.21.3` |
| [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.15.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.21.3
- [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.15.0
- [Release notes](https://github.com/palantir/javapoet/releases)
- [Commits](palantir/javapoet@0.14.0...0.15.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.21.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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.15.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 May 25, 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