This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new 4f2c06ff Bump org.apache.mina:mina-core from 2.1.7 to 2.1.8
4f2c06ff is described below
commit 4f2c06ffb95f8accd422564787cec8c865c759b0
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Sep 12 10:03:06 2023 -0400
Bump org.apache.mina:mina-core from 2.1.7 to 2.1.8
---
pom.xml | 4 ++--
src/changes/changes.xml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 160f8b5b..65b376f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,7 +189,7 @@
<httpcore5.version>5.2.2</httpcore5.version>
<httpclient5.version>5.2.1</httpclient5.version>
<jackrabbit1.version>1.6.5</jackrabbit1.version>
- <!-- Never use jackrabbit2 2.21.x, it breaks compatibility and it
"unstable" -->
+ <!-- Don't use jackrabbit2 2.21.x, it has broken compatibility in the
past, and it's labeled "unstable" -->
<jackrabbit2.version>2.20.12</jackrabbit2.version>
<commons.asm.version>9.4</commons.asm.version>
<slf4j.version>1.7.36</slf4j.version>
@@ -599,7 +599,7 @@
<dependency>
<groupId>org.apache.mina</groupId>
<artifactId>mina-core</artifactId>
- <version>2.1.7</version>
+ <version>2.1.8</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ef210f42..76a18a72 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -211,7 +211,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump org.apache.httpcomponents.core5:httpcore5 from 5.1.5 to 5.2.2
#369, #399.
</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
- Bump org.apache.mina:mina-core from 2.1.4 to 2.1.7.
+ Bump org.apache.mina:mina-core from 2.1.4 to 2.1.8.
</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump maven-pmd-plugin from 3.14.0 to 3.19.0 #223, #294, #304.