diff --git a/core/query/src/test/java/org/eclipse/rdf4j/common/iteration/AllTests.java b/core/query/src/test/java/org/eclipse/rdf4j/common/iteration/AllTests.java
deleted file mode 100644
index 5914f51e06c..00000000000
--- a/core/query/src/test/java/org/eclipse/rdf4j/common/iteration/AllTests.java
+++ /dev/null
@@ -1,27 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2015 Eclipse RDF4J contributors, Aduna, and others.
- *
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Distribution License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/org/documents/edl-v10.php.
- *
- * SPDX-License-Identifier: BSD-3-Clause
- *******************************************************************************/
-package org.eclipse.rdf4j.common.iteration;
-
-import org.junit.platform.suite.api.SelectClasses;
-import org.junit.platform.suite.api.Suite;
-
-/**
- * @author akam
- */
-@Suite
-@SelectClasses({ LimitIterationTest.class, EmptyIterationTest.class, OffsetIterationTest.class,
- ConvertingIterationTest.class, CloseableIteratorIterationTest.class, DelayedIterationTest.class,
- DistinctIterationTest.class, ExceptionConvertingIterationTest.class, FilterIterationTest.class,
- IntersectionIterationTest.class, DistinctIntersectionIterationTest.class, IteratorIterationTest.class,
- LookAheadIterationTest.class, MinusIterationTest.class, DistinctMinusIterationTest.class,
- SingletonIterationTest.class, UnionIterationTest.class, })
-public class AllTests {
-}
diff --git a/pom.xml b/pom.xml
index 2d5621e2191..3d5308b5e27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -362,24 +362,24 @@
UTF-8
true
1.7.36
- 1.2.11
+ 1.2.12
2.17.2
4.5.14
- 2.13.4
+ 2.13.5
4.4.16
0.13.4
4.0.0
- 2.3.3
- 3.3.1
+ 2.3.8
+ 3.3.3
8.9.0
8.9.0
7.15.2
- 5.3.23
- 30.1.1-jre
- 1.35
+ 5.3.30
+ 32.1.2-jre
+ 1.37
3.1.0
- 5.8.2
- 9.4.50.v20221201
+ 5.9.2
+ 9.4.52.v20230823
@@ -387,7 +387,7 @@
com.fasterxml.jackson
jackson-bom
- 2.13.4.20221013
+ ${jackson.version}
pom
import
@@ -488,7 +488,7 @@
org.locationtech.jts
jts-core
- 1.18.1
+ 1.18.2
com.google.guava
@@ -575,12 +575,12 @@
org.mockito
mockito-core
- 3.8.0
+ 4.11.0
org.mockito
mockito-junit-jupiter
- 3.8.0
+ 4.11.0
org.mock-server
@@ -590,7 +590,7 @@
org.assertj
assertj-core
- 3.19.0
+ 3.24.2
com.github.jsonld-java
@@ -623,7 +623,7 @@
org.mapdb
mapdb
- 1.0.8
+ 1.0.9
@@ -791,7 +791,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.0.0-M7
+ 3.1.2
UTF-8
-Xmx2048M
@@ -800,7 +800,7 @@
org.apache.maven.plugins
maven-failsafe-plugin
- 3.0.0-M7
+ 3.1.2
UTF-8
1
@@ -1010,6 +1010,8 @@
org.junit.*
org.slf4j.*
+
+ org.opentest4j.*
true
diff --git a/spring-components/pom.xml b/spring-components/pom.xml
index 70864257578..6cc711b275b 100644
--- a/spring-components/pom.xml
+++ b/spring-components/pom.xml
@@ -13,7 +13,7 @@
rdf4j-spring-demo
- 2.7.7
+ 2.7.16
rdf4j-spring-components
RDF4J: Spring components