Skip to content

Commit

Permalink
build(deps): bump com.gradle.enterprise from 3.16.2 to 3.17.6
Browse files Browse the repository at this point in the history
Bumps com.gradle.enterprise from 3.16.2 to 3.17.6.

---
updated-dependencies:
- dependency-name: com.gradle.enterprise
  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 09d8477 commit 62df6ad
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
2 changes: 2 additions & 0 deletions fluxo-io-rad/detekt-baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
<ID>ForbiddenComment:RandomAccessFileRad.kt$// TODO: Try to avoiding the excessive `filePointer` usages.</ID>
<ID>ForbiddenComment:ReflectionUtils.kt$// TODO: Complex search as for dynamic methods ?</ID>
<ID>ForbiddenComment:StreamFactoryRad.kt$// FIXME: Use own BufferedInputStream heir to gain better random access performance?</ID>
<ID>NoNameShadowing:RandomAccessDataByteBufferTest.kt$RadByteBufferAccessorTest.Companion${ it.put(BYTES).flipCompat() }</ID>
<ID>UnnecessaryAbstractClass:AbstractRandomAccessDataTest.kt$AbstractRandomAccessDataTest$AbstractRandomAccessDataTest</ID>
</CurrentIssues>
</SmellBaseline>
31 changes: 31 additions & 0 deletions fluxo-io-rad/lint-baseline.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<issues format="6" by="lint 8.6.0-alpha08" type="baseline" client="gradle" dependencies="false" name="AGP (8.5.0)" variant="all" version="8.6.0-alpha08">

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.0 is available: 8.5.1">
<location
file="$HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
line="43"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.0 is available: 8.5.1">
<location
file="$HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
line="43"
column="25"/>
</issue>

<issue
id="AndroidGradlePluginVersion"
message="A newer version of com.android.library than 8.5.0 is available: 8.5.1">
<location
file="$HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
line="43"
column="25"/>
</issue>

</issues>
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pluginManagement {

plugins {
// https://plugins.gradle.org/plugin/com.gradle.enterprise
id("com.gradle.enterprise") version "3.16.2"
id("com.gradle.enterprise") version "3.17.6"
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 62df6ad

Please sign in to comment.