From b0685c4e95b44e87920a6cc46fdc915dad6916ce Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Sat, 28 Dec 2024 19:52:36 +0100 Subject: [PATCH] Update Maven dependencies in target platform Also replace the outdated apache commons P2 dependency, because its source bundle is not available on the same update site anymore. --- net.sf.eclipsecs.target/net.sf.eclipsecs.target.target | 8 ++++---- net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net.sf.eclipsecs.target/net.sf.eclipsecs.target.target b/net.sf.eclipsecs.target/net.sf.eclipsecs.target.target index 8bb9cce80..849a270d7 100644 --- a/net.sf.eclipsecs.target/net.sf.eclipsecs.target.target +++ b/net.sf.eclipsecs.target/net.sf.eclipsecs.target.target @@ -1,7 +1,7 @@ - + @@ -16,7 +16,7 @@ - + @@ -88,7 +88,7 @@ io.github.classgraph classgraph - 4.8.177 + 4.8.179 jar @@ -98,7 +98,7 @@ org.assertj assertj-core - 3.26.3 + 3.27.0 jar diff --git a/net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd b/net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd index 7a6fd0aa4..bd29dce17 100644 --- a/net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd +++ b/net.sf.eclipsecs.target/net.sf.eclipsecs.target.tpd @@ -22,7 +22,7 @@ location "https://download.eclipse.org/releases/2022-09/202209141001/" { org.eclipse.emf.feature.group // e4.ui -> EMF org.sat4j.core org.sat4j.pb - org.apache.commons.io + org.apache.commons.commons-io org.objectweb.asm org.objectweb.asm.tree @@ -87,7 +87,7 @@ maven AssertJ dependency { groupId="org.assertj" artifactId="assertj-core" - version="3.26.3" + version="3.27.0" } } maven Classgraph @@ -99,7 +99,7 @@ maven Classgraph dependency { groupId="io.github.classgraph" artifactId="classgraph" - version="4.8.177" + version="4.8.179" } } maven DOM4J