From 3e9075954d82f62d474084459537dfcbb48c1bd9 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Tue, 29 Sep 2020 12:10:08 +0200 Subject: [PATCH] Build against commons-io 2.8.0 --- maven-surefire.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-surefire.spec b/maven-surefire.spec index 5f1b2c0..0b5e4f4 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -150,7 +150,7 @@ rm surefire-providers/surefire-testng-utils/src/main/java/org/apache/maven/suref %mvn_package ":*{junit,testng,failsafe-plugin}*" @1 %mvn_package ":*tests*" __noinstall # tests turned off because they need jmock -%mvn_build -f -- -DcommonsIoVersion=2.7 -DcommonsLang3Version=3.11 +%mvn_build -f -- -DcommonsIoVersion=2.8.0 -DcommonsLang3Version=3.11 %install %mvn_install