From 34f06937cb9c728afc961fa8fb5eef226c177028 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Mon, 4 Nov 2024 10:26:47 +0200 Subject: [PATCH] Change timestamp-task and timestamp-batch 3.0.x to Boot 3.2.8 (#201) --- timestamp-batch-3.0.x/pom.xml | 4 ++-- timestamp-task-3.0.x/pom.xml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/timestamp-batch-3.0.x/pom.xml b/timestamp-batch-3.0.x/pom.xml index cf921dd..b8be276 100644 --- a/timestamp-batch-3.0.x/pom.xml +++ b/timestamp-batch-3.0.x/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot spring-boot-starter-parent - 3.3.3 + 3.2.8 io.spring timestamp-batch-task - 3.1.0 + 3.0.0 timestamp-batch-task Simple Timestamp sample. diff --git a/timestamp-task-3.0.x/pom.xml b/timestamp-task-3.0.x/pom.xml index 721355f..d69b281 100644 --- a/timestamp-task-3.0.x/pom.xml +++ b/timestamp-task-3.0.x/pom.xml @@ -5,12 +5,13 @@ org.springframework.boot spring-boot-starter-parent + 3.2.8 3.3.3 io.spring timestamp-task - 3.1.0 + 3.0.0 timestamp-task Simple Timestamp sample.