diff --git a/buildscript-gradle.lockfile b/buildscript-gradle.lockfile index 520da29..35ca4d8 100644 --- a/buildscript-gradle.lockfile +++ b/buildscript-gradle.lockfile @@ -1,8 +1,8 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.44.0=classpath -com.github.ben-manes:gradle-versions-plugin:0.44.0=classpath +com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.46.0=classpath +com.github.ben-manes:gradle-versions-plugin:0.46.0=classpath com.squareup.moshi:moshi-kotlin:1.12.0=classpath com.squareup.moshi:moshi:1.12.0=classpath com.squareup.okhttp3:okhttp:4.9.3=classpath diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 022aae4..6a374d8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,4 +13,4 @@ kotest-property = { module = "io.kotest:kotest-property", version.ref = "kotest" [plugins] dokka = "org.jetbrains.dokka:1.8.10" kover = "org.jetbrains.kotlinx.kover:0.6.1" -versions = "com.github.ben-manes.versions:0.44.0" +versions = "com.github.ben-manes.versions:0.46.0"