This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git


The following commit(s) were added to refs/heads/master by this push:
     new f9c59dd5 This test fails on GH Java 11 but passes for me.
f9c59dd5 is described below

commit f9c59dd5b6471bf0f65854ffa5d6f82f0d3c96a0
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Jun 24 09:47:47 2023 -0400

    This test fails on GH Java 11 but passes for me.
    
    Trying to fix.
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index c223d972..4c022041 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,6 +55,9 @@
     <commons.release.isDistModule>true</commons.release.isDistModule>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>
     <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
+    <!-- Temp until commons-parent 59, fixes GHA build somehow? -->
+    <commons.felix.version>5.1.9</commons.felix.version>
+    <commons.biz.aQute.bndlib.version>6.4.1</commons.biz.aQute.bndlib.version>
   </properties>
 
   <issueManagement>

Reply via email to