This is an automated email from the ASF dual-hosted git repository.
struberg pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openwebbeans.git
The following commit(s) were added to refs/heads/main by this push:
new 6052d2b61 upgrade to commons-io-2.17.0
6052d2b61 is described below
commit 6052d2b61c1f10c2671c6446daeffdb3f930628b
Author: Mark Struberg <[email protected]>
AuthorDate: Sat Oct 12 20:02:23 2024 +0200
upgrade to commons-io-2.17.0
---
webbeans-jetty9/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/webbeans-jetty9/pom.xml b/webbeans-jetty9/pom.xml
index 1ef9f84bb..f9cf30756 100644
--- a/webbeans-jetty9/pom.xml
+++ b/webbeans-jetty9/pom.xml
@@ -126,7 +126,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.11.0</version>
+ <version>2.17.0</version>
<scope>test</scope>
</dependency>
</dependencies>