Skip to content

Commit 83fc00e

Browse files
authored
Merge pull request #40 from SentryMan/constraint
New Avaje Constraints
2 parents 3e261bf + c35044c commit 83fc00e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

avaje-nima/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
</dependency>
4545
<dependency>
4646
<groupId>io.avaje</groupId>
47-
<artifactId>validator-constraints</artifactId>
47+
<artifactId>avaje-validator-constraints</artifactId>
4848
<version>${avaje-validator.version}</version>
4949
</dependency>
5050
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<avaje-inject.version>9.9</avaje-inject.version>
3030
<avaje-jsonb.version>1.9</avaje-jsonb.version>
3131
<avaje-http.version>2.0</avaje-http.version>
32-
<avaje-validator.version>1.2</avaje-validator.version>
32+
<avaje-validator.version>1.3</avaje-validator.version>
3333
<nima.version>4.0.0</nima.version>
3434
</properties>
3535

0 commit comments

Comments
 (0)