Skip to content

Commit

Permalink
update sca 4.16/5.10
Browse files Browse the repository at this point in the history
update sb 3.2.3
  • Loading branch information
Netyyyy committed Mar 4, 2024
1 parent 9b5d3aa commit e1f7239
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.15.0</version>
<version>4.16.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.15.0</version>
<version>4.16.0</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 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.15.0</version.spring.cloud.azure>
<version.spring.cloud.azure>4.16.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.2</version.spring.boot>
<version.spring.boot>3.2.3</version.spring.boot>
<version.spring.cloud>2023.0.0</version.spring.cloud>
<version.spring.cloud.azure>5.9.1</version.spring.cloud.azure>
<version.spring.cloud.azure>5.10.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 e1f7239

Please sign in to comment.