Skip to content

Commit

Permalink
build(deps): bump com.guardsquare:proguard-core from 9.1.2 to 9.1.3
Browse files Browse the repository at this point in the history
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](Guardsquare/proguard-core@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Baseline Action committed May 1, 2024
1 parent 6841c61 commit d376855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fluxo-kmp-conf/dependencies/compileClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d376855

Please sign in to comment.