From 89e9911aee91f59519b791a6a87fbde4395539a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 06:02:35 +0000 Subject: [PATCH 1/4] Bump org.springframework.cloud:spring-cloud-starter-openfeign Bumps [org.springframework.cloud:spring-cloud-starter-openfeign](https://github.com/spring-cloud/spring-cloud-openfeign) from 4.1.4 to 4.2.0. - [Release notes](https://github.com/spring-cloud/spring-cloud-openfeign/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-openfeign/compare/v4.1.4...v4.2.0) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-starter-openfeign dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- form-spring/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form-spring/pom.xml b/form-spring/pom.xml index 9ca128351..1fcf7769b 100644 --- a/form-spring/pom.xml +++ b/form-spring/pom.xml @@ -77,7 +77,7 @@ org.springframework.cloud spring-cloud-starter-openfeign - 4.1.4 + 4.2.0 test From 4388d03fb3776cfc337e41e4d7cc1a7c507c74f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 06:02:37 +0000 Subject: [PATCH 2/4] Bump org.springframework.cloud:spring-cloud-dependencies Bumps [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release) from 2023.0.3 to 2024.0.0. - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](https://github.com/spring-cloud/spring-cloud-release/compare/v2023.0.3...v2024.0.0) --- updated-dependencies: - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example-wikipedia-with-springboot/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-wikipedia-with-springboot/pom.xml b/example-wikipedia-with-springboot/pom.xml index 493a45209..862b9ed92 100644 --- a/example-wikipedia-with-springboot/pom.xml +++ b/example-wikipedia-with-springboot/pom.xml @@ -39,7 +39,7 @@ org.springframework.cloud spring-cloud-dependencies - 2023.0.3 + 2024.0.0 pom import From f70cc658c33201b57fdf0b5ba7f97f091e108b7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 01:13:50 +0000 Subject: [PATCH 3/4] Bump springboot.version from 3.3.5 to 3.4.0 Bumps `springboot.version` from 3.3.5 to 3.4.0. Updates `org.springframework.boot:spring-boot-starter-web` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.5...v3.4.0) Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.5...v3.4.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production 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 184e6802a..2e6cda6bf 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@ 1.15.2 2.0.16 20240303 - 3.3.5 + 3.4.0 5.11.3 2.18.2 From d7941b3c37e70f723658080d2764e5e57dd3b638 Mon Sep 17 00:00:00 2001 From: Marvin Froeder Date: Mon, 6 Jan 2025 23:14:51 -0300 Subject: [PATCH 4/4] Fix dependencies hierarchy --- example-wikipedia-with-springboot/pom.xml | 4 ++++ form-spring/pom.xml | 15 +-------------- form/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 7 insertions(+), 16 deletions(-) diff --git a/example-wikipedia-with-springboot/pom.xml b/example-wikipedia-with-springboot/pom.xml index 862b9ed92..9e8bd59a8 100644 --- a/example-wikipedia-with-springboot/pom.xml +++ b/example-wikipedia-with-springboot/pom.xml @@ -51,6 +51,10 @@ io.github.openfeign feign-core + + io.github.openfeign + feign-form + io.github.openfeign feign-gson diff --git a/form-spring/pom.xml b/form-spring/pom.xml index b31ae920f..0de265dab 100644 --- a/form-spring/pom.xml +++ b/form-spring/pom.xml @@ -28,7 +28,7 @@ feign-form-spring - Open Feign Forms Extension for Spring + Feign Forms Extension for Spring 17 @@ -104,19 +104,6 @@ test - - io.undertow - undertow-core - 2.3.18.Final - test - - - io.appulse - utils-java - 1.18.0 - test - - org.junit.jupiter junit-jupiter-engine diff --git a/form/pom.xml b/form/pom.xml index 46f7dd116..38a001087 100644 --- a/form/pom.xml +++ b/form/pom.xml @@ -28,7 +28,7 @@ feign-form - Open Feign Forms Core + Feign Forms Core org.projectlombok diff --git a/pom.xml b/pom.xml index ba2877f5c..22cf99648 100644 --- a/pom.xml +++ b/pom.xml @@ -175,7 +175,7 @@ 1.15.2 2.0.16 20241224 - 3.4.0 + 3.4.1 5.11.4 2.18.2