From 0ab2ea1d7b0282d1613cdde1fad82cd15a72fac2 Mon Sep 17 00:00:00 2001 From: akkomar Date: Tue, 22 Oct 2024 19:34:48 +0200 Subject: [PATCH] Bump spring-core version, ignore 6.x in Dependabot updates (#2657) --- .github/dependabot.yml | 3 +++ ingestion-beam/pom.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c43ac62f..84eed770c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,9 @@ updates: - dependency-name: com.google.cloud:libraries-bom - dependency-name: com.fasterxml.jackson:jackson-bom - dependency-name: org.apache.avro:avro + - dependency-name: org.springframework:spring-core + # Spring 6 requires Java 17 + versions: [">=6.0.0"] schedule: interval: daily reviewers: diff --git a/ingestion-beam/pom.xml b/ingestion-beam/pom.xml index 5b5dc418c..d3006aa36 100644 --- a/ingestion-beam/pom.xml +++ b/ingestion-beam/pom.xml @@ -104,7 +104,7 @@ org.springframework spring-core - 5.3.29 + 5.3.39 test