Skip to content

Commit 8d2894e

Browse files
committed
next development version 2.7.18-2-SNAPSHOT
1 parent bfe9790 commit 8d2894e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<modelVersion>4.0.0</modelVersion>
1818
<groupId>dev.snowdrop.example</groupId>
1919
<artifactId>configmap</artifactId>
20-
<version>2.7.18-1-redhat</version>
20+
<version>2.7.18-2-SNAPSHOT</version>
2121
<name>Spring Boot - ConfigMap Example</name>
2222
<description>Spring Boot - ConfigMap Example</description>
2323
<properties>
@@ -33,10 +33,10 @@
3333
<!-- We cannot use Dekorate 3.x because it uses Fabric8 Kubernetes Client 6.x which is incompatible with
3434
https://mvnrepository.com/artifact/org.springframework.cloud/spring-cloud-kubernetes-fabric8-autoconfig that uses the
3535
version 5.10.2. Once this dependency bumped to the latest 6.x, we can bump Dekorate to 3.x. -->
36-
<dekorate.version>2.11.5.redhat-00017</dekorate.version>
36+
<dekorate.version>2.11.6</dekorate.version>
3737

3838
<!-- Overriden from Spring Boot -->
39-
<tomcat.version>9.0.62.redhat-00014</tomcat.version>
39+
<tomcat.version>9.0.83</tomcat.version>
4040
</properties>
4141
<licenses>
4242
<license>

0 commit comments

Comments
 (0)