From 62b4a6ec86b88a496ce91e3a13a5bcf1df0fc17d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 09:35:49 +0000 Subject: [PATCH] build(deps): Bump the all group across 1 directory with 2 updates Bumps the all group with 2 updates in the / directory: com.google.protobuf:protobuf-java-util and [org.jetbrains.compose](https://github.com/JetBrains/compose-jb). Updates `com.google.protobuf:protobuf-java-util` from 4.33.2 to 4.33.4 Updates `org.jetbrains.compose` from 1.9.3 to 1.10.0 - [Release notes](https://github.com/JetBrains/compose-jb/releases) - [Changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/compose-jb/compare/v1.9.3...v1.10.0) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.33.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jetbrains.compose dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cedd60c..ad2c81a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] androidx-lifecycle = "2.9.6" -compose-multiplatform = "1.9.3" +compose-multiplatform = "1.10.0" gradleWrapperUpgrade = "0.12" kotlin = "2.3.0" kotlinx-coroutines = "1.10.2" @@ -9,7 +9,7 @@ protobuf = "4.32.1" protobufPlugin = "0.9.6" spotless = "8.1.0" kotlinSerializationJson = "1.9.0" -protobufJavaUtil = "4.33.2" +protobufJavaUtil = "4.33.4" protoDefinitions = "0.6.1" [libraries]