Skip to content

Commit 3967d33

Browse files
Update dependencies in pom
Signed-off-by: Lehmann_Fabian <[email protected]>
1 parent 88e47e1 commit 3967d33

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

pom.xml

+9-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>io.fabric8</groupId>
2828
<artifactId>kubernetes-client</artifactId>
29-
<version>6.5.0</version>
29+
<version>6.5.1</version>
3030
</dependency>
3131

3232
<dependency>
@@ -103,12 +103,18 @@
103103
<dependency>
104104
<groupId>ch.qos.logback</groupId>
105105
<artifactId>logback-core</artifactId>
106-
<version>1.2.9</version>
106+
<version>1.4.6</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>com.fasterxml.jackson.core</groupId>
110110
<artifactId>jackson-databind</artifactId>
111-
<version>2.12.7.1</version>
111+
<version>2.14.2</version>
112+
</dependency>
113+
114+
<dependency>
115+
<groupId>com.fasterxml.jackson.core</groupId>
116+
<artifactId>jackson-core</artifactId>
117+
<version>2.15.0-rc2</version>
112118
</dependency>
113119

114120
</dependencies>

0 commit comments

Comments
 (0)