From e4aaeab680866c01658cb478d7d84e1d3c0b6f86 Mon Sep 17 00:00:00 2001 From: Joe Lauer Date: Mon, 27 Nov 2023 21:57:59 -0500 Subject: [PATCH] Bump test dependency versions to compile on Java 21 --- .../src/test/java/com/fizzed/crux/util/RunEveryTest.java | 2 +- pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crux-util/src/test/java/com/fizzed/crux/util/RunEveryTest.java b/crux-util/src/test/java/com/fizzed/crux/util/RunEveryTest.java index 1e96e01..ff13692 100644 --- a/crux-util/src/test/java/com/fizzed/crux/util/RunEveryTest.java +++ b/crux-util/src/test/java/com/fizzed/crux/util/RunEveryTest.java @@ -12,7 +12,7 @@ public class RunEveryTest { @Test public void testRunEvery() throws InterruptedException { MutableInteger runCount = new MutableInteger(); - + // run every .5 secs RunEvery runEvery = runEvery(millis(500L)); for (int i = 0; i < 12; i++) { diff --git a/pom.xml b/pom.xml index cd7dfd9..cbf4e83 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ org.zeroturnaround zt-exec - 1.9 + 1.12 @@ -101,19 +101,19 @@ org.mockito mockito-core - 4.11.0 + 5.4.0 org.slf4j slf4j-api - 1.7.30 + 1.7.36 ch.qos.logback logback-classic - 1.2.3 + 1.2.12