You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/01/10 22:38:07 UTC

[logging-log4j2] branch release-2.x updated: Bump org.fusesource.jansi:jansi 2.3.4 -> 2.4.0.

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

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new a6cc5d4  Bump org.fusesource.jansi:jansi 2.3.4 -> 2.4.0.
a6cc5d4 is described below

commit a6cc5d40b414c83843815b3f644a022ed4c8ffa6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jan 10 17:38:05 2022 -0500

    Bump org.fusesource.jansi:jansi 2.3.4 -> 2.4.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 42c963a..5f41433 100644
--- a/pom.xml
+++ b/pom.xml
@@ -477,7 +477,7 @@
       <dependency>
         <groupId>org.fusesource.jansi</groupId>
         <artifactId>jansi</artifactId>
-        <version>2.3.4</version>
+        <version>2.4.0</version>
         <optional>true</optional>
       </dependency>
       <dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2736c33..468f359 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -153,6 +153,9 @@
       <action dev="ggregory" type="udpate" due-to="Gary Gregory">
         Bump de.flapdoodle.embed:de.flapdoodle.embed.mongo 3.0.0 -> 3.2.6. Update tests for binary incompatibilities in APIs.
       </action>
+      <action dev="ggregory" type="udpate" due-to="Gary Gregory">
+        Bump org.fusesource.jansi:jansi 2.3.4 -> 2.4.0.
+      </action>
 	</release>
     <release version="2.17.1" date="2021-12-27" description="GA Release 2.17.1">
       <!-- FIXES -->