Skip to content

Commit 2437140

Browse files
Bump the maven-dependencies group with 2 updates
Bumps the maven-dependencies group with 2 updates: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) and [org.jetbrains.dokka:dokka-maven-plugin](https://github.com/Kotlin/dokka). Updates `org.springframework.boot:spring-boot-starter-parent` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1) Updates `org.jetbrains.dokka:dokka-maven-plugin` from 1.9.20 to 2.0.0 - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](Kotlin/dokka@v1.9.20...v2.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.jetbrains.dokka:dokka-maven-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9c83ba2 commit 2437140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
<parent>
3232
<groupId>org.springframework.boot</groupId>
3333
<artifactId>spring-boot-starter-parent</artifactId>
34-
<version>3.4.0</version>
34+
<version>3.4.1</version>
3535
</parent>
3636

3737
<properties>
3838
<java.version>11</java.version>
3939
<axon.version>4.10.4</axon.version>
4040
<kotlin.version>2.1.0</kotlin.version>
41-
<dokka.version>1.9.20</dokka.version>
41+
<dokka.version>2.0.0</dokka.version>
4242
</properties>
4343

4444
<modules>

0 commit comments

Comments
 (0)