Skip to content

Commit

Permalink
update sca 4.18/5.12
Browse files Browse the repository at this point in the history
update sb 3.2.5/sc 2023.0.1
  • Loading branch information
Netyyyy committed May 9, 2024
1 parent 15f9750 commit 620ab94
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.17.0</version>
<version>4.18.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.17.0</version>
<version>4.18.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 @@ -120,7 +120,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<version.spring.boot>2.7.18</version.spring.boot>
<version.spring.cloud>2021.0.9</version.spring.cloud>
<version.spring.cloud.azure>4.17.0</version.spring.cloud.azure>
<version.spring.cloud.azure>4.18.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 @@ -182,9 +182,9 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<java.version>17</java.version>
<version.spring.boot>3.2.4</version.spring.boot>
<version.spring.cloud>2023.0.0</version.spring.cloud>
<version.spring.cloud.azure>5.11.0</version.spring.cloud.azure>
<version.spring.boot>3.2.5</version.spring.boot>
<version.spring.cloud>2023.0.1</version.spring.cloud>
<version.spring.cloud.azure>5.12.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 620ab94

Please sign in to comment.