diff --git a/releng/org.eclipse.linuxtools.target/linuxtools-latest.target b/releng/org.eclipse.linuxtools.target/linuxtools-latest.target index 95bc4cd226..8129a3ee02 100644 --- a/releng/org.eclipse.linuxtools.target/linuxtools-latest.target +++ b/releng/org.eclipse.linuxtools.target/linuxtools-latest.target @@ -84,37 +84,37 @@ com.fasterxml.jackson.core jackson-annotations - 2.18.1 + 2.18.2 jar com.fasterxml.jackson.core jackson-core - 2.18.1 + 2.18.2 jar com.fasterxml.jackson.core jackson-databind - 2.18.1 + 2.18.2 jar com.fasterxml.jackson.datatype jackson-datatype-guava - 2.18.1 + 2.18.2 jar com.fasterxml.jackson.module jackson-module-jaxb-annotations - 2.18.1 + 2.18.2 jar com.fasterxml.jackson.module jackson-module-jakarta-xmlbind-annotations - 2.18.1 + 2.18.2 jar diff --git a/systemtap/org.eclipse.linuxtools.callgraph/src/org/eclipse/linuxtools/internal/callgraph/AggregateLayoutAlgorithm.java b/systemtap/org.eclipse.linuxtools.callgraph/src/org/eclipse/linuxtools/internal/callgraph/AggregateLayoutAlgorithm.java index a417f72084..0dde851956 100644 --- a/systemtap/org.eclipse.linuxtools.callgraph/src/org/eclipse/linuxtools/internal/callgraph/AggregateLayoutAlgorithm.java +++ b/systemtap/org.eclipse.linuxtools.callgraph/src/org/eclipse/linuxtools/internal/callgraph/AggregateLayoutAlgorithm.java @@ -25,7 +25,7 @@ * Aggregate View. This avoids needing to design a Layout Algorithm * from scratch. */ -public class AggregateLayoutAlgorithm extends GridLayoutAlgorithm{ +public class AggregateLayoutAlgorithm extends GridLayoutAlgorithm.Zest1{ private ArrayList list; private Long totalTime;