This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/any23.git
The following commit(s) were added to refs/heads/master by this push:
new 30a0d46 Peg forbiddenapis commons-io version at 2.8.0
30a0d46 is described below
commit 30a0d46799d31c12ce37c491b9682605e6856277
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Mon Sep 13 18:42:08 2021 -0700
Peg forbiddenapis commons-io version at 2.8.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f165cf7..0051085 100644
--- a/pom.xml
+++ b/pom.xml
@@ -759,7 +759,7 @@
<bundledSignature>jdk-reflection</bundledSignature>
<bundledSignature>jdk-internal</bundledSignature>
<bundledSignature>jdk-system-out</bundledSignature>
-
<bundledSignature>commons-io-unsafe-${commons-io.version}</bundledSignature>
+ <bundledSignature>commons-io-unsafe-2.8.0</bundledSignature>
</bundledSignatures>
</configuration>
<executions>