chore: pom.xml + application.properties + tests + gitignore

- pom.xml : mise à jour dépendances
- application.properties : ajustements config
- MembreServiceTest, EntityCoverageTest : tests mis à jour pour nouveautés
- .gitignore : ajout du.exe.stackdump (dump Windows bash)
This commit is contained in:
dahoud
2026-04-15 20:24:16 +00:00
parent 66151b4fd1
commit 2f7bb545d0
5 changed files with 105 additions and 23 deletions

View File

@@ -7,7 +7,7 @@
<parent>
<groupId>dev.lions.unionflow</groupId>
<artifactId>unionflow-parent</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
<relativePath>../unionflow-server-api/parent-pom.xml</relativePath>
</parent>
@@ -47,7 +47,7 @@
<dependency>
<groupId>dev.lions.unionflow</groupId>
<artifactId>unionflow-server-api</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</dependency>
<!-- Lions User Manager API (pour DTOs et client Keycloak) -->