splitter: 1.2.2 - RocksDB does nor work in Alpine-Linux
[demos/kafka/wordcount] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5b9505c..d719545 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,15 +5,16 @@
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>3.2.5</version>
+               <version>3.2.7</version>
                <relativePath/> <!-- lookup parent from repository -->
        </parent>
        <groupId>de.juplo.kafka.wordcount</groupId>
        <artifactId>splitter</artifactId>
-       <version>1.2.0</version>
+       <version>1.2.2</version>
        <name>Wordcount-Splitter</name>
        <description>Stream-processor of the multi-user wordcount-example, that splits the sentences up into single words</description>
        <properties>
+               <java.version>21</java.version>
                <docker-maven-plugin.version>0.44.0</docker-maven-plugin.version>
        </properties>
        <dependencies>