From c4eccc14cc8e3d8d81683c33a3892484be56af53 Mon Sep 17 00:00:00 2001 From: Kent Randall Date: Wed, 9 Nov 2022 16:13:18 -0800 Subject: [PATCH] Added a backup of a demo database to the distribution Added persistency for a work schedule break. This requires an older schema to be migrated to version 5. Updated Jackson to version 2.13.4.2 Updated HSQLDB to version 2.7.1 Updated PostgreSQL to 42.5.0 Update Jetty to 9.4.49.v20220914 Updated Milo to 0.6.8 Updated RabbitMQ to 5.16.0 Updated ActiveMQ to 5.17.2 Updated Kafka to 3.3.1 Miscellaneous stability improvements --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 7dcc36c..9efdecc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 - 3.8.1 + 3.9.0 11 11 UTF-8 @@ -12,7 +12,7 @@ org.point85 oee-collector - 3.8.1 + 3.9.0 In-process data collector Executed by Java Service Wrapper @@ -74,7 +74,7 @@ org.postgresql postgresql - 42.4.2 + 42.5.0 @@ -82,7 +82,7 @@ org.hsqldb hsqldb - 2.5.1 + 2.7.1 runtime