This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.18 by this push:
new 0b3438bfbed Update pom.xml reflections version (#8019)
0b3438bfbed is described below
commit 0b3438bfbed5db128d7ac0345e121171d29bfc83
Author: Marcus Sorensen <[email protected]>
AuthorDate: Mon Oct 16 01:02:47 2023 -0600
Update pom.xml reflections version (#8019)
Addresses bug described in reflections 0.9.12
https://github.com/ronmamo/reflections/issues/273
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b53dfad1b0c..d50f9d8c936 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
<cs.opensaml.version>2.6.6</cs.opensaml.version>
<cs.rados-java.version>0.6.0</cs.rados-java.version>
<cs.java-linstor.version>0.3.0</cs.java-linstor.version>
- <cs.reflections.version>0.9.12</cs.reflections.version>
+ <cs.reflections.version>0.10.2</cs.reflections.version>
<cs.servicemix.version>3.4.4_1</cs.servicemix.version>
<cs.servlet.version>4.0.1</cs.servlet.version>
<cs.tink.version>1.7.0</cs.tink.version>