This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-installer-core.git
commit 93e0041761a6f269f237e683c525128df3449748 Author: Robert Munteanu <[email protected]> AuthorDate: Sat Oct 14 00:05:49 2023 +0200 SLING-12097 - Installer Core build fails with Java 17 Update to the latest version of the OSGi converter --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4d11a7b..a744597 100644 --- a/pom.xml +++ b/pom.xml @@ -187,7 +187,7 @@ <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.util.converter</artifactId> - <version>1.0.0</version> + <version>1.0.9</version> <scope>provided</scope> </dependency> <dependency>
