Upgrade hibernate-models to 0.6.11

This commit is contained in:
Andrea Boriero 2024-03-13 17:00:22 +01:00 committed by Steve Ebersole
parent c0db0a702a
commit 29c1eeb468
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ dependencyResolutionManagement {
def byteBuddyVersion = version "byteBuddy", "1.14.18"
def classmateVersion = version "classmate", "1.5.1"
def geolatteVersion = version "geolatte", "1.9.1"
def hibernateModelsVersion = version "hibernateModels", "0.6.10"
def hibernateModelsVersion = version "hibernateModels", "0.6.11"
def jandexVersion = version "jandex", "3.2.0"
def hcannVersion = version "hcann", "7.0.1.Final"
def jacksonVersion = version "jackson", "2.17.0"