Skip to content
This repository was archived by the owner on Nov 15, 2022. It is now read-only.

Commit 5fcb8c5

Browse files
h2002044yaminikb
authored andcommitted
Integ: hibernate-validator 6.0.1Final (Issue #22193) (#22194)
1 parent a18f292 commit 5fcb8c5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

appserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<javax.security.jacc-api.version>1.5</javax.security.jacc-api.version>
8181
<javax.security.auth.message-api.version>1.1</javax.security.auth.message-api.version>
8282
<!-- Ensure that nucleus/pom.xml's javax.validation property is of same value as the one below -->
83-
<javax.validation-api.version>2.0.0.CR3</javax.validation-api.version>
83+
<javax.validation-api.version>2.0.0.Final</javax.validation-api.version>
8484
<javax.security.enterprise-api.version>1.0-b12</javax.security.enterprise-api.version>
8585
<javax.security.enterprise.version>1.0-b11</javax.security.enterprise.version>
8686

nucleus/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
<grizzly.npn.version>1.7</grizzly.npn.version>
133133
<jboss.logging.annotation.version>2.0.1.Final</jboss.logging.annotation.version>
134134
<!-- Ensure that appserver/pom.xml's javax.validation property is of same value as the one below -->
135-
<javax.validation.version>2.0.0.CR3</javax.validation.version>
136-
<hibernate-validator.version>6.0.0.CR3</hibernate-validator.version>
135+
<javax.validation.version>2.0.0.Final</javax.validation.version>
136+
<hibernate-validator.version>6.0.1.Final</hibernate-validator.version>
137137
<javassist.version>3.22.0-CR2</javassist.version>
138138
<javax.el.version>3.0.1-b08</javax.el.version>
139139
<javax.el-api.version>3.0.1-b04</javax.el-api.version>

0 commit comments

Comments
 (0)