Skip to content

Commit 9eae5a9

Browse files
authored
1 parent 974d88c commit 9eae5a9

File tree

3 files changed

+54
-58
lines changed

3 files changed

+54
-58
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,27 +50,27 @@
5050
<parent>
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-starter-parent</artifactId>
53-
<version>3.5.6</version>
53+
<version>3.5.7</version>
5454
</parent>
5555

5656
<properties>
5757
<java.version>25</java.version>
5858
<maven.compiler.source>${java.version}</maven.compiler.source>
5959
<maven.compiler.target>${java.version}</maven.compiler.target>
6060

61-
<switcher-client.version>2.4.1</switcher-client.version>
61+
<switcher-client.version>2.5.1</switcher-client.version>
6262
<jsonwebtoken.version>0.13.0</jsonwebtoken.version>
6363
<joda-time.version>2.14.0</joda-time.version>
6464
<gson.version>2.13.2</gson.version>
6565
<springdoc.version>2.8.13</springdoc.version>
6666

6767
<!-- Test-->
6868
<flapdoodle.embed.mongo.version>4.21.0</flapdoodle.embed.mongo.version>
69-
<okhttp.version>5.1.0</okhttp.version>
70-
<reactor-test.version>3.7.11</reactor-test.version>
69+
<okhttp.version>5.2.1</okhttp.version>
70+
<reactor-test.version>3.7.12</reactor-test.version>
7171

7272
<!-- Plugins -->
73-
<native-image-plugin.version>0.11.1</native-image-plugin.version>
73+
<native-image-plugin.version>0.11.2</native-image-plugin.version>
7474
<maven-compiler.version>3.14.1</maven-compiler.version>
7575
<maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version>
7676
<sonar-maven-plugin.version>5.2.0.4988</sonar-maven-plugin.version>
Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
11
{
2-
"data": {
3-
"domain": {
4-
"name": "Switcher API",
5-
"version": 1713498539215,
6-
"group": [
7-
{
8-
"name": "Features",
9-
"config": [
10-
{
11-
"key": "SWITCHER_AC_ADM",
12-
"strategies": [
13-
{
14-
"strategy": "VALUE_VALIDATION",
15-
"operation": "EXIST",
16-
"values": [
17-
"31597636"
18-
],
19-
"activated": true
20-
}
21-
],
22-
"components": [
23-
"switcher-ac"
24-
],
25-
"activated": true
26-
}
27-
],
28-
"activated": true
29-
}
30-
],
31-
"activated": true
32-
}
2+
"domain": {
3+
"name": "Switcher API",
4+
"version": 1713498539215,
5+
"group": [
6+
{
7+
"name": "Features",
8+
"config": [
9+
{
10+
"key": "SWITCHER_AC_ADM",
11+
"strategies": [
12+
{
13+
"strategy": "VALUE_VALIDATION",
14+
"operation": "EXIST",
15+
"values": [
16+
"31597636"
17+
],
18+
"activated": true
19+
}
20+
],
21+
"components": [
22+
"switcher-ac"
23+
],
24+
"activated": true
25+
}
26+
],
27+
"activated": true
28+
}
29+
],
30+
"activated": true
3331
}
3432
}
Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
{
2-
"data": {
3-
"domain": {
4-
"name": "Switcher API",
5-
"version": 1713498539215,
6-
"group": [
7-
{
8-
"name": "Features",
9-
"config": [
10-
{
11-
"key": "SWITCHER_AC_ADM",
12-
"strategies": [],
13-
"components": [
14-
"switcher-ac"
15-
],
16-
"activated": true
17-
}
18-
],
19-
"activated": true
20-
}
21-
],
22-
"activated": true
23-
}
2+
"domain": {
3+
"name": "Switcher API",
4+
"version": 1713498539215,
5+
"group": [
6+
{
7+
"name": "Features",
8+
"config": [
9+
{
10+
"key": "SWITCHER_AC_ADM",
11+
"strategies": [],
12+
"components": [
13+
"switcher-ac"
14+
],
15+
"activated": true
16+
}
17+
],
18+
"activated": true
19+
}
20+
],
21+
"activated": true
2422
}
2523
}

0 commit comments

Comments
 (0)