counter: 1.2.5 - Updated Spring Boot to `3.2.5`
authorKai Moritz <kai@juplo.de>
Sun, 5 May 2024 09:08:27 +0000 (11:08 +0200)
committerKai Moritz <kai@juplo.de>
Sun, 5 May 2024 10:42:46 +0000 (12:42 +0200)
Dockerfile
pom.xml

index d2218b8..2e032f3 100644 (file)
@@ -1,4 +1,4 @@
-FROM openjdk:11-jre-slim
+FROM eclipse-temurin:17-jre
 COPY target/*.jar /opt/app.jar
 EXPOSE 8083
 ENTRYPOINT ["java", "-jar", "/opt/app.jar"]
diff --git a/pom.xml b/pom.xml
index ba143ec..5aa7541 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
        <parent>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-parent</artifactId>
-               <version>3.0.2</version>
+               <version>3.2.5</version>
                <relativePath/> <!-- lookup parent from repository -->
        </parent>
        <groupId>de.juplo.kafka.wordcount</groupId>
        <artifactId>counter</artifactId>
-       <version>1.2.4</version>
+       <version>1.2.5</version>
        <name>Wordcount-Counter</name>
        <description>Word-counting stream-processor of the multi-user wordcount-example</description>
        <properties>