Skip to content

Commit

Permalink
update Spring Cloud Azure/Spring Boot/Spring Cloud version
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy committed Nov 8, 2023
1 parent 393443c commit 059250e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ In this section, you clone a containerized Spring Boot application and test it l
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config</artifactId>
<version>4.12.0</version>
<version>4.13.0</version>
</dependency>
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ It will have you confirm the feature flag before loading it.
<dependency>
<groupId>com.azure.spring</groupId>
<artifactId>spring-cloud-azure-appconfiguration-config</artifactId>
<version>4.12.0</version>
<version>4.13.0</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.spring.boot>2.7.16</version.spring.boot>
<version.spring.boot>2.7.17</version.spring.boot>
<version.guava>31.1-jre</version.guava>
<version.spring.cloud>2021.0.8</version.spring.cloud>
<version.spring.cloud.azure>4.12.0</version.spring.cloud.azure>
<version.spring.cloud.azure>4.13.0</version.spring.cloud.azure>
<version.azure-spring-boot-starter-keyvault-certificates>3.14.0</version.azure-spring-boot-starter-keyvault-certificates>
<version.maven-surefire-plugin>3.0.0</version.maven-surefire-plugin>
<mockito.version>4.11.0</mockito.version>
Expand Down Expand Up @@ -189,9 +189,9 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<java.version>17</java.version>
<version.spring.boot>3.1.3</version.spring.boot>
<version.spring.boot>3.1.5</version.spring.boot>
<version.spring.cloud>2022.0.4</version.spring.cloud>
<version.spring.cloud.azure>5.6.0</version.spring.cloud.azure>
<version.spring.cloud.azure>5.7.0</version.spring.cloud.azure>
<version.thymeleaf-extras-springsecurity6>3.1.1.RELEASE</version.thymeleaf-extras-springsecurity6>
<version.jakarta-persistence>3.1.0</version.jakarta-persistence>

Expand Down

0 comments on commit 059250e

Please sign in to comment.