Bump xbean from 4.29 to 4.30 (#5552)

* Updates org.apache.xbean:xbean-bundleutils from 4.29 to 4.30
* Updates org.apache.xbean:xbean-finder from 4.29 to 4.30

Follow-up to #5510.

Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
This commit is contained in:
Holger Friedrich
2026-05-12 07:27:57 +02:00
committed by GitHub
parent 0e91b43735
commit d4ccd504f3
+2 -2
View File
@@ -786,13 +786,13 @@
<dependency> <dependency>
<groupId>org.apache.xbean</groupId> <groupId>org.apache.xbean</groupId>
<artifactId>xbean-bundleutils</artifactId> <artifactId>xbean-bundleutils</artifactId>
<version>4.29</version> <version>4.30</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.xbean</groupId> <groupId>org.apache.xbean</groupId>
<artifactId>xbean-finder</artifactId> <artifactId>xbean-finder</artifactId>
<version>4.29</version> <version>4.30</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>