From d32544204d6ac6caee8ad0fa10761daa6f82beb4 Mon Sep 17 00:00:00 2001 From: Vladimir Chizhov Date: Thu, 20 Feb 2020 22:20:04 -0800 Subject: [PATCH] Update source level to JDK 7 Usage of ConcurrentLinkedDeque requires JDK 7 and later. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 01124bb1a..8c4aef257 100644 --- a/pom.xml +++ b/pom.xml @@ -25,8 +25,8 @@ 3.2.1 3.2.3 1.23 - 1.6 - 6 + 1.7 + 7