Update dependency org.springframework.boot:spring-boot-starter-data-jpa to v4 #29

Open
renovate wants to merge 1 commits from renovate/org.springframework.boot-spring-boot-starter-data-jpa-4.x into main
Showing only changes of commit d3bfcd3e7b - Show all commits

View File

@@ -35,7 +35,7 @@
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId> <artifactId>spring-boot-starter-data-jpa</artifactId>
<version>3.5.7</version> <version>4.0.0</version>
</dependency> </dependency>
<!-- Security and Auth --> <!-- Security and Auth -->