From d3768555a949e5d29080204a9125bf71638844d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 04:34:03 +0000 Subject: [PATCH] build(deps): bump com.guardsquare:proguard-core from 9.1.2 to 9.1.3 Bumps [com.guardsquare:proguard-core](https://github.com/Guardsquare/proguard-core) from 9.1.2 to 9.1.3. - [Release notes](https://github.com/Guardsquare/proguard-core/releases) - [Commits](https://github.com/Guardsquare/proguard-core/compare/v9.1.2...v9.1.3) --- updated-dependencies: - dependency-name: com.guardsquare:proguard-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- fluxo-kmp-conf/dependencies/compileClasspath.txt | 3 ++- gradle/libs.versions.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fluxo-kmp-conf/dependencies/compileClasspath.txt b/fluxo-kmp-conf/dependencies/compileClasspath.txt index a56e7121..eb6a316a 100644 --- a/fluxo-kmp-conf/dependencies/compileClasspath.txt +++ b/fluxo-kmp-conf/dependencies/compileClasspath.txt @@ -32,7 +32,7 @@ com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.2.1 com.gradle.publish:plugin-publish-plugin:1.2.1 com.gradle:gradle-enterprise-gradle-plugin:3.16.2 com.guardsquare:proguard-base:7.4.2 -com.guardsquare:proguard-core:9.1.2 +com.guardsquare:proguard-core:9.1.3 com.guardsquare:proguard-gradle:7.4.2 com.louiscad.complete-kotlin:com.louiscad.complete-kotlin.gradle.plugin:1.1.0 com.louiscad.complete-kotlin:plugin:1.1.0 @@ -76,6 +76,7 @@ org.jetbrains.kotlin:kotlin-gradle-plugin-api:1.9.23 org.jetbrains.kotlin:kotlin-gradle-plugin-model:1.9.23 org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23 org.jetbrains.kotlin:kotlin-gradle-plugins-bom:1.9.23 +org.jetbrains.kotlin:kotlin-metadata-jvm:2.0.0-RC1 org.jetbrains.kotlin:kotlin-native-utils:1.9.23 org.jetbrains.kotlin:kotlin-project-model:1.9.23 org.jetbrains.kotlin:kotlin-sam-with-receiver:1.9.23 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 20194b6b..42044db2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -129,7 +129,7 @@ proguard = "7.4.2" # ProGuardCORE, library to read, analyze, modify, and write JVM class files. # https://github.com/Guardsquare/proguard-core/releases # https://mvnrepository.com/artifact/com.guardsquare/proguard-core. -proguard-core = "9.1.2" +proguard-core = "9.1.3" # Kotlin JVM metadata manipulation library. # Used by ProGuardCORE.