From e86afb652d6c7ef8bf31f08ad6610be8aa4950d1 Mon Sep 17 00:00:00 2001 From: petruki <31597636+petruki@users.noreply.github.com> Date: Sat, 25 Oct 2025 14:08:14 -0700 Subject: [PATCH] Bump Springboot@3.5.7, switcher-client@2.5.1 --- pom.xml | 10 ++-- src/main/resources/snapshots/default.json | 60 +++++++++++------------ src/test/resources/snapshots/test.json | 42 ++++++++-------- 3 files changed, 54 insertions(+), 58 deletions(-) diff --git a/pom.xml b/pom.xml index 710d736..7f56b1d 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ org.springframework.boot spring-boot-starter-parent - 3.5.6 + 3.5.7 @@ -58,7 +58,7 @@ ${java.version} ${java.version} - 2.4.1 + 2.5.1 0.13.0 2.14.0 2.13.2 @@ -66,11 +66,11 @@ 4.21.0 - 5.1.0 - 3.7.11 + 5.2.1 + 3.7.12 - 0.11.1 + 0.11.2 3.14.1 3.5.4 5.2.0.4988 diff --git a/src/main/resources/snapshots/default.json b/src/main/resources/snapshots/default.json index cb384ec..cb25bce 100644 --- a/src/main/resources/snapshots/default.json +++ b/src/main/resources/snapshots/default.json @@ -1,34 +1,32 @@ { - "data": { - "domain": { - "name": "Switcher API", - "version": 1713498539215, - "group": [ - { - "name": "Features", - "config": [ - { - "key": "SWITCHER_AC_ADM", - "strategies": [ - { - "strategy": "VALUE_VALIDATION", - "operation": "EXIST", - "values": [ - "31597636" - ], - "activated": true - } - ], - "components": [ - "switcher-ac" - ], - "activated": true - } - ], - "activated": true - } - ], - "activated": true - } + "domain": { + "name": "Switcher API", + "version": 1713498539215, + "group": [ + { + "name": "Features", + "config": [ + { + "key": "SWITCHER_AC_ADM", + "strategies": [ + { + "strategy": "VALUE_VALIDATION", + "operation": "EXIST", + "values": [ + "31597636" + ], + "activated": true + } + ], + "components": [ + "switcher-ac" + ], + "activated": true + } + ], + "activated": true + } + ], + "activated": true } } \ No newline at end of file diff --git a/src/test/resources/snapshots/test.json b/src/test/resources/snapshots/test.json index 9bd4a32..3bd20af 100644 --- a/src/test/resources/snapshots/test.json +++ b/src/test/resources/snapshots/test.json @@ -1,25 +1,23 @@ { - "data": { - "domain": { - "name": "Switcher API", - "version": 1713498539215, - "group": [ - { - "name": "Features", - "config": [ - { - "key": "SWITCHER_AC_ADM", - "strategies": [], - "components": [ - "switcher-ac" - ], - "activated": true - } - ], - "activated": true - } - ], - "activated": true - } + "domain": { + "name": "Switcher API", + "version": 1713498539215, + "group": [ + { + "name": "Features", + "config": [ + { + "key": "SWITCHER_AC_ADM", + "strategies": [], + "components": [ + "switcher-ac" + ], + "activated": true + } + ], + "activated": true + } + ], + "activated": true } } \ No newline at end of file