From 82d7ead8267f6f43dcd5ea62eb72966497b2aab0 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Wed, 17 Jan 2024 16:58:48 +0100 Subject: [PATCH 1/5] #101 Use latest system Stubs dependency Signed-off-by: Sven Strittmatter --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8e897012..e28ea8e6 100644 --- a/pom.xml +++ b/pom.xml @@ -161,7 +161,7 @@ uk.org.webcompere system-stubs-jupiter - 2.0.2 + 2.1.3 test From fd648568b494e269da47334b13e1a93f1ecb445f Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Wed, 17 Jan 2024 17:04:53 +0100 Subject: [PATCH 2/5] #101 Update all dependnecies Signed-off-by: Sven Strittmatter --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e28ea8e6..3012bb86 100644 --- a/pom.xml +++ b/pom.xml @@ -72,9 +72,9 @@ ${project.build.directory}/jacoco.exec - 2.15.2 + 2.16.1 5.3.28 - 5.4.0 + 5.9.0 @@ -82,7 +82,7 @@ org.junit junit-bom - 5.10.0 + 5.10.1 pom import @@ -124,7 +124,7 @@ org.projectlombok lombok - 1.18.26 + 1.18.30 provided @@ -161,13 +161,13 @@ uk.org.webcompere system-stubs-jupiter - 2.1.3 + 2.1.6 test nl.jqno.equalsverifier equalsverifier - 3.15.1 + 3.15.6 test From 4740b46c6007e65973cbe83a76ddd46992fdbae5 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Wed, 17 Jan 2024 17:08:34 +0100 Subject: [PATCH 3/5] #101 Update all Maven plugins Signed-off-by: Sven Strittmatter --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3012bb86..d675717b 100644 --- a/pom.xml +++ b/pom.xml @@ -219,7 +219,7 @@ maven-compiler-plugin - 3.11.0 + 3.12.1 ${project.build.version.source} ${project.build.version.target} @@ -246,7 +246,7 @@ maven-enforcer-plugin - 3.3.0 + 3.4.1 enforce @@ -284,7 +284,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 pre-unit-test @@ -310,7 +310,7 @@ maven-surefire-plugin - 3.1.2 + 3.2.5 @@ -327,7 +327,7 @@ maven-javadoc-plugin - 3.5.0 + 3.6.3 attach-javadocs From 985bd51e912a90896b0047acd974072b83cfabf5 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Fri, 19 Jan 2024 12:35:10 +0100 Subject: [PATCH 4/5] Add missing contributor Signed-off-by: Sven Strittmatter --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fa17b278..b26bca55 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -28,3 +28,4 @@ Committing with `git commit -s` will add the sign-off at the end of the commit m - Simon Hülkenberg - Sven Strittmatter - Timo Pagel +- Heiko Kiesel From fc40197cb15e9da294a64553707d754e0c4fa829 Mon Sep 17 00:00:00 2001 From: Sven Strittmatter Date: Fri, 19 Jan 2024 12:35:25 +0100 Subject: [PATCH 5/5] We use lowe case addresses Signed-off-by: Sven Strittmatter --- CONTRIBUTORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b26bca55..bf47eb13 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -24,7 +24,7 @@ Committing with `git commit -s` will add the sign-off at the end of the commit m - Jannik Hollenbach - Johannes Zahn -- Robert Seedorff +- Robert Seedorff - Simon Hülkenberg - Sven Strittmatter - Timo Pagel