Skip to content

Commit

Permalink
Upgrade to 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy committed Jun 30, 2023
1 parent d05b898 commit 9d38e31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9.0-beta.1</version>
<version>4.9.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.9.0-beta.1</version>
<version>4.9.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<version.spring.boot>2.7.10</version.spring.boot>
<version.guava>31.1-jre</version.guava>
<version.spring.cloud>2021.0.5</version.spring.cloud>
<version.spring.cloud.azure>4.9.0-beta.1</version.spring.cloud.azure>
<version.spring.cloud.azure>4.9.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

0 comments on commit 9d38e31

Please sign in to comment.