fix bug spring (h2 version + value var dans ReponseCourte)

This commit is contained in:
trochas
2025-10-11 13:51:53 +02:00
parent 09444a94ed
commit 57d58f5b27
157 changed files with 163 additions and 2 deletions

View File

@@ -98,7 +98,8 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.192</version>
<!-- <version>1.4.192</version> -->
<version>2.2.224</version>
<scope>runtime</scope>
</dependency>