From aa63ef257d653edf5e480803efc8fcb1282afbb6 Mon Sep 17 00:00:00 2001 From: kolea2 <45548808+kolea2@users.noreply.github.com> Date: Fri, 26 Feb 2021 15:15:32 -0500 Subject: [PATCH] deps: pin commons-io to 2.6 for jdk 7 compatibility (#110) --- pom.xml | 3 ++- renovate.json | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ac873c6..1ff50c5 100644 --- a/pom.xml +++ b/pom.xml @@ -96,10 +96,11 @@ 1.20 + commons-io commons-io - 2.8.0 + 2.6 diff --git a/renovate.json b/renovate.json index 4a5aa57..d75c9fb 100644 --- a/renovate.json +++ b/renovate.json @@ -66,6 +66,10 @@ "^com.fasterxml.jackson.core" ], "groupName": "jackson dependencies" + }, + { + "packagePatterns": ["^commons-io"], + "enabled": false } ], "semanticCommits": true,