Skip to content

Commit 961936e

Browse files
committed
2.13
1 parent 35d9e2f commit 961936e

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ For types we cannot annotate with `@Valid` we can place `@ImportValidPojo` on an
9999

100100
```java
101101
// build using defaults
102-
Validator validator = Validator.builder().build();
102+
Validator validator = Validator.instance();
103103

104104
Customer customer = ...;
105105

blackbox-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-validator-parent</artifactId>
8-
<version>2.12</version>
8+
<version>2.13</version>
99
</parent>
1010

1111
<artifactId>validator-blackbox-test</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>io.avaje</groupId>
1313
<artifactId>avaje-validator-parent</artifactId>
14-
<version>2.12</version>
14+
<version>2.13</version>
1515

1616
<packaging>pom</packaging>
1717
<name>validator parent</name>
@@ -29,7 +29,7 @@
2929
<maven.compiler.release>17</maven.compiler.release>
3030
<inject.version>11.5</inject.version>
3131
<spi.version>2.13</spi.version>
32-
<project.build.outputTimestamp>2025-07-09T01:37:41Z</project.build.outputTimestamp>
32+
<project.build.outputTimestamp>2025-07-24T22:58:28Z</project.build.outputTimestamp>
3333
</properties>
3434

3535
<modules>

validator-constraints/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-validator-parent</artifactId>
8-
<version>2.12</version>
8+
<version>2.13</version>
99
</parent>
1010
<artifactId>avaje-validator-constraints</artifactId>
1111
<name>validator-constraints</name>

validator-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-validator-parent</artifactId>
9-
<version>2.12</version>
9+
<version>2.13</version>
1010
</parent>
1111

1212
<artifactId>avaje-validator-generator</artifactId>

validator-http-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-validator-parent</artifactId>
8-
<version>2.12</version>
8+
<version>2.13</version>
99
</parent>
1010
<artifactId>avaje-validator-http-plugin</artifactId>
1111
<name>validator-http-plugin</name>

validator-inject-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-validator-parent</artifactId>
8-
<version>2.12</version>
8+
<version>2.13</version>
99
</parent>
1010
<artifactId>avaje-validator-inject-plugin</artifactId>
1111
<name>validator-inject-plugin</name>

validator-spring-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-validator-parent</artifactId>
8-
<version>2.12</version>
8+
<version>2.13</version>
99
</parent>
1010
<artifactId>avaje-validator-spring-starter</artifactId>
1111
<name>avaje-validator-spring-starter</name>

validator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.avaje</groupId>
77
<artifactId>avaje-validator-parent</artifactId>
8-
<version>2.12</version>
8+
<version>2.13</version>
99
</parent>
1010

1111
<artifactId>avaje-validator</artifactId>

0 commit comments

Comments
 (0)