Skip to content

Commit a2058d9

Browse files
committed
Following changes
- spring boot version to 2.7.1 - jkube version to 1.8.0
1 parent 31a37c1 commit a2058d9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.ashu</groupId>
88
<artifactId>spring-boot-kubernetes-mysql</artifactId>
9-
<version>4.1.0</version>
9+
<version>4.2.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Spring-Boot-Kubernetes-MySQL</name>
@@ -15,13 +15,13 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>2.6.3</version>
18+
<version>2.7.1</version>
1919
<relativePath/> <!-- lookup parent from repository -->
2020
</parent>
2121

2222
<properties>
2323
<java.version>17</java.version>
24-
<jkube.version>1.6.0</jkube.version>
24+
<jkube.version>1.8.0</jkube.version>
2525
</properties>
2626

2727
<dependencies>

0 commit comments

Comments
 (0)