Skip to content

Commit

Permalink
chore(deps): update all dependencies (#3477)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

| datasource     | package                                                                                                                 | from         | to            |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------ | ------------- |
| gradle-version | gradle                                                                                                                  | 8.9          | 8.10          |
| maven          | com.android.library:com.android.library.gradle.plugin                                                                   | 8.5.1        | 8.5.2         |
| maven          | com.gradle.develocity:com.gradle.develocity.gradle.plugin                                                               | 3.17.5       | 3.18          |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                                                           | 2.0.0-1.0.23 | 2.0.10-1.0.24 |
| maven          | com.google.devtools.ksp:symbol-processing-api                                                                           | 2.0.0-1.0.23 | 2.0.10-1.0.24 |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.16.2       | 0.16.3        |
| maven          | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin                                   | 2.0.0        | 2.0.10        |
| maven          | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin                       | 2.0.0        | 2.0.10        |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin                                     | 2.0.0        | 2.0.20        |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                                         | 2.0.0        | 2.0.20        |
| maven          | io.github.classgraph:classgraph                                                                                         | 4.8.174      | 4.8.175       |

* Auto-update API files

* Update libs.versions.toml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
Co-authored-by: Alejandro Serrano <trupill@gmail.com>
  • Loading branch information
3 people committed Aug 23, 2024
1 parent 8d05063 commit a78aa90
Show file tree
Hide file tree
Showing 10 changed files with 8 additions and 44 deletions.
10 changes: 1 addition & 9 deletions arrow-libs/core/arrow-core/api/arrow-core.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,6 @@ open class <#A: kotlin/Any?> arrow.core.raise/RaiseAccumulate : arrow.core.raise
}

sealed class <#A: out kotlin/Any?, #B: out kotlin/Any?> arrow.core/Either { // arrow.core/Either|null[0]
constructor <init>() // arrow.core/Either.<init>|<init>(){}[0]

final fun getOrNone(): arrow.core/Option<#B> // arrow.core/Either.getOrNone|getOrNone(){}[0]
final fun getOrNull(): #B? // arrow.core/Either.getOrNull|getOrNull(){}[0]
final fun isLeft(): kotlin/Boolean // arrow.core/Either.isLeft|isLeft(){}[0]
Expand Down Expand Up @@ -559,8 +557,6 @@ sealed class <#A: out kotlin/Any?, #B: out kotlin/Any?> arrow.core/Either { // a
}

sealed class <#A: out kotlin/Any?, #B: out kotlin/Any?> arrow.core/Ior { // arrow.core/Ior|null[0]
constructor <init>() // arrow.core/Ior.<init>|<init>(){}[0]

final fun getOrNull(): #B? // arrow.core/Ior.getOrNull|getOrNull(){}[0]
final fun isBoth(): kotlin/Boolean // arrow.core/Ior.isBoth|isBoth(){}[0]
final fun isLeft(): kotlin/Boolean // arrow.core/Ior.isLeft|isLeft(){}[0]
Expand Down Expand Up @@ -632,8 +628,6 @@ sealed class <#A: out kotlin/Any?, #B: out kotlin/Any?> arrow.core/Ior { // arro
}

sealed class <#A: out kotlin/Any?> arrow.core/Option { // arrow.core/Option|null[0]
constructor <init>() // arrow.core/Option.<init>|<init>(){}[0]

final fun getOrNull(): #A? // arrow.core/Option.getOrNull|getOrNull(){}[0]
final fun isNone(): kotlin/Boolean // arrow.core/Option.isNone|isNone(){}[0]
final fun isSome(): kotlin/Boolean // arrow.core/Option.isSome|isSome(){}[0]
Expand All @@ -657,9 +651,7 @@ sealed class <#A: out kotlin/Any?> arrow.core/Option { // arrow.core/Option|null
}
}

sealed class arrow.core.raise/RaiseCancellationException : kotlin.coroutines.cancellation/CancellationException { // arrow.core.raise/RaiseCancellationException|null[0]
constructor <init>(kotlin/Any?, arrow.core.raise/Raise<kotlin/Any?>) // arrow.core.raise/RaiseCancellationException.<init>|<init>(kotlin.Any?;arrow.core.raise.Raise<kotlin.Any?>){}[0]
}
sealed class arrow.core.raise/RaiseCancellationException : kotlin.coroutines.cancellation/CancellationException // arrow.core.raise/RaiseCancellationException|null[0]

final object arrow.core/ArrowCoreInternalException : kotlin/RuntimeException // arrow.core/ArrowCoreInternalException|null[0]

Expand Down
2 changes: 0 additions & 2 deletions arrow-libs/core/arrow-eval/api/arrow-eval.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

// Library unique name: <io.arrow-kt:arrow-eval>
sealed class <#A: out kotlin/Any?> arrow.eval/Eval { // arrow.eval/Eval|null[0]
constructor <init>() // arrow.eval/Eval.<init>|<init>(){}[0]

abstract fun memoize(): arrow.eval/Eval<#A> // arrow.eval/Eval.memoize|memoize(){}[0]
abstract fun value(): #A // arrow.eval/Eval.value|value(){}[0]
final fun <#A1: kotlin/Any?> flatMap(kotlin/Function1<#A, arrow.eval/Eval<#A1>>): arrow.eval/Eval<#A1> // arrow.eval/Eval.flatMap|flatMap(kotlin.Function1<1:0,arrow.eval.Eval<0:0>>){0§<kotlin.Any?>}[0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ final class arrow.fx.coroutines/CyclicBarrierCancellationException : kotlin.coro
}

sealed class <#A: out kotlin/Any?, #B: out kotlin/Any?, #C: out kotlin/Any?> arrow.fx.coroutines/Race3 { // arrow.fx.coroutines/Race3|null[0]
constructor <init>() // arrow.fx.coroutines/Race3.<init>|<init>(){}[0]

final inline fun <#A1: kotlin/Any?> fold(kotlin/Function1<#A, #A1>, kotlin/Function1<#B, #A1>, kotlin/Function1<#C, #A1>): #A1 // arrow.fx.coroutines/Race3.fold|fold(kotlin.Function1<1:0,0:0>;kotlin.Function1<1:1,0:0>;kotlin.Function1<1:2,0:0>){0§<kotlin.Any?>}[0]

final class <#A1: kotlin/Any?> First : arrow.fx.coroutines/Race3<#A1, kotlin/Nothing, kotlin/Nothing> { // arrow.fx.coroutines/Race3.First|null[0]
Expand Down Expand Up @@ -106,8 +104,6 @@ sealed class <#A: out kotlin/Any?, #B: out kotlin/Any?, #C: out kotlin/Any?> arr
}

sealed class arrow.fx.coroutines/ExitCase { // arrow.fx.coroutines/ExitCase|null[0]
constructor <init>() // arrow.fx.coroutines/ExitCase.<init>|<init>(){}[0]

final class Cancelled : arrow.fx.coroutines/ExitCase { // arrow.fx.coroutines/ExitCase.Cancelled|null[0]
constructor <init>(kotlin.coroutines.cancellation/CancellationException) // arrow.fx.coroutines/ExitCase.Cancelled.<init>|<init>(kotlin.coroutines.cancellation.CancellationException){}[0]

Expand Down
12 changes: 0 additions & 12 deletions arrow-libs/fx/arrow-fx-stm/api/arrow-fx-stm.api
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,6 @@ public final class arrow/fx/stm/STMKt {

public final class arrow/fx/stm/TArray {
public static final field Companion Larrow/fx/stm/TArray$Companion;
public final fun copy ([Larrow/fx/stm/TVar;)Larrow/fx/stm/TArray;
public static synthetic fun copy$default (Larrow/fx/stm/TArray;[Larrow/fx/stm/TVar;ILjava/lang/Object;)Larrow/fx/stm/TArray;
public fun equals (Ljava/lang/Object;)Z
public fun hashCode ()I
public final fun size ()I
Expand All @@ -143,8 +141,6 @@ public final class arrow/fx/stm/TArrayKt {

public final class arrow/fx/stm/TMVar {
public static final field Companion Larrow/fx/stm/TMVar$Companion;
public final fun copy (Larrow/fx/stm/TVar;)Larrow/fx/stm/TMVar;
public static synthetic fun copy$default (Larrow/fx/stm/TMVar;Larrow/fx/stm/TVar;ILjava/lang/Object;)Larrow/fx/stm/TMVar;
public fun equals (Ljava/lang/Object;)Z
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
Expand All @@ -162,8 +158,6 @@ public final class arrow/fx/stm/TMVarKt {

public final class arrow/fx/stm/TMap {
public static final field Companion Larrow/fx/stm/TMap$Companion;
public final fun copy (Larrow/fx/stm/internal/Hamt;Lkotlin/jvm/functions/Function1;)Larrow/fx/stm/TMap;
public static synthetic fun copy$default (Larrow/fx/stm/TMap;Larrow/fx/stm/internal/Hamt;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Larrow/fx/stm/TMap;
public fun equals (Ljava/lang/Object;)Z
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
Expand All @@ -181,8 +175,6 @@ public final class arrow/fx/stm/TMapKt {

public final class arrow/fx/stm/TQueue {
public static final field Companion Larrow/fx/stm/TQueue$Companion;
public final fun copy (Larrow/fx/stm/TVar;Larrow/fx/stm/TVar;)Larrow/fx/stm/TQueue;
public static synthetic fun copy$default (Larrow/fx/stm/TQueue;Larrow/fx/stm/TVar;Larrow/fx/stm/TVar;ILjava/lang/Object;)Larrow/fx/stm/TQueue;
public fun equals (Ljava/lang/Object;)Z
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
Expand All @@ -198,8 +190,6 @@ public final class arrow/fx/stm/TQueueKt {

public final class arrow/fx/stm/TSemaphore {
public static final field Companion Larrow/fx/stm/TSemaphore$Companion;
public final fun copy (Larrow/fx/stm/TVar;)Larrow/fx/stm/TSemaphore;
public static synthetic fun copy$default (Larrow/fx/stm/TSemaphore;Larrow/fx/stm/TVar;ILjava/lang/Object;)Larrow/fx/stm/TSemaphore;
public fun equals (Ljava/lang/Object;)Z
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
Expand All @@ -215,8 +205,6 @@ public final class arrow/fx/stm/TSemaphoreKt {

public final class arrow/fx/stm/TSet {
public static final field Companion Larrow/fx/stm/TSet$Companion;
public final fun copy (Larrow/fx/stm/internal/Hamt;Lkotlin/jvm/functions/Function1;)Larrow/fx/stm/TSet;
public static synthetic fun copy$default (Larrow/fx/stm/TSet;Larrow/fx/stm/internal/Hamt;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Larrow/fx/stm/TSet;
public fun equals (Ljava/lang/Object;)Z
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
Expand Down
6 changes: 0 additions & 6 deletions arrow-libs/fx/arrow-fx-stm/api/arrow-fx-stm.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ abstract interface arrow.fx.stm/STM { // arrow.fx.stm/STM|null[0]
}

final class <#A: kotlin/Any?, #B: kotlin/Any?> arrow.fx.stm/TMap { // arrow.fx.stm/TMap|null[0]
final fun copy(arrow.fx.stm.internal/Hamt<kotlin/Pair<#A, #B>> = ..., kotlin/Function1<#A, kotlin/Int> = ...): arrow.fx.stm/TMap<#A, #B> // arrow.fx.stm/TMap.copy|copy(arrow.fx.stm.internal.Hamt<kotlin.Pair<1:0,1:1>>;kotlin.Function1<1:0,kotlin.Int>){}[0]
final fun equals(kotlin/Any?): kotlin/Boolean // arrow.fx.stm/TMap.equals|equals(kotlin.Any?){}[0]
final fun hashCode(): kotlin/Int // arrow.fx.stm/TMap.hashCode|hashCode(){}[0]
final fun toString(): kotlin/String // arrow.fx.stm/TMap.toString|toString(){}[0]
Expand All @@ -80,7 +79,6 @@ final class <#A: kotlin/Any?, #B: kotlin/Any?> arrow.fx.stm/TMap { // arrow.fx.s
}

final class <#A: kotlin/Any?> arrow.fx.stm/TArray { // arrow.fx.stm/TArray|null[0]
final fun copy(kotlin/Array<arrow.fx.stm/TVar<#A>> = ...): arrow.fx.stm/TArray<#A> // arrow.fx.stm/TArray.copy|copy(kotlin.Array<arrow.fx.stm.TVar<1:0>>){}[0]
final fun equals(kotlin/Any?): kotlin/Boolean // arrow.fx.stm/TArray.equals|equals(kotlin.Any?){}[0]
final fun hashCode(): kotlin/Int // arrow.fx.stm/TArray.hashCode|hashCode(){}[0]
final fun size(): kotlin/Int // arrow.fx.stm/TArray.size|size(){}[0]
Expand All @@ -95,7 +93,6 @@ final class <#A: kotlin/Any?> arrow.fx.stm/TArray { // arrow.fx.stm/TArray|null[
}

final class <#A: kotlin/Any?> arrow.fx.stm/TMVar { // arrow.fx.stm/TMVar|null[0]
final fun copy(arrow.fx.stm/TVar<arrow.fx.stm/Option<#A>> = ...): arrow.fx.stm/TMVar<#A> // arrow.fx.stm/TMVar.copy|copy(arrow.fx.stm.TVar<arrow.fx.stm.Option<1:0>>){}[0]
final fun equals(kotlin/Any?): kotlin/Boolean // arrow.fx.stm/TMVar.equals|equals(kotlin.Any?){}[0]
final fun hashCode(): kotlin/Int // arrow.fx.stm/TMVar.hashCode|hashCode(){}[0]
final fun toString(): kotlin/String // arrow.fx.stm/TMVar.toString|toString(){}[0]
Expand All @@ -107,7 +104,6 @@ final class <#A: kotlin/Any?> arrow.fx.stm/TMVar { // arrow.fx.stm/TMVar|null[0]
}

final class <#A: kotlin/Any?> arrow.fx.stm/TQueue { // arrow.fx.stm/TQueue|null[0]
final fun copy(arrow.fx.stm/TVar<arrow.fx.stm/PList<#A>> = ..., arrow.fx.stm/TVar<arrow.fx.stm/PList<#A>> = ...): arrow.fx.stm/TQueue<#A> // arrow.fx.stm/TQueue.copy|copy(arrow.fx.stm.TVar<arrow.fx.stm.PList<1:0>>;arrow.fx.stm.TVar<arrow.fx.stm.PList<1:0>>){}[0]
final fun equals(kotlin/Any?): kotlin/Boolean // arrow.fx.stm/TQueue.equals|equals(kotlin.Any?){}[0]
final fun hashCode(): kotlin/Int // arrow.fx.stm/TQueue.hashCode|hashCode(){}[0]
final fun toString(): kotlin/String // arrow.fx.stm/TQueue.toString|toString(){}[0]
Expand All @@ -118,7 +114,6 @@ final class <#A: kotlin/Any?> arrow.fx.stm/TQueue { // arrow.fx.stm/TQueue|null[
}

final class <#A: kotlin/Any?> arrow.fx.stm/TSet { // arrow.fx.stm/TSet|null[0]
final fun copy(arrow.fx.stm.internal/Hamt<#A> = ..., kotlin/Function1<#A, kotlin/Int> = ...): arrow.fx.stm/TSet<#A> // arrow.fx.stm/TSet.copy|copy(arrow.fx.stm.internal.Hamt<1:0>;kotlin.Function1<1:0,kotlin.Int>){}[0]
final fun equals(kotlin/Any?): kotlin/Boolean // arrow.fx.stm/TSet.equals|equals(kotlin.Any?){}[0]
final fun hashCode(): kotlin/Int // arrow.fx.stm/TSet.hashCode|hashCode(){}[0]
final fun toString(): kotlin/String // arrow.fx.stm/TSet.toString|toString(){}[0]
Expand All @@ -144,7 +139,6 @@ final class arrow.fx.stm.internal/BlockedIndefinitely : kotlin/Throwable { // ar
}

final class arrow.fx.stm/TSemaphore { // arrow.fx.stm/TSemaphore|null[0]
final fun copy(arrow.fx.stm/TVar<kotlin/Int> = ...): arrow.fx.stm/TSemaphore // arrow.fx.stm/TSemaphore.copy|copy(arrow.fx.stm.TVar<kotlin.Int>){}[0]
final fun equals(kotlin/Any?): kotlin/Boolean // arrow.fx.stm/TSemaphore.equals|equals(kotlin.Any?){}[0]
final fun hashCode(): kotlin/Int // arrow.fx.stm/TSemaphore.hashCode|hashCode(){}[0]
final fun toString(): kotlin/String // arrow.fx.stm/TSemaphore.toString|toString(){}[0]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ final class arrow.resilience/CircuitBreaker { // arrow.resilience/CircuitBreaker
}

sealed class OpeningStrategy { // arrow.resilience/CircuitBreaker.OpeningStrategy|null[0]
constructor <init>() // arrow.resilience/CircuitBreaker.OpeningStrategy.<init>|<init>(){}[0]

final class Count : arrow.resilience/CircuitBreaker.OpeningStrategy { // arrow.resilience/CircuitBreaker.OpeningStrategy.Count|null[0]
constructor <init>(kotlin/Int, kotlin/Int = ...) // arrow.resilience/CircuitBreaker.OpeningStrategy.Count.<init>|<init>(kotlin.Int;kotlin.Int){}[0]

Expand Down Expand Up @@ -99,8 +97,6 @@ final class arrow.resilience/CircuitBreaker { // arrow.resilience/CircuitBreaker
}

sealed class State { // arrow.resilience/CircuitBreaker.State|null[0]
constructor <init>() // arrow.resilience/CircuitBreaker.State.<init>|<init>(){}[0]

abstract val openingStrategy // arrow.resilience/CircuitBreaker.State.openingStrategy|{}openingStrategy[0]
abstract fun <get-openingStrategy>(): arrow.resilience/CircuitBreaker.OpeningStrategy // arrow.resilience/CircuitBreaker.State.openingStrategy.<get-openingStrategy>|<get-openingStrategy>(){}[0]

Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
animalSniffer = "1.7.1"
arrowGradleConfig = "0.12.0-rc.24"
coroutines = "1.8.1"
classgraph = "4.8.174"
classgraph = "4.8.175"
dokka = "1.9.20"
kotest = "5.9.1"
kover = "0.8.3"
kotlin = "2.0.0"
kotlinBinaryCompatibilityValidator = "0.16.2"
kotlin = "2.0.20"
kotlinBinaryCompatibilityValidator = "0.16.3"
kotlinCompileTesting = "0.5.1"
knit = "0.5.0"
kspVersion = "2.0.0-1.0.23"
kspVersion = "2.0.20-1.0.24"
kotlinxSerialization = "1.7.1"
mockWebServer = "4.12.0"
retrofit = "2.11.0"
moshi = "1.15.1"
spotlessVersion = "6.25.0"
compose = "1.6.8"
composePlugin = "1.6.11"
agp = "8.5.1"
agp = "8.5.2"
android-compileSdk = "34"
cache4k = "0.13.0"
publish="0.29.0"
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id("com.gradle.develocity") version "3.17.5"
id("com.gradle.develocity") version "3.18"
id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0")
}

Expand Down

0 comments on commit a78aa90

Please sign in to comment.