@@ -96,8 +96,6 @@ dependencyResolutionManagement {
9696
9797 def micrometerVersion = version " micrometer" , " 1.14.1"
9898
99- def hibernateValidatorVersion = version " hibernateValidator" , " 8.0.1.Final"
100-
10199 def antVersion = version " ant" , " 1.10.15"
102100
103101 library( " antlr" , " org.antlr" , " antlr4" ). versionRef( antlrVersion )
@@ -118,7 +116,6 @@ dependencyResolutionManagement {
118116 library( " jackson" , " com.fasterxml.jackson.core" , " jackson-databind" ). versionRef( jacksonVersion )
119117 library( " jacksonXml" , " com.fasterxml.jackson.dataformat" , " jackson-dataformat-xml" ). versionRef( jacksonVersion )
120118 library( " jacksonJsr310" , " com.fasterxml.jackson.datatype" , " jackson-datatype-jsr310" ). versionRef( jacksonVersion )
121- library( " validator" , " org.hibernate.validator" , " hibernate-validator" ). versionRef( hibernateValidatorVersion )
122119
123120 library( " agroal" , " io.agroal" , " agroal-api" ). versionRef( agroalVersion )
124121 library( " agroalPool" , " io.agroal" , " agroal-pool" ). versionRef( agroalVersion )
@@ -145,7 +142,6 @@ dependencyResolutionManagement {
145142
146143 def annotationVersion = version " annotation" , " 3.0.0"
147144 def cdiVersion = version " cdi" , " 4.1.0"
148- def elVersion = version " el" , " 5.0.0"
149145 def injectVersion = version " inject" , " 2.0.1"
150146 def interceptorsVersion = version " interceptors" , " 2.2.0"
151147 def dataVersion = version " data" , " 1.0.1"
@@ -173,7 +169,6 @@ dependencyResolutionManagement {
173169 library( " jaxbApi" , " jakarta.xml.bind" , " jakarta.xml.bind-api" ). versionRef( jaxbApiVersion )
174170 library( " jaxb" , " org.glassfish.jaxb" , " jaxb-runtime" ). versionRef( jaxbRuntimeVersion )
175171 library( " xjc" , " org.glassfish.jaxb" , " jaxb-xjc" ). versionRef( xjcVersion )
176- library( " el" , " org.glassfish.expressly" , " expressly" ). versionRef( elVersion )
177172 }
178173 testLibs {
179174 def junit5Version = version " junit5" , " 5.11.3"
@@ -194,6 +189,12 @@ dependencyResolutionManagement {
194189
195190 def jfrUnitVersion = version " jfrUnit" , " 1.0.0.Alpha2"
196191
192+ def hibernateValidatorVersion = version " hibernateValidator" , " 9.0.0.Beta3"
193+ def expresslyVersion = version " expressly" , " 6.0.0-M1"
194+
195+ library( " validator" , " org.hibernate.validator" , " hibernate-validator" ). versionRef( hibernateValidatorVersion )
196+ library( " expressly" , " org.glassfish.expressly" , " expressly" ). versionRef( expresslyVersion )
197+
197198 library( " junit5Api" , " org.junit.jupiter" , " junit-jupiter-api" ). versionRef( junit5Version )
198199 library( " junit5Engine" , " org.junit.jupiter" , " junit-jupiter-engine" ). versionRef( junit5Version )
199200 library( " junit5Params" , " org.junit.jupiter" , " junit-jupiter-params" ). versionRef( junit5Version )
0 commit comments