Skip to content

Commit

Permalink
Bump the maven-dependencies group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
Bumps the maven-dependencies group with 4 updates in the / directory: [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot), [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release), org.jetbrains.kotlin:kotlin-maven-allopen and org.jetbrains.kotlin:kotlin-maven-plugin.


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.2.5 to 3.3.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.5...v3.3.1)

Updates `org.springframework.cloud:spring-cloud-dependencies` from 2023.0.1 to 2023.0.2
- [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases)
- [Commits](spring-cloud/spring-cloud-release@v2023.0.1...v2023.0.2)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.23 to 2.0.0

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.23 to 2.0.0

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.23 to 2.0.0

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.springframework.cloud:spring-cloud-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 23, 2024
1 parent f9dedfb commit 4239a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<version>3.3.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -24,11 +24,11 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<!-- Language -->
<java.version>17</java.version>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<!-- Axon -->
<axon.version>4.9.4</axon.version>
<!-- Spring -->
<spring-cloud-release.version>2023.0.1</spring-cloud-release.version>
<spring-cloud-release.version>2023.0.2</spring-cloud-release.version>
<!-- Other -->
<javax.jaxb-api.version>2.3.1</javax.jaxb-api.version>
</properties>
Expand Down

0 comments on commit 4239a07

Please sign in to comment.