From 353c1d507ecd8a9c94b538da6a3cee9cdda4b760 Mon Sep 17 00:00:00 2001 From: Morten Date: Mon, 27 Mar 2023 09:40:05 +0200 Subject: [PATCH] New release --- pom.xml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 2536d19..d32e3ff 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.ethlo.time itu - 1.7.0 + 1.7.1 Internet Time Utility Extremely fast date/time parser and formatter - RFC 3339 (ISO 8601 profile) and W3C format @@ -25,19 +25,19 @@ org.junit.jupiter junit-jupiter-engine - 5.8.2 + 5.9.2 test org.assertj assertj-core - 3.21.0 + 3.24.2 test com.ethlo.time chronograph - 1.2.0 + 1.3.0 test @@ -45,25 +45,31 @@ org.apache.commons commons-lang3 - 3.5 + 3.12.0 test com.google.http-client google-http-client - 1.41.4 + 1.43.1 test org.openjdk.jmh jmh-core - 1.34 + 1.35 test org.openjdk.jmh jmh-generator-annprocess - 1.34 + 1.35 + test + + + org.junit.jupiter + junit-jupiter-params + 5.9.2 test