Skip to content

Commit 8657cf6

Browse files
authored
Update dependencies (#248)
1 parent 0a3ff59 commit 8657cf6

File tree

8 files changed

+23
-28
lines changed

8 files changed

+23
-28
lines changed

build-logic/src/main/kotlin/Kmp.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ fun KotlinMultiplatformExtension.configureKmp(
9191
}
9292
if (withAndroid) {
9393
androidTarget {
94-
publishAllLibraryVariants()
94+
publishLibraryVariants("release", "debug")
9595
}
9696
}
9797

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
22
kotlin-plugin = "2.1.21"
3-
android-plugin = "8.7.0"
4-
apollo = "4.3.1"
3+
android-plugin = "8.12.3"
4+
apollo = "4.3.3"
55
okio = "3.9.0"
6-
atomicfu = "0.23.1" # Must be the same version as the one used by apollo-testing-support or native compilation will fail
6+
atomicfu = "0.26.0" # Must be the same version as the one used by apollo-testing-support or native compilation will fail
77
sqldelight = "2.1.0"
8-
androidx-sqlite = "2.3.1"
8+
androidx-sqlite = "2.6.1"
99
librarian = "0.0.10"
10-
kotlinx-coroutines = "1.9.0"
10+
kotlinx-coroutines = "1.10.2"
1111
copyWebpackPlugin = "9.1.0"
1212
sqlJs = "1.8.0"
1313

@@ -16,34 +16,34 @@ apollo-api = { group = "com.apollographql.apollo", name = "apollo-api", version.
1616
apollo-mpp-utils = { group = "com.apollographql.apollo", name = "apollo-mpp-utils", version.ref = "apollo" }
1717
apollo-testing-support = { group = "com.apollographql.apollo", name = "apollo-testing-support", version.ref = "apollo" }
1818
apollo-runtime = { group = "com.apollographql.apollo", name = "apollo-runtime", version.ref = "apollo" }
19-
apollo-mockserver = "com.apollographql.mockserver:apollo-mockserver:0.1.0"
19+
apollo-mockserver = "com.apollographql.mockserver:apollo-mockserver:0.2.0"
2020
apollo-ast = { group = "com.apollographql.apollo", name = "apollo-ast", version.ref = "apollo" }
2121
apollo-compiler = { group = "com.apollographql.apollo", name = "apollo-compiler", version.ref = "apollo" }
2222
apollo-cache = { group = "com.apollographql.apollo", name = "apollo-normalized-cache", version.ref = "apollo" }
2323
apollo-cache-sqlite = { group = "com.apollographql.apollo", name = "apollo-normalized-cache-sqlite", version.ref = "apollo" }
2424
apollo-plugin = { group = "com.apollographql.apollo", name = "apollo-gradle-plugin", version.ref = "apollo" }
2525
atomicfu-library = { group = "org.jetbrains.kotlinx", name = "atomicfu", version.ref = "atomicfu" }
2626
atomicfu-plugin = { group = "org.jetbrains.kotlinx", name = "atomicfu-gradle-plugin", version.ref = "atomicfu" }
27-
dgp = "com.gradle:develocity-gradle-plugin:4.0.2" # // sync with settings.gradle.kts
27+
dgp = "com.gradle:develocity-gradle-plugin:4.2.2" # // sync with settings.gradle.kts
2828
kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test" } # the Kotlin plugin resolves the version
2929
kotlin-test-junit = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit" } # the Kotlin plugin resolves the version
3030
okio = { group = "com.squareup.okio", name = "okio", version.ref = "okio" }
3131
okio-nodefilesystem = { group = "com.squareup.okio", name = "okio-nodefilesystem", version.ref = "okio" }
32-
uuid = "com.benasher44:uuid:0.8.2"
32+
uuid = "com.benasher44:uuid:0.8.4"
3333
sqldelight-android = { group = "app.cash.sqldelight", name = "android-driver", version.ref = "sqldelight" }
3434
sqldelight-jvm = { group = "app.cash.sqldelight", name = "sqlite-driver", version.ref = "sqldelight" }
3535
sqldelight-native = { group = "app.cash.sqldelight", name = "native-driver", version.ref = "sqldelight" }
3636
sqldelight-webworker = { group = "app.cash.sqldelight", name = "web-worker-driver", version.ref = "sqldelight" }
3737
sqldelight-runtime = { group = "app.cash.sqldelight", name = "runtime", version.ref = "sqldelight" }
38-
truth = "com.google.truth:truth:1.1.3"
39-
turbine = "app.cash.turbine:turbine:1.2.0"
40-
slf4j-nop = "org.slf4j:slf4j-nop:2.0.13"
38+
truth = "com.google.truth:truth:1.4.5"
39+
turbine = "app.cash.turbine:turbine:1.2.1"
40+
slf4j-nop = "org.slf4j:slf4j-nop:2.0.17"
4141
androidx-sqlite = { group = "androidx.sqlite", name = "sqlite", version.ref = "androidx-sqlite" }
4242
androidx-sqlite-framework = { group = "androidx.sqlite", name = "sqlite-framework", version.ref = "androidx-sqlite" }
43-
androidx-startup-runtime = "androidx.startup:startup-runtime:1.1.1"
43+
androidx-startup-runtime = "androidx.startup:startup-runtime:1.2.0"
4444
kotlin-stdlib-js = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-js", version.ref = "kotlin-plugin" }
4545
kotlin-stdlib-wasm-js = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-wasm-js", version.ref = "kotlin-plugin" }
46-
kotlin-poet = { group = "com.squareup", name = "kotlinpoet", version = "1.18.1" }
46+
kotlin-poet = { group = "com.squareup", name = "kotlinpoet", version = "2.2.0" }
4747
kotlin-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin-plugin" }
4848
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" }
4949
librarian = { module = "com.gradleup.librarian:librarian-gradle-plugin", version.ref = "librarian"}

gradle/wrapper/gradle-wrapper.jar

1.83 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum
@@ -115,7 +114,6 @@ case "$( uname )" in #(
115114
NONSTOP* ) nonstop=true ;;
116115
esac
117116

118-
CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
119117

120118

121119
# Determine the Java command to use to start the JVM.
@@ -173,7 +171,6 @@ fi
173171
# For Cygwin or MSYS, switch paths to Windows format before running java
174172
if "$cygwin" || "$msys" ; then
175173
APP_HOME=$( cygpath --path --mixed "$APP_HOME" )
176-
CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" )
177174

178175
JAVACMD=$( cygpath --unix "$JAVACMD" )
179176

@@ -206,15 +203,14 @@ fi
206203
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
207204

208205
# Collect all arguments for the java command:
209-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
206+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
210207
# and any embedded shellness will be escaped.
211208
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
212209
# treated as '${Hostname}' itself on the command line.
213210

214211
set -- \
215212
"-Dorg.gradle.appname=$APP_BASE_NAME" \
216-
-classpath "$CLASSPATH" \
217-
org.gradle.wrapper.GradleWrapperMain \
213+
-jar "$APP_HOME/gradle/wrapper/gradle-wrapper.jar" \
218214
"$@"
219215

220216
# Stop when "xargs" is not available.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,10 @@ goto fail
7070
:execute
7171
@rem Setup the command line
7272

73-
set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
7473

7574

7675
@rem Execute Gradle
77-
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %*
76+
"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %*
7877

7978
:end
8079
@rem End local scope for the variables with windows NT shell

normalized-cache/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("org.jetbrains.kotlin.multiplatform")
3-
id("org.jetbrains.kotlin.plugin.atomicfu")
3+
id("org.jetbrains.kotlinx.atomicfu")
44
}
55

66
lib()

settings.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ pluginManagement {
33
}
44

55
plugins {
6-
id("com.gradle.develocity") version "4.0.2" // sync with libraries.toml
7-
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.3"
6+
id("com.gradle.develocity") version "4.2.2" // sync with libraries.toml
7+
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.4.0"
88
}
99

1010
apply(from = "gradle/repositories.gradle.kts")

0 commit comments

Comments
 (0)