This is an automated email from the ASF dual-hosted git repository. jsedding pushed a commit to branch fix/SLING-12162-jupiter-5.10.1 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-junit-core.git
commit 14f0072d5f426636992d301161170656f784d534 Author: Julian Sedding <[email protected]> AuthorDate: Fri Nov 17 16:19:06 2023 +0100 SLING-12162 - Update o.a.s.junit.core to jupiter 5.10.1 --- pom.xml | 2 +- .../java/org/apache/sling/junit/jupiter/osgi/OSGiAnnotationTest.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 66a1072..9d9f22e 100644 --- a/pom.xml +++ b/pom.xml @@ -37,7 +37,7 @@ <junit.version>4.13.2</junit.version> <hamcrest.version>1.3</hamcrest.version> <jacoco.version>0.6.2.201302030002</jacoco.version> - <junit-jupiter.version>5.10.0</junit-jupiter.version> + <junit-jupiter.version>5.10.1</junit-jupiter.version> </properties> <scm> diff --git a/src/test/java/org/apache/sling/junit/jupiter/osgi/OSGiAnnotationTest.java b/src/test/java/org/apache/sling/junit/jupiter/osgi/OSGiAnnotationTest.java index 5fd8bd4..7b61180 100644 --- a/src/test/java/org/apache/sling/junit/jupiter/osgi/OSGiAnnotationTest.java +++ b/src/test/java/org/apache/sling/junit/jupiter/osgi/OSGiAnnotationTest.java @@ -441,7 +441,7 @@ class OSGiAnnotationTest { super(object); } - @Override + @Test @Override void injectedMethodParameter(@Service List<ServiceInterface> objectFromMethodInjection) { super.injectedMethodParameter(objectFromMethodInjection); }
