Skip to content

Commit

Permalink
update sca 4.15/5.9
Browse files Browse the repository at this point in the history
update sc 2021.0.9
update sb 3.2.2
update mockito 4.11
  • Loading branch information
Netyyyy committed Feb 6, 2024
1 parent 2e2c9d5 commit ecb7d52
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.14.0</version>
<version>4.15.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.14.0</version>
<version>4.15.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 @@ -119,8 +119,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<version.spring.boot>2.7.18</version.spring.boot>
<version.spring.cloud>2021.0.8</version.spring.cloud>
<version.spring.cloud.azure>4.14.0</version.spring.cloud.azure>
<version.spring.cloud>2021.0.9</version.spring.cloud>
<version.spring.cloud.azure>4.15.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,14 +182,14 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<java.version>17</java.version>
<version.spring.boot>3.2.0</version.spring.boot>
<version.spring.boot>3.2.2</version.spring.boot>
<version.spring.cloud>2023.0.0</version.spring.cloud>
<version.spring.cloud.azure>5.8.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>

<version.maven-surefire-plugin>2.22.0</version.maven-surefire-plugin>
<mockito.version>4.8.1</mockito.version>
<mockito.version>4.11.0</mockito.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down

0 comments on commit ecb7d52

Please sign in to comment.