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} +