Skip to content

Commit

Permalink
chore(deps) : upgrade spring boot and cloud version
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Dec 7, 2024
1 parent a9129e9 commit c425a9d
Showing 1 changed file with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0-RC1</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.example</groupId>
Expand All @@ -16,7 +16,7 @@

<properties>
<java.version>21</java.version>
<spring-cloud.version>2024.0.0-RC1</spring-cloud.version>
<spring-cloud.version>2024.0.0</spring-cloud.version>
<springdoc-openapi.version>2.7.0</springdoc-openapi.version>

<spotless.version>2.43.0</spotless.version>
Expand Down Expand Up @@ -47,11 +47,6 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-kafka-streams</artifactId>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
Expand Down Expand Up @@ -170,7 +165,7 @@
<configuration>
<java>
<googleJavaFormat>
<version>1.24.0</version>
<version>1.25.0</version>
<style>AOSP</style>
</googleJavaFormat>
<licenseHeader>
Expand Down

0 comments on commit c425a9d

Please sign in to comment.