Skip to content

Commit 62df6ad

Browse files
dependabot[bot]Baseline Action
authored and
Baseline Action
committed
build(deps): bump com.gradle.enterprise from 3.16.2 to 3.17.6
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] <support@github.com>
1 parent 09d8477 commit 62df6ad

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

fluxo-io-rad/detekt-baseline.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
<ID>ForbiddenComment:RandomAccessFileRad.kt$// TODO: Try to avoiding the excessive `filePointer` usages.</ID>
88
<ID>ForbiddenComment:ReflectionUtils.kt$// TODO: Complex search as for dynamic methods ?</ID>
99
<ID>ForbiddenComment:StreamFactoryRad.kt$// FIXME: Use own BufferedInputStream heir to gain better random access performance?</ID>
10+
<ID>NoNameShadowing:RandomAccessDataByteBufferTest.kt$RadByteBufferAccessorTest.Companion${ it.put(BYTES).flipCompat() }</ID>
11+
<ID>UnnecessaryAbstractClass:AbstractRandomAccessDataTest.kt$AbstractRandomAccessDataTest$AbstractRandomAccessDataTest</ID>
1012
</CurrentIssues>
1113
</SmellBaseline>

fluxo-io-rad/lint-baseline.xml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
3+
4+
<issue
5+
id="AndroidGradlePluginVersion"
6+
message="A newer version of com.android.library than 8.5.0 is available: 8.5.1">
7+
<location
8+
file="$HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
9+
line="43"
10+
column="25"/>
11+
</issue>
12+
13+
<issue
14+
id="AndroidGradlePluginVersion"
15+
message="A newer version of com.android.library than 8.5.0 is available: 8.5.1">
16+
<location
17+
file="$HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
18+
line="43"
19+
column="25"/>
20+
</issue>
21+
22+
<issue
23+
id="AndroidGradlePluginVersion"
24+
message="A newer version of com.android.library than 8.5.0 is available: 8.5.1">
25+
<location
26+
file="$HOME/work/fluxo-io/fluxo-io/gradle/libs.versions.toml"
27+
line="43"
28+
column="25"/>
29+
</issue>
30+
31+
</issues>

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pluginManagement {
2424

2525
plugins {
2626
// https://plugins.gradle.org/plugin/com.gradle.enterprise
27-
id("com.gradle.enterprise") version "3.16.2"
27+
id("com.gradle.enterprise") version "3.17.6"
2828
}
2929

3030
dependencyResolutionManagement {

0 commit comments

Comments
 (0)