Skip to content

Commit

Permalink
Development: Workaround spring-projects/spring-data-jpa#3789
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Feb 26, 2025
1 parent 1f1b211 commit aeb2c4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,8 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-logging:${spring_boot_version}"
implementation "org.springframework.boot:spring-boot-starter-actuator:${spring_boot_version}"
implementation "org.springframework.boot:spring-boot-starter-aop:${spring_boot_version}"
implementation "org.springframework.boot:spring-boot-starter-data-jpa:${spring_boot_version}"
implementation "org.springframework.boot:spring-boot-starter-data-jpa:3.4.2"
implementation "org.springframework.data:spring-data-jpa:3.4.2"
implementation "org.springframework.boot:spring-boot-starter-security:${spring_boot_version}"
implementation "org.springframework.boot:spring-boot-starter-web:${spring_boot_version}"
implementation "org.springframework.boot:spring-boot-starter-tomcat:${spring_boot_version}"
Expand Down

0 comments on commit aeb2c4a

Please sign in to comment.