This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/logging-flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new ca2f6a26b More version updates (#453)
ca2f6a26b is described below
commit ca2f6a26b8cc6677d9a1fff51ae6749a5e34e6c9
Author: Ralph Goers <[email protected]>
AuthorDate: Sat Jun 13 12:23:56 2026 -0700
More version updates (#453)
* Update mina and netty
* Upgrade snappy-java and netty
---
flume-bom/pom.xml | 5 -----
flume-parent/pom.xml | 11 +++++------
2 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/flume-bom/pom.xml b/flume-bom/pom.xml
index 97cf0ad7c..90fcb70f4 100644
--- a/flume-bom/pom.xml
+++ b/flume-bom/pom.xml
@@ -207,11 +207,6 @@
<artifactId>flume-http-source</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
- <groupId>org.apache.flume.flume-ng-sources</groupId>
- <artifactId>flume-http-source</artifactId>
- <version>${project.version}</version>
- </dependency>
<dependency>
<groupId>org.apache.flume.flume-ng-sources</groupId>
<artifactId>flume-taildir-source</artifactId>
diff --git a/flume-parent/pom.xml b/flume-parent/pom.xml
index 85e11b8f5..f2223e683 100644
--- a/flume-parent/pom.xml
+++ b/flume-parent/pom.xml
@@ -253,7 +253,7 @@
<jsr305.version>3.0.2</jsr305.version>
<log4j.version>2.26.0</log4j.version>
<mapdb.version>0.9.9</mapdb.version>
- <mina.version>2.1.12</mina.version>
+ <mina.version>2.2.8</mina.version>
<mockito.version>5.18.0</mockito.version>
<mvn-antrun-plugin.version>1.8</mvn-antrun-plugin.version>
<!-- Do not upgrade the assumbly plugin version until MASSEMBLY-941 is
fixed -->
@@ -271,20 +271,19 @@
<spotbugs.version>4.9.3</spotbugs.version>
<mvn-spotbugs-plugin.version>${spotbugs.version}.0</mvn-spotbugs-plugin.version>
<mvn-surefire-plugin.version>3.5.5</mvn-surefire-plugin.version>
- <!--<netty.version>3.10.6.Final</netty.version>-->
- <netty-all.version>4.1.86.Final</netty-all.version>
+ <netty-all.version>4.2.15.Final</netty-all.version>
<external.protobuf.version>4.35.0</external.protobuf.version>
<protobuf.plugin.version>0.6.1</protobuf.plugin.version>
<prometheus.version>1.7.0</prometheus.version>
<rat.version>0.12</rat.version>
- <snappy-java.version>1.1.8.4</snappy-java.version>
+ <snappy-java.version>1.1.10.8</snappy-java.version>
<slf4j.version>1.7.32</slf4j.version>
<spotbugs-annotations.version>4.9.3</spotbugs-annotations.version>
<system-rules.version>1.19.0</system-rules.version>
<wiremock.version>1.53</wiremock.version>
<zlib.version>1.1.3</zlib.version>
- <zookeeper.version>3.6.2</zookeeper.version>
- <os.maven.version>1.5.0.Final</os.maven.version>
+ <zookeeper.version>3.8.6</zookeeper.version>
+ <os.maven.version>1.7.1</os.maven.version>
<redirectTestOutput>true</redirectTestOutput>
<spotless-maven-plugin.version>3.4.0</spotless-maven-plugin.version>
<palantir-java-format.version>2.90.0</palantir-java-format.version>