Skip to content

Commit

Permalink
Bump hibernate version
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrwenski committed Aug 26, 2024
1 parent 0addcdb commit bafb97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/any/shared-mvn-coords.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ext {
depVersion.jakartaServletApi = '5.0.0'
// Spring 6.x servlet mocks require servlet 6 though it can test 5 code
depVersion.testJakartaServletApi = '6.0.0'
depVersion.hibernateValidator = '7.0.0.Final'
depVersion.hibernateValidator = '7.0.5.Final'
// TODO: figure out way to keep this version in sync with netcdf-java version
// It is included in the netcdf-java-bom (via netcdf-java-platform), but we can't
// reference that version in a gradle build script (see gradle/any/protobuf.gradle)
Expand Down

0 comments on commit bafb97a

Please sign in to comment.