This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-oak.git
The following commit(s) were added to refs/heads/master by this push:
new bff6548 Bump commons-net from 3.3 to 3.9.0
bff6548 is described below
commit bff6548e7ea8cd51a6463bd3178d944246e69527
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 12 16:32:10 2024 +0000
Bump commons-net from 3.3 to 3.9.0
Bumps commons-net from 3.3 to 3.9.0.
---
updated-dependencies:
- dependency-name: commons-net:commons-net
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d0d6632..d0c3d43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -231,7 +231,7 @@
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
- <version>3.3</version>
+ <version>3.9.0</version>
<scope>provided</scope>
</dependency>
<dependency>