Skip to content

Commit 0298d40

Browse files
Update dependency org.jetbrains.kotlinx:kover-maven-plugin to v0.9.1 (#57)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.jetbrains.kotlinx:kover-maven-plugin](https://redirect.github.com/Kotlin/kotlinx-kover) | `0.9.0` -> `0.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx:kover-maven-plugin/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.jetbrains.kotlinx:kover-maven-plugin/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.jetbrains.kotlinx:kover-maven-plugin/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx:kover-maven-plugin/0.9.0/0.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>Kotlin/kotlinx-kover (org.jetbrains.kotlinx:kover-maven-plugin)</summary> ### [`v0.9.1`](https://redirect.github.com/Kotlin/kotlinx-kover/blob/HEAD/CHANGELOG.md#091--2025-01-08) [Compare Source](https://redirect.github.com/Kotlin/kotlinx-kover/compare/v0.9.0...v0.9.1) \=================== #### Kover Gradle Plugin ##### Features - [`#714`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/714) Added ability to specify inclusion filter for source sets ##### Bugfixes - [`#716`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/716) Fixed Gradle 9.0 migration issue - [`#721`](https://redirect.github.com/Kotlin/kotlinx-kover/issues/721) Fixed creation of Kover Agent arguments file </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kpavlov/langchain4j-kotlin). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 148290f commit 0298d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
<plugin>
205205
<groupId>org.jetbrains.kotlinx</groupId>
206206
<artifactId>kover-maven-plugin</artifactId>
207-
<version>0.9.0</version>
207+
<version>0.9.1</version>
208208
<extensions>true</extensions>
209209
</plugin>
210210
<plugin>

0 commit comments

Comments
 (0)