From 16a223bb097fba64f3fe408c4eb6957c337d3282 Mon Sep 17 00:00:00 2001 From: Antoine PRONNIER <44138938+FunixG@users.noreply.github.com> Date: Mon, 2 Dec 2024 10:57:41 +0100 Subject: [PATCH 1/3] Update spring boot 3.4.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d76f4d2..c93b0dc 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.springframework.boot spring-boot-starter-parent - 3.3.5 + 3.4.0 @@ -49,7 +49,7 @@ 0.12.6 - 3.3.5 + 3.4.0 42.7.4 From b74db02474129c89410411f560dedfb50f5d1ade Mon Sep 17 00:00:00 2001 From: FunixG Date: Thu, 5 Dec 2024 18:03:35 +0100 Subject: [PATCH 2/3] Fix sprng cloud version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c93b0dc..b4f52ec 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ org.springframework.cloud spring-cloud-dependencies - 2023.0.2 + 2024.0.0 pom import From 8c8e5ba15904013ee58e63cf0a45ceccfb80c53f Mon Sep 17 00:00:00 2001 From: FunixG Date: Thu, 5 Dec 2024 18:04:22 +0100 Subject: [PATCH 3/3] 1.2.0.0 --- README.md | 2 +- crud/pom.xml | 2 +- exceptions/pom.xml | 2 +- pom.xml | 4 ++-- storage/pom.xml | 2 +- test-utils/pom.xml | 2 +- tools/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 54c86c2..2930cd2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Lien du repository Maven : [FunixProductions - Core spring package](https://mvn. com.funixproductions.core funixproductions-core - 1.1.3.3 + 1.2.0.0 diff --git a/crud/pom.xml b/crud/pom.xml index 176e700..ef77d04 100644 --- a/crud/pom.xml +++ b/crud/pom.xml @@ -7,7 +7,7 @@ com.funixproductions.core funixproductions-core - 1.1.3.3 + 1.2.0.0 ../pom.xml diff --git a/exceptions/pom.xml b/exceptions/pom.xml index 3f32114..72921ea 100644 --- a/exceptions/pom.xml +++ b/exceptions/pom.xml @@ -7,7 +7,7 @@ com.funixproductions.core funixproductions-core - 1.1.3.3 + 1.2.0.0 com.funixproductions.core.exceptions diff --git a/pom.xml b/pom.xml index b4f52ec..6237ac1 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ com.funixproductions.core funixproductions-core - 1.1.3.3 + 1.2.0.0 funixproductions-core funixproductions-core for all company projects https://github.com/FunixProductions/spring-core @@ -29,7 +29,7 @@ 21 - 1.1.3.3 + 1.2.0.0 33.3.1-jre diff --git a/storage/pom.xml b/storage/pom.xml index 6aef894..ece60bd 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -6,7 +6,7 @@ com.funixproductions.core funixproductions-core - 1.1.3.3 + 1.2.0.0 com.funixproductions.core.files diff --git a/test-utils/pom.xml b/test-utils/pom.xml index 4e94083..4b6c22e 100644 --- a/test-utils/pom.xml +++ b/test-utils/pom.xml @@ -6,7 +6,7 @@ com.funixproductions.core funixproductions-core - 1.1.3.3 + 1.2.0.0 com.funixproductions.core.test diff --git a/tools/pom.xml b/tools/pom.xml index 6102605..4f477a6 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -6,7 +6,7 @@ com.funixproductions.core funixproductions-core - 1.1.3.3 + 1.2.0.0 com.funixproductions.core.tools