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 31a37c1 commit a2058d9Copy full SHA for a2058d9
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.ashu</groupId>
8
<artifactId>spring-boot-kubernetes-mysql</artifactId>
9
- <version>4.1.0</version>
+ <version>4.2.0</version>
10
<packaging>jar</packaging>
11
12
<name>Spring-Boot-Kubernetes-MySQL</name>
@@ -15,13 +15,13 @@
15
<parent>
16
<groupId>org.springframework.boot</groupId>
17
<artifactId>spring-boot-starter-parent</artifactId>
18
- <version>2.6.3</version>
+ <version>2.7.1</version>
19
<relativePath/> <!-- lookup parent from repository -->
20
</parent>
21
22
<properties>
23
<java.version>17</java.version>
24
- <jkube.version>1.6.0</jkube.version>
+ <jkube.version>1.8.0</jkube.version>
25
</properties>
26
27
<dependencies>
0 commit comments