From c5b6e1d6689662e976d64f25f0a32b6079730f28 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Mon, 4 Nov 2024 14:46:25 +0200 Subject: [PATCH] Update versions of timestamp-task and timestamp-batch 3.0.x to 3.1.0 and Spring Boot 3.3.3 (#205) --- timestamp-batch-3.0.x/pom.xml | 4 ++-- timestamp-task-3.0.x/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/timestamp-batch-3.0.x/pom.xml b/timestamp-batch-3.0.x/pom.xml index b8be276..cf921dd 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.2.8 + 3.3.3 io.spring timestamp-batch-task - 3.0.0 + 3.1.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 2358bf9..721355f 100644 --- a/timestamp-task-3.0.x/pom.xml +++ b/timestamp-task-3.0.x/pom.xml @@ -5,12 +5,12 @@ org.springframework.boot spring-boot-starter-parent - 3.2.8 + 3.3.3 io.spring timestamp-task - 3.0.0 + 3.1.0 timestamp-task Simple Timestamp sample.