From 5ed4826dd2502ce8432ae9417462b771ca351e9b Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 23 Jun 2024 10:49:14 +0200 Subject: [PATCH] popular: 1.3.1 - Upgraded JDK-version, Spring Boot & Docker --- Dockerfile | 2 +- pom.xml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e032f3..cc2eb55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM eclipse-temurin:17-jre +FROM eclipse-temurin:21-jre-alpine COPY target/*.jar /opt/app.jar EXPOSE 8083 ENTRYPOINT ["java", "-jar", "/opt/app.jar"] diff --git a/pom.xml b/pom.xml index bf4a105..5d52ccb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,16 +5,17 @@ org.springframework.boot spring-boot-starter-parent - 3.2.5 + 3.2.7 de.juplo.kafka.wordcount popular - 1.3.0 + 1.3.1 Wordcount-Popular-Words Query stream-processor that gives access to the most popular words - 0.33.0 + 21 + 0.44.0 -- 2.20.1