From 33f610e983c082d436531e381e767cd2e1756ae9 Mon Sep 17 00:00:00 2001 From: Andrus Adamchik Date: Tue, 26 Nov 2024 10:50:56 -0500 Subject: [PATCH] commons-io version is incompatible with Liquibase #32 --- RELEASE-NOTES.md | 1 + bootique-tapestry58/pom.xml | 8 ++++++++ bootique-tapestry59-jakarta/pom.xml | 8 ++++++++ pom.xml | 6 ++++++ 4 files changed, 23 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 15d3199..713317c 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,6 +1,7 @@ ## 3.0-RC1 * #31 commons-lang3 version is incompatible with Liquibase +* #32 commons-io version is incompatible with Liquibase * #34 Tapestry 5.5 and 5.8 modules bring JUnit 5 to compile scope ## 3.0-M6 diff --git a/bootique-tapestry58/pom.xml b/bootique-tapestry58/pom.xml index db24ae5..00123b0 100644 --- a/bootique-tapestry58/pom.xml +++ b/bootique-tapestry58/pom.xml @@ -58,6 +58,10 @@ org.apache.commons commons-lang3 + + commons-io + commons-io + @@ -99,6 +103,10 @@ org.apache.commons commons-lang3 + + commons-io + commons-io + org.slf4j slf4j-api diff --git a/bootique-tapestry59-jakarta/pom.xml b/bootique-tapestry59-jakarta/pom.xml index 68737a2..33e5c04 100644 --- a/bootique-tapestry59-jakarta/pom.xml +++ b/bootique-tapestry59-jakarta/pom.xml @@ -69,6 +69,10 @@ org.apache.commons commons-lang3 + + commons-io + commons-io + @@ -105,6 +109,10 @@ org.apache.commons commons-lang3 + + commons-io + commons-io + org.slf4j slf4j-api diff --git a/pom.xml b/pom.xml index aff0dc1..2b9093d 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,7 @@ 3.17.0 + 2.17.0 1.16.1 @@ -105,6 +106,11 @@ commons-codec ${commons.codec.version} + + commons-io + commons-io + ${commons.io.version} +