Skip to content

Commit

Permalink
Revert Datdata-jpa upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
louptheron committed Dec 4, 2023
1 parent 6a886a0 commit dd9259d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
api("org.springframework.boot:spring-boot-starter-actuator:3.1.3")
api("org.springframework.boot:spring-boot-starter-json:3.1.3")
api("org.springframework.boot:spring-boot-starter-security:3.1.3")
api("org.springframework.boot:spring-boot-starter-data-jpa:3.2.0")
api("org.springframework.boot:spring-boot-starter-data-jpa:3.1.3")
api("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
api("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
api("org.flywaydb:flyway-core:9.22.3")
Expand Down

0 comments on commit dd9259d

Please sign in to comment.