You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gi...@apache.org on 2023/10/31 10:07:53 UTC

(logging-log4j-audit) branch master updated: Update `org.easymock:easymock` to version `5.2.0` (#71)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c30018  Update `org.easymock:easymock` to version `5.2.0` (#71)
5c30018 is described below

commit 5c3001839dcc33970f9931f06b8c45e52bf96fc1
Author: ASF Logging Services RM <pr...@logging.apache.org>
AuthorDate: Tue Oct 31 10:07:49 2023 +0000

    Update `org.easymock:easymock` to version `5.2.0` (#71)
---
 pom.xml                                               | 2 +-
 src/changelog/.1.x.x/update_org_easymock_easymock.xml | 8 ++++++++
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 30c1b9f..ed83c6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@
       <dependency>
         <groupId>org.easymock</groupId>
         <artifactId>easymock</artifactId>
-        <version>3.3.1</version>
+        <version>5.2.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>
diff --git a/src/changelog/.1.x.x/update_org_easymock_easymock.xml b/src/changelog/.1.x.x/update_org_easymock_easymock.xml
new file mode 100644
index 0000000..8183589
--- /dev/null
+++ b/src/changelog/.1.x.x/update_org_easymock_easymock.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xmlns="http://logging.apache.org/log4j/changelog"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
+       type="changed">
+  <issue id="71" link="https://github.com/apache/logging-log4j-audit/pull/71"/>
+  <description format="asciidoc">Update `org.easymock:easymock` to version `5.2.0`</description>
+</entry>