This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-security.git
commit 54a6c93e6cf9dadc81d94de93742814971d4fcce Author: Georg Kallidis <g...@apache.org> AuthorDate: Tue May 2 11:21:10 2023 +0200 Update comons-lang3 to v3.12.0 in memory, remove oberrdie version --- hibernate/pom.xml | 3 ++- memory/pom.xml | 3 +-- torque/pom.xml | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/hibernate/pom.xml b/hibernate/pom.xml index c08237f..a206b55 100644 --- a/hibernate/pom.xml +++ b/hibernate/pom.xml @@ -119,11 +119,12 @@ <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-1.2-api</artifactId> <version>${turbine.log4j2.version}</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-slf4j-impl</artifactId> - <version>2.14.0</version> + <version>2.20.0</version> </dependency> </dependencies> diff --git a/memory/pom.xml b/memory/pom.xml index 6dcd5c4..25b1030 100644 --- a/memory/pom.xml +++ b/memory/pom.xml @@ -50,7 +50,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>3.0.0-M2</version> <configuration> <!--default setting is forkCount=1/reuseForks=true --> <reuseForks>false</reuseForks> @@ -65,7 +64,7 @@ <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> - <version>3.11</version> + <version>3.12.0</version> </dependency> <dependency> <groupId>org.apache.fulcrum</groupId> diff --git a/torque/pom.xml b/torque/pom.xml index bb1d1ce..d6b2beb 100644 --- a/torque/pom.xml +++ b/torque/pom.xml @@ -133,7 +133,6 @@ <artifactId>log4j-1.2-api</artifactId> <version>${turbine.log4j2.version}</version> </dependency> - <!-- testing dependencies --> <dependency>