Skip to content

Commit bcb01b1

Browse files
Bump org.jetbrains.dokka:dokka-maven-plugin from 2.0.0 to 2.1.0
Bumps [org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 44ec5f4 commit bcb01b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<compiler-plugin.version>${version.compiler.plugin}</compiler-plugin.version>
2323
<kotlin.version>2.2.20</kotlin.version>
2424
<ksp-gradle-plugin.version>2.2.10-2.0.2</ksp-gradle-plugin.version> <!-- Kotlin Symbol Processing plugin used in a test -->
25-
<dokka.version>2.0.0</dokka.version>
25+
<dokka.version>2.1.0</dokka.version>
2626
<scala.version>2.13.12</scala.version>
2727
<scala-maven-plugin.version>4.9.6</scala-maven-plugin.version>
2828
<!-- not pretty but this is used in the codestarts and we don't want to break compatibility -->

0 commit comments

Comments
 (0)