Skip to content

chore(deps): Bump mcp-java-sdk-version from 1.0.0 to 1.1.0#22018

Merged
oscerd merged 1 commit intomainfrom
dependabot/maven/mcp-java-sdk-version-1.1.0
Mar 18, 2026
Merged

chore(deps): Bump mcp-java-sdk-version from 1.0.0 to 1.1.0#22018
oscerd merged 1 commit intomainfrom
dependabot/maven/mcp-java-sdk-version-1.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps mcp-java-sdk-version from 1.0.0 to 1.1.0.
Updates io.modelcontextprotocol.sdk:mcp-core from 1.0.0 to 1.1.0

Release notes

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

v1.1.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/java-sdk@v1.0.0...v1.1.0

Commits
  • d4d8072 Release version 1.1.0
  • c4b5857 fix: prepare POMs for Maven Central release readiness (#863)
  • abcd19c HttpClientStreamHttpTransport: add authorization error handler (#861)
  • 6e4ce1c Fix elicitation and resource subscription tests that deadlock on a single CPU...
  • 26304a7 Document resource subscription support in server and client guides (#843)
  • ed02736 Update dependabot PR labels
  • 05f37ad Use explicit UTF-8 charset in StdioServerTransportProvider (#826)
  • 7f68ea5 Support resource subscriptions (#839)
  • ce2c747 Bump spring-javaformat 0.0.43 -> 0.0.47
  • d4c4a25 Fix instructions for running conformance tests
  • Additional commits viewable in compare view

Updates io.modelcontextprotocol.sdk:mcp-json-jackson2 from 1.0.0 to 1.1.0

Release notes

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

v1.1.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/java-sdk@v1.0.0...v1.1.0

Commits
  • d4d8072 Release version 1.1.0
  • c4b5857 fix: prepare POMs for Maven Central release readiness (#863)
  • abcd19c HttpClientStreamHttpTransport: add authorization error handler (#861)
  • 6e4ce1c Fix elicitation and resource subscription tests that deadlock on a single CPU...
  • 26304a7 Document resource subscription support in server and client guides (#843)
  • ed02736 Update dependabot PR labels
  • 05f37ad Use explicit UTF-8 charset in StdioServerTransportProvider (#826)
  • 7f68ea5 Support resource subscriptions (#839)
  • ce2c747 Bump spring-javaformat 0.0.43 -> 0.0.47
  • d4c4a25 Fix instructions for running conformance tests
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 16, 2026
@github-actions
Copy link
Contributor

🌟 Thank you for your contribution to the Apache Camel project! 🌟
🤖 CI automation will test this PR automatically.

🐫 Apache Camel Committers, please review the following items:

  • First-time contributors require MANUAL approval for the GitHub Actions to run
  • You can use the command /component-test (camel-)component-name1 (camel-)component-name2.. to request a test from the test bot although they are normally detected and executed by CI.
  • You can label PRs using build-all, build-dependents, skip-tests and test-dependents to fine-tune the checks executed by this PR.
  • Build and test logs are available in the summary page. Only Apache Camel committers have access to the summary.

⚠️ Be careful when sharing logs. Review their contents before sharing them publicly.

@github-actions
Copy link
Contributor

🧪 CI tested the following changed modules:

  • parent

@gnodet
Copy link
Contributor

gnodet commented Mar 16, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/mcp-java-sdk-version-1.1.0 branch from 1329bb0 to 10eb522 Compare March 16, 2026 10:41
@gnodet
Copy link
Contributor

gnodet commented Mar 16, 2026

@dependabot rebase again

@github-actions
Copy link
Contributor

github-actions bot commented Mar 16, 2026

Parent POM dependency changes: targeted tests passed

Changed properties: mcp-java-sdk-version

Affected modules (1)
  • :camel-openai

@gnodet
Copy link
Contributor

gnodet commented Mar 17, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/mcp-java-sdk-version-1.1.0 branch 2 times, most recently from a746452 to 32d0a81 Compare March 17, 2026 09:29
@apupier
Copy link
Contributor

apupier commented Mar 17, 2026

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/mcp-java-sdk-version-1.1.0 branch from 32d0a81 to ae55f57 Compare March 17, 2026 10:38
@apupier
Copy link
Contributor

apupier commented Mar 17, 2026

several AI tests are broken preventing to test if it is safe to upgrade or not, see https://issues.apache.org/jira/browse/CAMEL-23205

EDIT: can be launched by specifying the embedding model

@apupier
Copy link
Contributor

apupier commented Mar 17, 2026

mvn verify -Dollama.endpoint=http://localhost:11434/ -Dollama.model=granite4:3b -Dollama.embedding.model=granite-embedding:30m -Dollama.instance.type=remote
[INFO] Running org.apache.camel.component.openai.integration.OpenAIChatCompletionIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.06 s -- in org.apache.camel.component.openai.integration.OpenAIChatCompletionIT
[INFO] Running org.apache.camel.component.openai.integration.OpenAIEmbeddingsIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 s -- in org.apache.camel.component.openai.integration.OpenAIEmbeddingsIT
[INFO] Running org.apache.camel.component.openai.integration.OpenAIMcpAdvancedIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.67 s -- in org.apache.camel.component.openai.integration.OpenAIMcpAdvancedIT
[INFO] Running org.apache.camel.component.openai.integration.OpenAIMcpConversationStoreIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.60 s -- in org.apache.camel.component.openai.integration.OpenAIMcpConversationStoreIT
[INFO] Running org.apache.camel.component.openai.integration.OpenAIMcpManualToolLoopIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.489 s -- in org.apache.camel.component.openai.integration.OpenAIMcpManualToolLoopIT
[INFO] Running org.apache.camel.component.openai.integration.OpenAIMcpToolsIT
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.54 s -- in org.apache.camel.component.openai.integration.OpenAIMcpToolsIT
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0

@dependabot dependabot bot force-pushed the dependabot/maven/mcp-java-sdk-version-1.1.0 branch 2 times, most recently from f142739 to 41d2dfe Compare March 17, 2026 16:25
Bumps `mcp-java-sdk-version` from 1.0.0 to 1.1.0.

Updates `io.modelcontextprotocol.sdk:mcp-core` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/modelcontextprotocol/java-sdk/releases)
- [Commits](modelcontextprotocol/java-sdk@v1.0.0...v1.1.0)

Updates `io.modelcontextprotocol.sdk:mcp-json-jackson2` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/modelcontextprotocol/java-sdk/releases)
- [Commits](modelcontextprotocol/java-sdk@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: io.modelcontextprotocol.sdk:mcp-core
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.modelcontextprotocol.sdk:mcp-json-jackson2
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/mcp-java-sdk-version-1.1.0 branch from 41d2dfe to bed56a3 Compare March 18, 2026 08:31
@oscerd oscerd merged commit d1d0f78 into main Mar 18, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/mcp-java-sdk-version-1.1.0 branch March 18, 2026 09:31
vignesh-manel pushed a commit to vignesh-manel/camel that referenced this pull request Mar 18, 2026
)

Bumps `mcp-java-sdk-version` from 1.0.0 to 1.1.0.

Updates `io.modelcontextprotocol.sdk:mcp-core` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/modelcontextprotocol/java-sdk/releases)
- [Commits](modelcontextprotocol/java-sdk@v1.0.0...v1.1.0)

Updates `io.modelcontextprotocol.sdk:mcp-json-jackson2` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/modelcontextprotocol/java-sdk/releases)
- [Commits](modelcontextprotocol/java-sdk@v1.0.0...v1.1.0)

---
updated-dependencies:
- dependency-name: io.modelcontextprotocol.sdk:mcp-core
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.modelcontextprotocol.sdk:mcp-json-jackson2
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core-build-and-dependencies 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.

3 participants