Skip to content

Conversation

@bedrin
Copy link
Contributor

@bedrin bedrin commented Oct 30, 2025

Update assert4j from 3.26.3 to 3.27.6
Update mockito from 5.17.0 to 5.20.0
Update byte-buddy from 1.17.5 to 1.17.8
Update jackson from 2.17.0 to 2.19.2

It converges dependencies on byte-buddy and brings the version which fully supports JDK25 and works with modelcontextprotocol/java-sdk

Motivation and Context

JDK 25 is the new LTS version of Java.
modelcontextprotocol/java-sdk build fails on JDK 25 mostly due to old version of net.bytebuddy:byte-buddy library
This PR updates all libraries which depends on net.bytebuddy:byte-buddy transitively

How Has This Been Tested?

all tests are green

Breaking Changes

No breaking changes. No major upgrades of dependencies

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Checklist

  • I have read the MCP Documentation
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have added or updated documentation as needed

Additional context

N/A

@tzolov tzolov added this to the 0.15.0 milestone Oct 30, 2025
@tzolov
Copy link
Contributor

tzolov commented Oct 30, 2025

Thanks @bedrin

@tzolov tzolov merged commit 0980f08 into modelcontextprotocol:main Oct 30, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants