From c79d19eb3b82aac5f8bf9a9eaa2e7f359cd86edf Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Thu, 4 Jun 2026 14:51:56 +0200 Subject: [PATCH 1/3] test: update junit-jupiter to 6.1.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 442d62e..5a2c317 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ org.junit.jupiter junit-jupiter - 6.0.3 + 6.1.0 test From d9e17f7c0960427b1149060cc88d8f47c3b6f573 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Thu, 4 Jun 2026 14:53:14 +0200 Subject: [PATCH 2/3] build: update maven plugins --- .mvn/wrapper/maven-wrapper.properties | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 8dbfd90..e788e5e 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,2 +1,2 @@ distributionType=only-script -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip diff --git a/pom.xml b/pom.xml index 5a2c317..ad6f037 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.5 + 3.5.6 @{argLine} @@ -145,7 +145,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.5 + 3.5.6 @{argLine} @@ -166,7 +166,7 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 5.6.0.6792 + 5.7.0.6970 From b97284c5e52202fc23caa41f215d0efa5fc2cbfa Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Thu, 4 Jun 2026 14:53:35 +0200 Subject: [PATCH 3/3] deps: update jackson-databind to 3.1.4 (#129) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ad6f037..6fe097f 100644 --- a/pom.xml +++ b/pom.xml @@ -49,7 +49,7 @@ tools.jackson.core jackson-databind - 3.1.3 + 3.1.4