We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c278fae commit b625c6fCopy full SHA for b625c6f
readme.md
@@ -12,7 +12,7 @@ The library uses:
12
- [Spring Boot](https://spring.io/projects/spring-boot) 1.5.21.RELEASE
13
- [AWS Java SDK](https://aws.amazon.com/sdk-for-java/) 1.11.566
14
15
-Those can be overriden in your `pom.xml`.
+Those can be overridden in your `pom.xml`.
16
17
The library was tested and worked properly with:
18
@@ -26,7 +26,7 @@ The library was tested and worked properly with:
26
<dependency>
27
<groupId>com.coveo</groupId>
28
<artifactId>spring-boot-parameter-store-integration</artifactId>
29
- <version>1.2.0</version>
+ <version>1.3.0</version>
30
</dependency>
31
```
32
0 commit comments