From ec24501bef561e65052a5de28176e4148100c434 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Wed, 8 Oct 2025 14:43:55 +0100 Subject: [PATCH] Update springboot version and dependencies Issue-ID: NONRTRIC-1085 Change-Id: I74387bd8ff24b315a9e7ae3bbc9d331bcf67f082 Signed-off-by: saul.gill --- Dockerfile | 4 ++-- onap/oran | 2 +- pom.xml | 27 ++++++++++++++++++++++----- 3 files changed, 25 insertions(+), 8 deletions(-) diff --git a/Dockerfile b/Dockerfile index 98a4e31..b79b0e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ # SPDX-License-Identifier: Apache-2.0 # ============LICENSE_END========================================================= # -FROM amazoncorretto:17-alpine as jre-build +FROM nexus3.onap.org:10001/library/amazoncorretto:21-alpine3.22-jdk as jre-build RUN apk add binutils RUN $JAVA_HOME/bin/jlink \ @@ -31,7 +31,7 @@ RUN $JAVA_HOME/bin/jlink \ --output /customjre # Use debian base image (same as openjdk uses) -FROM amazoncorretto:17-alpine +FROM nexus3.onap.org:10001/library/amazoncorretto:21-alpine3.22-jdk ENV JAVA_HOME=/jre ENV PATH="${JAVA_HOME}/bin:${PATH}" diff --git a/onap/oran b/onap/oran index 9effe42..34f6f29 160000 --- a/onap/oran +++ b/onap/oran @@ -1 +1 @@ -Subproject commit 9effe422a9b74e106107f0a91d56a72341bed93a +Subproject commit 34f6f2913aed8a05a502a1ffc53a58109085fc1c diff --git a/pom.xml b/pom.xml index 0df1cfc..1ce6f0a 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.3 + 3.5.6 org.o-ran-sc.nonrtric.plt @@ -48,11 +48,11 @@ 17 - 2.31.57 + 2.32.33 20250517 2.19.0 33.4.8-jre - 5.0.0-alpha.16 + 5.1.0 3.5.3 3.5.3 3.10.0 @@ -76,9 +76,11 @@ 2.7.0-alpha false false - 8.1 - 3.5.3 + 8.1 + 1.5.19 + 3.5.6 2.1.21 + 4.31.1 @@ -291,6 +293,16 @@ net.logstash.logback logstash-logback-encoder + ${version.logstash} + + + ch.qos.logback + logback-core + ${version.logback} + + + ch.qos.logback + logback-classic ${version.logback} @@ -298,6 +310,11 @@ kotlin-stdlib ${version.kotlin} + + com.google.protobuf + protobuf-java + ${version.java.protobuf} + -- 2.16.6