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 org.jetbrains.kotlinx.kover from 0.8.2 to 0.8.3 #10

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions dependencies/classpath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ org.freemarker:freemarker:2.3.32
org.glassfish.jaxb:jaxb-runtime:2.3.2
org.glassfish.jaxb:txw2:2.3.2
org.jdom:jdom2:2.0.6
org.jetbrains.intellij.deps:coverage-report:1.0.23
org.jetbrains.intellij.deps:intellij-coverage-agent:1.0.760
org.jetbrains.intellij.deps:intellij-coverage-reporter:1.0.760
org.jetbrains.intellij.deps:coverage-report:1.0.25
org.jetbrains.intellij.deps:intellij-coverage-agent:1.0.761
org.jetbrains.intellij.deps:intellij-coverage-reporter:1.0.761
org.jetbrains.intellij.deps:trove4j:1.0.20200330
org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin:2.0.0
org.jetbrains.kotlin:kotlin-build-statistics:2.0.0
Expand Down Expand Up @@ -188,7 +188,7 @@ org.jetbrains.kotlin:kotlin-util-io:2.0.0
org.jetbrains.kotlin:kotlin-util-klib:2.0.0
org.jetbrains.kotlinx.atomicfu:org.jetbrains.kotlinx.atomicfu.gradle.plugin:0.25.0
org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin:0.15.0-Beta.3
org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin:0.8.2
org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin:0.8.3
org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.25.0
org.jetbrains.kotlinx:atomicfu-transformer:0.25.0
org.jetbrains.kotlinx:binary-compatibility-validator:0.15.0-Beta.3
Expand All @@ -199,9 +199,9 @@ org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.4.1
org.jetbrains.kotlinx:kotlinx-serialization-core:1.4.1
org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.4.1
org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1
org.jetbrains.kotlinx:kover-features-jvm:0.8.2
org.jetbrains.kotlinx:kover-gradle-plugin:0.8.2
org.jetbrains.kotlinx:kover-jvm-agent:0.8.2
org.jetbrains.kotlinx:kover-features-jvm:0.8.3
org.jetbrains.kotlinx:kover-gradle-plugin:0.8.3
org.jetbrains.kotlinx:kover-jvm-agent:0.8.3
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8.1
org.mozilla:rhino:1.7.10
Expand Down
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 gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android-gradle-plugin = "8.5.0"
# Kotlin code coverage plugin
# https://github.com/Kotlin/kotlinx-kover/releases
# https://mvnrepository.com/artifact/org.jetbrains.kotlinx.kover/org.jetbrains.kotlinx.kover.gradle.plugin
kover = "0.8.2"
kover = "0.8.3"

# AtomicFU: The idiomatic way to use atomic operations in Kotlin
# https://github.com/Kotlin/kotlinx-atomicfu/releases.
Expand Down