Skip to content

Commit

Permalink
build(deps): bump com.github.gmazzo.buildconfig from 5.3.5 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps com.github.gmazzo.buildconfig from 5.3.5 to 5.4.0.

---
updated-dependencies:
- dependency-name: com.github.gmazzo.buildconfig
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and Baseline Action committed Aug 1, 2024
1 parent c9efba1 commit c559476
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fluxo-kmp-conf/dependencies/compileClasspath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ com.dropbox.dependency-guard:com.dropbox.dependency-guard.gradle.plugin:0.5.0
com.dropbox.dependency-guard:dependency-guard:0.5.0
com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.51.0
com.github.ben-manes:gradle-versions-plugin:0.51.0
com.github.gmazzo.buildconfig:com.github.gmazzo.buildconfig.gradle.plugin:5.3.5
com.github.gmazzo.buildconfig:plugin:5.3.5
com.github.gmazzo.buildconfig:com.github.gmazzo.buildconfig.gradle.plugin:5.4.0
com.github.gmazzo.buildconfig:plugin:5.4.0
com.google.code.findbugs:jsr305:3.0.2
com.google.devtools.ksp:symbol-processing-gradle-plugin:2.0.0-1.0.22
com.google.errorprone:error_prone_annotations:2.26.1
Expand Down
38 changes: 37 additions & 1 deletion fluxo-kmp-conf/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.6.0-alpha05" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-alpha05)" variant="all" version="8.6.0-alpha05">
<issues format="6" by="lint 8.6.0-alpha08" type="baseline" client="gradle" dependencies="false" name="AGP (8.6.0-alpha08)" variant="all" version="8.6.0-alpha08">

<issue
id="StopShip"
Expand All @@ -10,4 +10,40 @@
column="33"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.6.0-alpha08 is available: 8.6.0-beta02">
<location
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
line="102"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.6.0-alpha08 is available: 8.6.0-beta02">
<location
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
line="102"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.tools.build:gradle than 8.6.0-alpha08 is available: 8.6.0-beta02">
<location
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
line="102"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.tools.build:gradle than 8.6.0-alpha08 is available: 8.6.0-beta02">
<location
file="$HOME/work/fluxo-kmp-conf/fluxo-kmp-conf/gradle/libs.versions.toml"
line="102"
column="25"/>
</issue>

</issues>
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ module-dependency-graph = { id = "com.savvasdalkitsis.module-dependency-graph",
# Generating BuildConstants for any kind of project
# https://github.com/gmazzo/gradle-buildconfig-plugin/releases
# https://plugins.gradle.org/plugin/com.github.gmazzo.buildconfig
build-config = { id = "com.github.gmazzo.buildconfig", version = "5.3.5" }
build-config = { id = "com.github.gmazzo.buildconfig", version = "5.4.0" }

# Resolve all dependencies used in a Gradle module, with associated license and further information.
# https://github.com/mikepenz/AboutLibraries/releases
Expand Down

0 comments on commit c559476

Please sign in to comment.