Skip to content

Commit

Permalink
Update to Spring Data 2021.1.10
Browse files Browse the repository at this point in the history
Closes gh-955
  • Loading branch information
jzheaux committed Nov 14, 2024
1 parent aa6ecdb commit bd76003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
api platform("org.springframework.data:spring-data-bom:$springDataVersion")
} else {
api platform("org.springframework:spring-framework-bom:5.3.39")
api platform("org.springframework.data:spring-data-bom:2021.1.4")
api platform("org.springframework.data:spring-data-bom:2021.1.10")
}
api platform("org.junit:junit-bom:5.8.2")
api platform("com.fasterxml.jackson:jackson-bom:2.13.3")
Expand Down

0 comments on commit bd76003

Please sign in to comment.