Skip to content

Bump the app-dependencies group with 2 updates#46

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/app-dependencies-89f813bcb2
Closed

Bump the app-dependencies group with 2 updates#46
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/app-dependencies-89f813bcb2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Bumps the app-dependencies group with 2 updates: org.mnode.ical4j:ical4j and io.modelcontextprotocol:kotlin-sdk.

Updates org.mnode.ical4j:ical4j from 4.2.4 to 4.2.5

Commits
  • 6ea5892 Merge pull request #873 from ical4j/develop
  • dd62a34 fix: correct typo in test name for weekday parsing
  • 8e9bf42 Update src/main/java/net/fortuna/ical4j/model/Recur.java
  • 5f8cbc5 Update src/main/java/net/fortuna/ical4j/model/Recur.java
  • fb08735 test: add cleanup steps to clear system properties in ConfiguratorTest
  • 313d71b refactor: replace JetBrains annotations with JSpecify annotations
  • ca65f8d Merge pull request #871 from cketti/android-compat-Scanner
  • 28de589 Use different Scanner constructor for Android compatibility
  • aac6c75 Merge pull request #870 from HCL-TECH-SOFTWARE/Fix_IllegalArgument
  • 12ec935 Merge branch 'develop' into Fix_IllegalArgument
  • Additional commits viewable in compare view

Updates io.modelcontextprotocol:kotlin-sdk from 0.10.0 to 0.11.0

Release notes

Sourced from io.modelcontextprotocol:kotlin-sdk's releases.

0.11.0

Adds URL-mode elicitation with typed schema definitions, configurable server payload size limits, and upgrades core dependencies to Kotlin 2.3.

Breaking Changes

ElicitRequestParams is now a sealed interface by @​devcrocod in #660

Restructured to support both form-based and URL-based elicitation modes per the MCP specification. ElicitRequestParams changed from a data class to a sealed interface with two variants: ElicitRequestFormParams and ElicitRequestUrlParams. A deprecated factory function preserves source compatibility for existing calls.

- val params = ElicitRequestParams(message = "...", requestedSchema = schema)
+ val params = ElicitRequestFormParams(message = "...", requestedSchema = schema)

RequestedSchema.properties type changed by @​devcrocod in #660

Changed from JsonObject to Map<String, PrimitiveSchemaDefinition> for type safety.

macosX64 target removed by @​devcrocod in #625

The macosX64 native target was removed following its deprecation in Kotlin 2.2 and scheduled removal in Kotlin 2.3. Use macosArm64 instead.

Features

  • URL-mode elicitation and typed PrimitiveSchemaDefinition hierarchy aligned with MCP specification by @​devcrocod in #660
  • Configurable max request payload size for StreamableHttpServerTransport via Configuration.maxRequestBodySize by @​jskjw157 in #646
  • Auto-install ContentNegotiation with McpJson in mcp(), mcpStreamableHttp(), and mcpStatelessStreamableHttp() — users no longer need to configure JSON serialization manually (#664) by @​kpavlov in
    #665
  • notifications/elicitation/complete notification from server to client for out-of-band elicitation completion by @​devcrocod in #667

Fixed

  • Elicitation schema defaults are now applied for missing fields in client responses by @​devcrocod in #661
  • Duplicate initialize requests are now rejected with INVALID_REQUEST error by @​devcrocod in #624

Maintenance

  • Updated Kotlin to 2.3.10, Ktor to 3.3.3, kotlinx-io to 0.9.0, kotlinx-serialization to 1.10.0 by @​devcrocod in #611
  • Enabled SseTransportTest on Wasm and refactored test structure by @​devcrocod in #662
  • Improved dependabot configuration by @​devcrocod in #619
  • Updated mcp-kotlin to 0.10.0 across sample projects by @​kpavlov in #645

Dependencies

  • modelcontextprotocol/conformance to 0.1.16 in #657
  • atomicfu-gradle-plugin to 0.32.1 in #644
  • path-to-regexp to 8.4.0 in #647
  • Kotest group in #629
  • Testing group in #630

... (truncated)

Commits
  • c470c5d chore: bump project version to 0.11.0 (#669)
  • 33923bc feat(docs): public api kdocs (#658)
  • e5e5ec2 feat: add notification for elicitation complete (#667)
  • 3617ce4 feat(server): auto-install ContentNegotiation with McpJson (#664) (#665)
  • e21d229 fix: apply elicitation schema defaults for missing fields in client response ...
  • 9c4a239 test: remove Ignore for SseTransportTest and refactor (#662)
  • 6ce9ff8 feat(server): support configurable max request payload size (#646)
  • fdecf6b feat: add URL mode elicitation and typed schema definitions per MCP (#660)
  • ad07232 samples: update mcp-kotlin to 0.10.0 across sample projects (#645)
  • 6e247f9 chore(deps): bump mcp-kotlin from 0.9.0 to 0.10.0 in /samples/kotlin-mcp-serv...
  • 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 <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 app-dependencies group with 2 updates: [org.mnode.ical4j:ical4j](https://github.com/ical4j/ical4j) and [io.modelcontextprotocol:kotlin-sdk](https://github.com/modelcontextprotocol/kotlin-sdk).


Updates `org.mnode.ical4j:ical4j` from 4.2.4 to 4.2.5
- [Release notes](https://github.com/ical4j/ical4j/releases)
- [Changelog](https://github.com/ical4j/ical4j/blob/develop/CHANGELOG.md)
- [Commits](ical4j/ical4j@ical4j-4.2.4...ical4j-4.2.5)

Updates `io.modelcontextprotocol:kotlin-sdk` from 0.10.0 to 0.11.0
- [Release notes](https://github.com/modelcontextprotocol/kotlin-sdk/releases)
- [Commits](modelcontextprotocol/kotlin-sdk@0.10.0...0.11.0)

---
updated-dependencies:
- dependency-name: org.mnode.ical4j:ical4j
  dependency-version: 4.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: app-dependencies
- dependency-name: io.modelcontextprotocol:kotlin-sdk
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: app-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 8, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 15, 2026

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

@dependabot dependabot Bot closed this Apr 15, 2026
@dependabot dependabot Bot deleted the dependabot/gradle/app-dependencies-89f813bcb2 branch April 15, 2026 05:37
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants