Skip to content

Commit

Permalink
Merge pull request #40 from SentryMan/constraint
Browse files Browse the repository at this point in the history
New Avaje Constraints
  • Loading branch information
rob-bygrave authored Oct 30, 2023
2 parents 3e261bf + c35044c commit 83fc00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion avaje-nima/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
</dependency>
<dependency>
<groupId>io.avaje</groupId>
<artifactId>validator-constraints</artifactId>
<artifactId>avaje-validator-constraints</artifactId>
<version>${avaje-validator.version}</version>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<avaje-inject.version>9.9</avaje-inject.version>
<avaje-jsonb.version>1.9</avaje-jsonb.version>
<avaje-http.version>2.0</avaje-http.version>
<avaje-validator.version>1.2</avaje-validator.version>
<avaje-validator.version>1.3</avaje-validator.version>
<nima.version>4.0.0</nima.version>
</properties>

Expand Down

0 comments on commit 83fc00e

Please sign in to comment.