Skip to content

Commit

Permalink
upgrade spring version
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiaoyun Ding committed Dec 15, 2023
1 parent 6ae6b7f commit 997ca39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions custom-config-server-client/pom.xml
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>2.7.17</version>
<version>3.2.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.microsoft.sample</groupId>
Expand All @@ -15,8 +15,8 @@
<description>Demo project for showing how to access Azure Spring Apps managed Config Server through Azure RBAC when your applications are running outside Azure Spring Apps</description>

<properties>
<java.version>1.8</java.version>
<spring-cloud.version>2021.0.8</spring-cloud.version>
<java.version>17</java.version>
<spring-cloud.version>2023.0.0</spring-cloud.version>
</properties>

<dependencies>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
<version>3.1.8</version>
<version>4.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 997ca39

Please sign in to comment.