From 60daf4842ac41765e1bfdbfc7acab7b75cc16a8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 21:14:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Gradle=20dependen?= =?UTF-8?q?cies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle.kts | 2 +- build.gradle.kts | 4 ++-- gradle/libs.versions.toml | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 4 ++-- gradlew.bat | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b425356..473e5f7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -367,7 +367,7 @@ dependencies { testImplementation(kotlin("test-junit")) testImplementation(libs.coroutines.test) testImplementation(libs.robolectric) - testImplementation("net.java.dev.jna:jna:5.19.0") + testImplementation("net.java.dev.jna:jna:5.19.1") androidTestImplementation(platform(libs.compose.bom)) androidTestImplementation(libs.androidx.test.ext) diff --git a/build.gradle.kts b/build.gradle.kts index c1c6e7c..3903d81 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,8 +3,8 @@ plugins { } val forcedDependencies = listOf( - "com.google.protobuf:protobuf-java:4.35.0", - "com.google.protobuf:protobuf-kotlin:4.35.0", + "com.google.protobuf:protobuf-java:4.35.1", + "com.google.protobuf:protobuf-kotlin:4.35.1", "io.netty:netty-codec:4.2.15.Final", "io.netty:netty-codec-http:4.2.15.Final", "io.netty:netty-codec-http2:4.2.15.Final", diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f420c46..576dc6a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,11 +2,11 @@ agp = "9.2.1" kotlin = "2.4.0" ksp = "2.3.9" -coreKtx = "1.18.0" +coreKtx = "1.19.0" coroutines = "1.11.0" -composeBom = "2026.05.01" +composeBom = "2026.06.01" activityCompose = "1.13.0" -lifecycleRuntimeKtx = "2.10.0" +lifecycleRuntimeKtx = "2.11.0" room = "2.8.4" datastore = "1.2.1" robolectric = "4.16.1" @@ -14,7 +14,7 @@ junit4 = "4.13.2" androidxTestExt = "1.3.0" espressoCore = "3.7.0" material = "1.14.0" -jna = "5.19.0" +jna = "5.19.1" browser = "1.10.0" [libraries] diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df6a6ad..a9db115 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/gradlew b/gradlew index b9bb139..249efbb 100755 --- a/gradlew +++ b/gradlew @@ -20,7 +20,7 @@ ############################################################################## # -# Gradle start up script for POSIX generated by Gradle. +# gradlew start up script for POSIX generated by Gradle. # # Important for running: # @@ -29,7 +29,7 @@ # bash, then to run this script, type that shell name before the whole # command line, like: # -# ksh Gradle +# ksh gradlew # # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: diff --git a/gradlew.bat b/gradlew.bat index aa5f10b..8508ef6 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -19,7 +19,7 @@ @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem -@rem Gradle startup script for Windows +@rem gradlew startup script for Windows @rem @rem ########################################################################## @@ -72,7 +72,7 @@ echo location of your Java installation. 1>&2 -@rem Execute Gradle +@rem Execute gradlew @rem endlocal doesn't take effect until after the line is parsed and variables are expanded @rem which allows us to clear the local environment before executing the java command endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel