Skip to content

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

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/voice-live-universal-assistant/java/maven-minor-patch-6fa024d762
Open

chore(deps): bump the maven-minor-patch group across 1 directory with 4 updates#272
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/voice-live-universal-assistant/java/maven-minor-patch-6fa024d762

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 4 updates in the /voice-live-universal-assistant/java directory: org.springframework.boot:spring-boot-starter-parent, com.azure:azure-ai-voicelive, com.azure:azure-identity and com.azure:azure-core.

Updates org.springframework.boot:spring-boot-starter-parent from 3.3.6 to 3.5.14

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.5.14

🐞 Bug Fixes

  • ApplicationPidFileWriter does not handle symlinks correctly #50173
  • RandomValuePropertySource is not suitable for secrets #50172
  • Cassandra auto-configuration misconfigures CqlSessionBuilder #50171
  • ApplicationTemp does not handle symlinks correctly #50170
  • Remote DevTools performs comparison incorrectly #50169
  • spring.rabbitmq.ssl.verify-hostname is applied inconsistently #50168
  • EnversRevisionRepositoriesRegistrar should reuse @EnableEnversRepositories rather than configuring the JPA counterpart #50035
  • Annotations like @Ssl don't work on @Bean methods when using @ServiceConnection #50033
  • Whole number values are ignored when configuring min and max expected values and SLO boundaries for a distribution summary meter #50021
  • WebFlux Cloud Foundry links endpoint includes query string from received request in resolved links #50008
  • 500 response from env endpoint when supplied pattern is invalid #49942
  • HTTP method is lost when configuring excludes in EndpointRequest #49885
  • Docker Compose support doesn't work with apache/artemis image #49865
  • Honor HttpMethod for reactive additional endpoint paths #49864
  • Docker Compose support doesn't work with apache/activemq image #49863
  • Imports on a containing test class are ignored when a nested class has imports #49860

📔 Documentation

  • Link to the observability section of the Lettuce documentation is broken #50092
  • Javadoc for StaticResourceLocation.FAVICON doesn't describe icons location #50083
  • MySamlRelyingPartyConfiguration is missing a Kotlin sample #50023
  • Incorrect default value for management.httpexchanges.recording.include in configuration metadata #50010
  • Link to the Kubernetes documentation when discussing startup probes #50007
  • Update docs to encourage Java fundamentals for beginners that prefer to learn that way #49895
  • Clarify that configuration property default values are not available through the Environment #49835

🔨 Dependency Upgrades

... (truncated)

Commits
  • 7d7b3ac Release v3.5.14
  • 9dc5aa2 Polish
  • f533a45 Do not follow symlinks when writing PID file
  • f3b8eb0 Use SecureRandom in RandomValuePropertySource
  • e22083a Enable hostname verification for SSL connections to Cassandra
  • 5ceb1a2 Improve ApplicationTemp's temporary directory creation
  • 4b0862c Use constant-time comparison for remote DevTools secret
  • e4febe2 Apply verify-hostname consistently
  • 2c2ffe5 Fix Windows test failure
  • 0046a44 Protect against corrupt buildpack archives
  • Additional commits viewable in compare view

Updates com.azure:azure-ai-voicelive from 1.0.0-beta.5 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-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 com.azure:azure-core from 1.55.3 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

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

… 4 updates

Bumps the maven-minor-patch group with 4 updates in the /voice-live-universal-assistant/java directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [com.azure:azure-ai-voicelive](https://github.com/Azure/azure-sdk-for-java), [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) and [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java).


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.3.6 to 3.5.14
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.6...v3.5.14)

Updates `com.azure:azure-ai-voicelive` from 1.0.0-beta.5 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.5...azure-identity_1.1.0-beta.1)

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 `com.azure:azure-core` from 1.55.3 to 1.58.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.55.3...com.azure+azure-core_1.58.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-version: 3.5.14
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-minor-patch
- 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-identity
  dependency-version: 1.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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
...

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