From 553392621bacd22a99e6aabaa423968023f403ed Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Tue, 10 Dec 2024 13:52:52 +0100 Subject: [PATCH 1/3] org.apache.felix:maven-bundle-plugin:6.0.0 now requires Java 17. Signed-off-by: Simone Bordet --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0d0a24..5f4561f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,8 @@ updates: versions: [ ">=6.0.0" ] - dependency-name: "org.testng:testng" versions: [ ">=7.6.0" ] + - dependency-name: "org.apache.felix:maven-bundle-plugin" + versions: [ ">=6.0.0" ] - package-ecosystem: "maven" directory: "/" @@ -29,6 +31,8 @@ updates: versions: [ ">=11.0.0" ] - dependency-name: "org.springframework:*" versions: [ ">=6.0.0" ] + - dependency-name: "org.apache.felix:maven-bundle-plugin" + versions: [ ">=6.0.0" ] - package-ecosystem: "maven" directory: "/" From f1e548df3e42c328ee3481985de6816e649368a2 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Tue, 10 Dec 2024 13:55:25 +0100 Subject: [PATCH 2/3] * Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 * Bump io.reactivex.rxjava3:rxjava from 3.1.9 to 3.1.10 * Bump org.apache.felix:maven-bundle-plugin from 5.1.9 to 6.0.0 * Bump jetty-version from 12.0.15 to 12.0.16 * Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.2 Signed-off-by: Simone Bordet --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index b97d568..d6a8936 100644 --- a/pom.xml +++ b/pom.xml @@ -84,8 +84,8 @@ UTF-8 - 12.0.15 - 3.1.9 + 12.0.16 + 3.1.10 6.1.14 2.0.16 1.0.4 @@ -226,7 +226,7 @@ maven-javadoc-plugin - 3.10.1 + 3.11.2 maven-release-plugin @@ -254,7 +254,7 @@ maven-surefire-plugin - 3.5.1 + 3.5.2 external @@ -262,7 +262,7 @@ org.apache.felix maven-bundle-plugin - 5.1.9 + 6.0.0 org.jacoco From 49dce00b11c664996d0fc56db5e01040c7b85340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 12:56:26 +0000 Subject: [PATCH 3/3] [4.0.x] Bump org.springframework:spring-webflux from 6.1.14 to 6.2.0 Bumps [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework) from 6.1.14 to 6.2.0. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.14...v6.2.0) --- updated-dependencies: - dependency-name: org.springframework:spring-webflux dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d6a8936..da056d6 100644 --- a/pom.xml +++ b/pom.xml @@ -86,7 +86,7 @@ UTF-8 12.0.16 3.1.10 - 6.1.14 + 6.2.0 2.0.16 1.0.4