This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d89b840f6244 chore(deps): Bump commons-net:commons-net from 3.12.0 to
3.13.0
d89b840f6244 is described below
commit d89b840f6244eeee9762be928a698eb0e4a80d3a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 19 07:39:43 2026 +0000
chore(deps): Bump commons-net:commons-net from 3.12.0 to 3.13.0
Bumps [commons-net:commons-net](https://github.com/apache/commons-net) from
3.12.0 to 3.13.0.
-
[Changelog](https://github.com/apache/commons-net/blob/master/RELEASE-NOTES.txt)
-
[Commits](https://github.com/apache/commons-net/compare/rel/commons-net-3.12.0...rel/commons-net-3.13.0)
---
updated-dependencies:
- dependency-name: commons-net:commons-net
dependency-version: 3.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 32877e2506eb..b53e67f27a88 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -126,7 +126,7 @@
<commons-lang3-version>3.20.0</commons-lang3-version>
<commons-logging-version>1.3.6</commons-logging-version>
<commons-math3-version>3.6.1</commons-math3-version>
- <commons-net-version>3.12.0</commons-net-version>
+ <commons-net-version>3.13.0</commons-net-version>
<commons-pool2-version>2.13.1</commons-pool2-version>
<commons-text-version>1.15.0</commons-text-version>
<commons-validator-version>1.10.1</commons-validator-version>