We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afef19a commit f277f61Copy full SHA for f277f61
spring-credhub/pom.xml
@@ -10,9 +10,9 @@
10
11
<parent>
12
<groupId>com.baeldung</groupId>
13
- <artifactId>parent-boot-2</artifactId>
+ <artifactId>parent-boot-3</artifactId>
14
<version>0.0.1-SNAPSHOT</version>
15
- <relativePath>../parent-boot-2</relativePath>
+ <relativePath>../parent-boot-3</relativePath>
16
</parent>
17
18
<dependencies>
@@ -37,8 +37,7 @@
37
</dependencies>
38
39
<properties>
40
- <spring-credhub-starter.version>2.2.0</spring-credhub-starter.version>
41
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <spring-credhub-starter.version>3.1.0</spring-credhub-starter.version>
42
</properties>
43
44
</project>
0 commit comments