This is an automated email from the ASF dual-hosted git repository. reschke pushed a commit to branch 1.22 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/1.22 by this push: new 071ade542e OAK-10700: update testcontainer dependency to 1.19.7 071ade542e is described below commit 071ade542e2413699610ec1924681cdaa3713ecd Author: Julian Reschke <resc...@apache.org> AuthorDate: Fri Mar 8 13:00:22 2024 +0100 OAK-10700: update testcontainer dependency to 1.19.7 --- oak-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml index a3fbb8d6d1..d8cc7ba073 100644 --- a/oak-parent/pom.xml +++ b/oak-parent/pom.xml @@ -69,7 +69,7 @@ <guava.osgi.import>com.google.common.*;version="[15.0,20)"</guava.osgi.import> <derby.version>10.14.2.0</derby.version> <jackson.version>2.16.2</jackson.version> - <testcontainers.version>1.19.0</testcontainers.version> + <testcontainers.version>1.19.7</testcontainers.version> <groovy.version>2.5.23</groovy.version> <!-- determines the bytecode version (i.e. the minimum JRE required to run the build artifact) --> <javaTargetVersion>8</javaTargetVersion>