You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2023/02/06 20:36:32 UTC

[beam] branch master updated: Upgrading spring-expression to latest patch version (#25348)

This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new d20d0b01c3c Upgrading spring-expression to latest patch version (#25348)
d20d0b01c3c is described below

commit d20d0b01c3c6bcde551420f36e13d794c930f1e2
Author: Pablo Estrada <pa...@users.noreply.github.com>
AuthorDate: Mon Feb 6 12:36:22 2023 -0800

    Upgrading spring-expression to latest patch version (#25348)
---
 playground/backend/containers/java/Dockerfile | 2 +-
 sdks/java/io/kafka/build.gradle               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/playground/backend/containers/java/Dockerfile b/playground/backend/containers/java/Dockerfile
index 2a1561c3b0b..759118ddb99 100644
--- a/playground/backend/containers/java/Dockerfile
+++ b/playground/backend/containers/java/Dockerfile
@@ -53,7 +53,7 @@ RUN mvn dependency:copy-dependencies
 FROM apache/beam_java8_sdk:$BEAM_VERSION
 
 ARG BEAM_VERSION
-ARG SPRING_VERSION=5.3.18
+ARG SPRING_VERSION=5.3.25
 ARG KAFKA_CLIENTS_VERSION=2.3.1
 ENV SERVER_IP=0.0.0.0
 ENV SERVER_PORT=8080
diff --git a/sdks/java/io/kafka/build.gradle b/sdks/java/io/kafka/build.gradle
index e9b3b255b9b..8d64cf0bf97 100644
--- a/sdks/java/io/kafka/build.gradle
+++ b/sdks/java/io/kafka/build.gradle
@@ -70,7 +70,7 @@ dependencies {
   implementation library.java.joda_time
   implementation library.java.jackson_annotations
   implementation library.java.jackson_databind
-  implementation "org.springframework:spring-expression:5.3.18"
+  implementation "org.springframework:spring-expression:5.3.25"
   implementation ("io.confluent:kafka-avro-serializer:5.3.2") {
     // zookeeper depends on "spotbugs-annotations:3.1.9" which clashes with current
     // "spotbugs-annotations:3.1.12" used in Beam. Not required.