Skip to content

chore(deps): bump the maven-minor-patch group across 1 directory with 7 updates#271

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/java/voice-live-quickstarts/ModelQuickstart/maven-minor-patch-3327b1e30b
Open

chore(deps): bump the maven-minor-patch group across 1 directory with 7 updates#271
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/java/voice-live-quickstarts/ModelQuickstart/maven-minor-patch-3327b1e30b

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the maven-minor-patch group with 7 updates in the /java/voice-live-quickstarts/ModelQuickstart directory:

Package From To
com.azure:azure-ai-voicelive 1.0.0-beta.1 1.1.0-beta.1
com.azure:azure-core 1.53.0 1.58.0
com.azure:azure-identity 1.18.2 1.18.3
io.projectreactor:reactor-core 3.5.11 3.8.5
org.slf4j:slf4j-api 2.0.9 2.0.18
org.slf4j:slf4j-simple 2.0.9 2.0.18
org.apache.maven.plugins:maven-compiler-plugin 3.11.0 3.15.0

Updates com.azure:azure-ai-voicelive from 1.0.0-beta.1 to 1.1.0-beta.1

Release notes

Sourced from com.azure:azure-ai-voicelive's releases.

com.azure+azure-ai-voicelive_1.1.0-beta.1

1.1.0-beta.1 (2026-06-02)

Features Added

  • WebRTC SDP negotiation for browser/native WebRTC clients:
    • New ClientEventRtcCallSdpCreate (rtc.call.sdp.create) to send an SDP offer with an optional initial VoiceLiveSessionOptions
    • New ServerEventRtcCallSdpCreated (rtc.call.sdp.created) carrying the SDP answer and rtcCallId
    • New ServerEventRtcCallError (rtc.call.error) with structured RtcCallErrorDetails (type/code/message) and originating operation
  • Streaming input text into a conversation item:
    • New ClientEventInputTextDelta (input_text.delta) and ClientEventInputTextDone (input_text.done), each with optional contentIndex
  • Output audio buffer playback lifecycle:
    • New ServerEventOutputAudioBufferStarted (output_audio_buffer.started) and ServerEventOutputAudioBufferStopped (output_audio_buffer.stopped), each exposing responseId
  • Smart audio-based end-of-turn detection: new SmartEndOfTurnDetection (smart_end_of_turn_detection) EouDetection variant with thresholdLevel and timeoutMs; new EouDetectionModel.SMART_END_OF_TURN_DETECTION value
  • Echo cancellation reference source: AudioEchoCancellation is now @Fluent and exposes referenceSource (new EchoCancellationReferenceSource enum with SERVER / CLIENT) and channels for stereo input where channel 1 is the client-supplied echo reference
  • Azure realtime native voices: new AzureRealtimeNativeVoice (type azure-realtime-native) and AzureRealtimeNativeVoiceName expandable enum (AARTI, ANDREW, AVA, DENISE, DIYA, ELSA, FLORIAN, FRANCISCA, MEERA, XIAOXIAO, YUNXI, XIMENA) for use with the azure-realtime model
  • Parallel tool calls: VoiceLiveSessionOptions.setParallelToolCalls(Boolean) / isParallelToolCalls() (and matching getter on VoiceLiveSessionResponse) to control whether the model may invoke tools in parallel
  • Hosted agent invocation passthrough:
    • ResponseCreateParams.setInvokeInput(Map<String, BinaryData>) to attach input data for a hosted agent invocation on a single response request (preview)
    • New ServerEventResponseInvocationDelta (response.invocation.delta) passes through non-speech SSE events from the hosted agent

Other Changes

  • Regenerated against 2026-06-01-preview VoiceLive TypeSpec. The default service API version used by VoiceLiveClientBuilder is unchanged (V2026_04_10, GA).

com.azure+azure-ai-voicelive_1.0.0

1.0.0 (2026-06-01)

This is the first General Availability (GA) release of the Azure VoiceLive client library for Java.

Breaking Changes

  • Narrowed VoiceLiveAsyncClient session startup to three overloads:
    • startSession()
    • startSession(String, VoiceLiveRequestOptions)
    • startSession(AgentSessionConfig, VoiceLiveRequestOptions)
  • Renamed token-count accessors on token statistic models (JSON wire format unchanged):
    • CachedTokenDetails.getTextTokens() / getAudioTokens() / getImageTokens()getTextTokenCount() / getAudioTokenCount() / getImageTokenCount()
    • InputTokenDetails.getCachedTokens() / getTextTokens() / getAudioTokens() / getImageTokens()getCachedTokenCount() / getTextTokenCount() / getAudioTokenCount() / getImageTokenCount()
    • OutputTokenDetails.getTextTokens() / getAudioTokens() / getReasoningTokens()getTextTokenCount() / getAudioTokenCount() / getReasoningTokenCount()
    • ResponseTokenStatistics.getTotalTokens() / getInputTokens() / getOutputTokens()getTotalTokenCount() / getInputTokenCount() / getOutputTokenCount()
  • RequestImageContentPart URL accessor renamed and JSON field changed:
    • getUrl() / setUrl(String)getImageUrl() / setImageUrl(String)
    • JSON property urlimage_url
  • Renamed base event types for client↔server symmetry:
    • ClientEvent (base for outbound events) → SessionClientEvent
    • SessionUpdate (base for inbound events) → SessionServerEvent
    • VoiceLiveSessionAsyncClient.receiveEvents() now returns Flux<SessionServerEvent>
    • VoiceLiveSessionAsyncClient.sendEvent(...) now accepts SessionClientEvent
  • Renamed MCP-related model types to Pascal case (MCP*Mcp*): McpApprovalType, McpServer, McpTool, McpApprovalResponseRequestItem, ResponseMcpApprovalRequestItem, ResponseMcpApprovalResponseItem, ResponseMcpCallItem, ResponseMcpListToolItem.

... (truncated)

Commits

Updates com.azure:azure-core from 1.53.0 to 1.58.0

Commits
  • 2c4777a Fixing broken doc link in TestProxyMigrationGuide.md (#48961)
  • e639699 [AutoPR azure-resourcemanager-recoveryservicesbackup]-generated-from-SDK Gene...
  • 6081ae0 bump version (#48971)
  • 2979726 [AutoPR azure-resourcemanager-monitor-slis]-generated-from-SDK Generation - J...
  • 73422f5 Add.mcp.json config for copilot cli (#48969)
  • c7453da Adds CustomItemSerializer to CosmsoRequestContext/CosmosRequestOptions (#48963)
  • 0589b50 Fixes upsertItem to honor Client-Level CustomItemSerializer (#48962)
  • b2d7181 Sync .github directory with azure-sdk-tools for PR 15210 (#48875)
  • d427766 Rename shared skills with azsdk-common- prefix for sync pipeline (#48874)
  • 5c3a2ba [Java] Migrate direct Install-Module calls to use PSModule-Helpers internal f...
  • Additional commits viewable in compare view

Updates com.azure:azure-identity from 1.18.2 to 1.18.3

Commits
  • 94bdae4 Fixing broken links
  • bdb5558 Updating the SDK dependencies for azure-identity-broker
  • 2417a33 Reset changes to the patch version.
  • c094303 Updating the SDK dependencies for azure-identity
  • 36c6eba Reset changes to the patch version.
  • dbb57c4 Add missing @​Azure/azure-java-sdk owners (#48993)
  • 555b864 Increment package versions for core releases (#48983)
  • da7b107 Increment package versions for storagecache releases (#48992)
  • 5ed8574 [AutoPR azure-resourcemanager-storagecache]-generated-from-SDK Generation - J...
  • 7c9c1fb Configurations: 'specification/appconfiguration/resource-manager/Microsoft.A...
  • Additional commits viewable in compare view

Updates io.projectreactor:reactor-core from 3.5.11 to 3.8.5

Release notes

Sourced from io.projectreactor:reactor-core's releases.

v3.8.5

Reactor Core 3.8.5 is part of the 2025.0.5 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.8.4...v3.8.5

v3.8.4

Reactor Core 3.8.4 is part of the 2025.0.4 Release Train.

What's Changed

✨ New features and improvements

📖 Documentation

Full Changelog: reactor/reactor-core@v3.8.3...v3.8.4

v3.8.3

Reactor Core 3.8.3 is part of the 2025.0.3 Release Train.

What's Changed

✨ New features and improvements

Full Changelog: reactor/reactor-core@v3.8.2...v3.8.3

v3.8.2

Reactor Core 3.8.2 is part of the 2025.0.2 Release Train.

What's Changed

✨ New features and improvements

... (truncated)

Commits
  • 35c878d [release] Prepare and release 3.8.5
  • f85c7b3 Merge-ignore release 3.7.18 into 3.8.5
  • bd7be61 [release] Next development version 3.7.19-SNAPSHOT
  • 13a3b3b Depend on Micrometer v1.16.5 (#4238)
  • 2ee0aaf [release] Prepare and release 3.7.18
  • da92ed3 Merge #4232 into 3.8.5
  • 6dc019d Bump byteBuddy from 1.18.7 to 1.18.8 (#4232)
  • 2a22bcc [release] Next development version 3.8.5-SNAPSHOT
  • f6b6ce4 [release] Prepare and release 3.8.4
  • eb83a09 Merge-ignore release 3.7.17 into 3.8.4
  • Additional commits viewable in compare view

Updates org.slf4j:slf4j-api from 2.0.9 to 2.0.18

Updates org.slf4j:slf4j-simple from 2.0.9 to 2.0.18

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.15.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.15.0

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

3.14.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

3.14.0

... (truncated)

Commits
  • 9290cb3 [maven-release-plugin] prepare release maven-compiler-plugin-3.15.0
  • 3657d40 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
  • 7bbf805 Bump plexusCompilerVersion from 2.16.1 to 2.16.2
  • 57fa938 Bump org.apache.maven.plugins:maven-plugins from 46 to 47
  • 385e3f2 Fix Java 25 compatibility during integration tests (#1020)
  • 6b34423 Bump org.apache.maven.plugins:maven-plugins from 45 to 46
  • aaeb9c6 [MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...
  • 6e3db9d Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2
  • 0fe9b84 Remove declaration of "plexus-snapshots" repository (#1010)
  • 35f6800 Bump org.ow2.asm:asm from 9.9 to 9.9.1
  • 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

… 7 updates

Bumps the maven-minor-patch group with 7 updates in the /java/voice-live-quickstarts/ModelQuickstart directory:

| Package | From | To |
| --- | --- | --- |
| [com.azure:azure-ai-voicelive](https://github.com/Azure/azure-sdk-for-java) | `1.0.0-beta.1` | `1.1.0-beta.1` |
| [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) | `1.53.0` | `1.58.0` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.18.2` | `1.18.3` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.5.11` | `3.8.5` |
| org.slf4j:slf4j-api | `2.0.9` | `2.0.18` |
| org.slf4j:slf4j-simple | `2.0.9` | `2.0.18` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.11.0` | `3.15.0` |



Updates `com.azure:azure-ai-voicelive` from 1.0.0-beta.1 to 1.1.0-beta.1
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@core_1.0.0-beta.1...azure-identity_1.1.0-beta.1)

Updates `com.azure:azure-core` from 1.53.0 to 1.58.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.53.0...com.azure+azure-core_1.58.0)

Updates `com.azure:azure-identity` from 1.18.2 to 1.18.3
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@com.azure+azure-identity_1.18.2...com.azure+azure-identity_1.18.3)

Updates `io.projectreactor:reactor-core` from 3.5.11 to 3.8.5
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.5.11...v3.8.5)

Updates `org.slf4j:slf4j-api` from 2.0.9 to 2.0.18

Updates `org.slf4j:slf4j-simple` from 2.0.9 to 2.0.18

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.11.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.11.0...maven-compiler-plugin-3.15.0)

---
updated-dependencies:
- dependency-name: com.azure:azure-ai-voicelive
  dependency-version: 1.1.0-beta.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.azure:azure-core
  dependency-version: 1.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: com.azure:azure-identity
  dependency-version: 1.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: io.projectreactor:reactor-core
  dependency-version: 3.8.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: org.slf4j:slf4j-simple
  dependency-version: 2.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-minor-patch
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-version: 3.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency updates java Pull requests that update java code labels Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants