Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump com.gradle.enterprise from 3.16.2 to 3.17.5 #64

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions fluxo-kmp-conf/dependencies/compileClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ com.google.guava:failureaccess:1.0.2
com.google.guava:guava:33.2.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:3.0.0
com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.16.2
com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17.5
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.gradle:develocity-gradle-plugin:3.17.5
com.gradle:gradle-enterprise-gradle-plugin:3.17.5
com.guardsquare:proguard-base:7.5.0
com.guardsquare:proguard-core:9.1.4
com.guardsquare:proguard-gradle:7.5.0
Expand Down
1 change: 1 addition & 0 deletions fluxo-kmp-conf/detekt-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<ID>AvoidFirstOrLastOnList:ParseJvmApiDump.kt$last</ID>
<ID>AvoidFirstOrLastOnList:SetupJvmCompatibility.kt$first</ID>
<ID>AvoidFirstOrLastOnList:ShrinkerReflectiveCaller.kt$ShrinkerReflectiveCaller$first</ID>
<ID>CompilerWarning:BuildScanPlugin.kt$BuildScanExtension</ID>
<ID>CompilerWarning:DependencyAnalysisPlugin.kt$configureExtension</ID>
<ID>CompilerWarning:FkcSetupIdeaPlugin.kt$configureExtension</ID>
<ID>CompilerWarning:KotlinJsUtils.kt$compilerOptions</ID>
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ gradle-plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" }
# https://scans.gradle.com/plugin/
# https://plugins.gradle.org/plugin/com.gradle.enterprise
# NOTE: Don't forget to edit version in all `settings.gradle.kts` files as well!
gradle-enterprise = { id = "com.gradle.enterprise", version = "3.16.2" }
gradle-enterprise = { id = "com.gradle.enterprise", version = "3.17.5" }

# Gradle Versions Plugin: provides a task to determine, which dependencies have updates.
# https://github.com/ben-manes/gradle-versions-plugin/releases
Expand Down
2 changes: 1 addition & 1 deletion self/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.enterprise") version "3.17.5"
}

dependencyResolutionManagement {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pluginManagement {
// https://github.com/ZacSweers/CatchUp/blob/f1cb33f62e5f8b49825ac27f89a954f7f23f41ac/settings.gradle.kts#L92

plugins {
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.enterprise") version "3.17.5"
}

dependencyResolutionManagement {
Expand Down