Revert "Hibernate warning fixes"

This reverts commit dd653cb525.
This commit is contained in:
2025-10-25 15:22:03 +02:00
parent 1d0cc270e3
commit 1385dc56a1
9 changed files with 27 additions and 34 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.7</version>
<version>3.5.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>nl.connected-it</groupId>
@@ -50,7 +50,10 @@
<artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>