Skip to content

Commit 6eb173f

Browse files
Bump the dependencies group with 6 updates
Bumps the dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [io.avaje:avaje-prisms](https://github.com/avaje/avaje-prisms) | `1.37` | `1.38` | | [io.avaje:avaje-validator](https://github.com/avaje/avaje-validator) | `2.4` | `2.5` | | io.avaje:avaje-validator-constraints | `2.4` | `2.5` | | io.avaje:avaje-validator-generator | `2.4` | `2.5` | | [io.avaje:avaje-jex](https://github.com/avaje/avaje-jex) | `3.0-RC15` | `3.0-RC16` | | io.avaje:avaje-jex-htmx | `3.0-RC15` | `3.0-RC16` | Updates `io.avaje:avaje-prisms` from 1.37 to 1.38 - [Release notes](https://github.com/avaje/avaje-prisms/releases) - [Commits](avaje/avaje-prisms@1.37...1.38) Updates `io.avaje:avaje-validator` from 2.4 to 2.5 - [Release notes](https://github.com/avaje/avaje-validator/releases) - [Commits](avaje/avaje-validator@2.4...2.5) Updates `io.avaje:avaje-validator-constraints` from 2.4 to 2.5 Updates `io.avaje:avaje-validator-generator` from 2.4 to 2.5 Updates `io.avaje:avaje-jex` from 3.0-RC15 to 3.0-RC16 - [Release notes](https://github.com/avaje/avaje-jex/releases) - [Commits](https://github.com/avaje/avaje-jex/commits) Updates `io.avaje:avaje-jex-htmx` from 3.0-RC15 to 3.0-RC16 Updates `io.avaje:avaje-jex-htmx` from 3.0-RC15 to 3.0-RC16 --- updated-dependencies: - dependency-name: io.avaje:avaje-prisms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-validator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-validator-constraints dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-validator-generator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-jex dependency-type: direct:development dependency-group: dependencies - dependency-name: io.avaje:avaje-jex-htmx dependency-type: direct:production dependency-group: dependencies - dependency-name: io.avaje:avaje-jex-htmx dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c734c0 commit 6eb173f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<swagger.version>2.2.28</swagger.version>
2323
<jackson.version>2.14.2</jackson.version>
2424
<jex.version>3.0-RC10</jex.version>
25-
<avaje.prisms.version>1.37</avaje.prisms.version>
25+
<avaje.prisms.version>1.38</avaje.prisms.version>
2626
<project.build.outputTimestamp>2025-01-16T05:02:23Z</project.build.outputTimestamp>
2727
<module-info.shade>${project.build.directory}${file.separator}module-info.shade</module-info.shade>
2828
</properties>

tests/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<junit.version>5.11.4</junit.version>
1616
<assertj.version>3.27.3</assertj.version>
1717
<jackson.version>2.18.2</jackson.version>
18-
<jex.version>3.0-RC15</jex.version>
18+
<jex.version>3.0-RC16</jex.version>
1919
<avaje-inject.version>11.1</avaje-inject.version>
2020
<nima.version>4.1.6</nima.version>
2121
<javalin.version>6.4.0</javalin.version>
@@ -48,19 +48,19 @@
4848
<dependency>
4949
<groupId>io.avaje</groupId>
5050
<artifactId>avaje-validator</artifactId>
51-
<version>2.4</version>
51+
<version>2.5</version>
5252
</dependency>
5353

5454
<dependency>
5555
<groupId>io.avaje</groupId>
5656
<artifactId>avaje-validator-constraints</artifactId>
57-
<version>2.4</version>
57+
<version>2.5</version>
5858
</dependency>
5959

6060
<dependency>
6161
<groupId>io.avaje</groupId>
6262
<artifactId>avaje-validator-generator</artifactId>
63-
<version>2.4</version>
63+
<version>2.5</version>
6464
</dependency>
6565

6666
</dependencies>

tests/test-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>io.avaje</groupId>
5959
<artifactId>avaje-validator</artifactId>
60-
<version>2.4</version>
60+
<version>2.5</version>
6161
</dependency>
6262

6363
<dependency>

tests/test-nima-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<path>
9191
<groupId>io.avaje</groupId>
9292
<artifactId>avaje-validator-generator</artifactId>
93-
<version>2.4</version>
93+
<version>2.5</version>
9494
</path>
9595
</annotationProcessorPaths>
9696
</configuration>

0 commit comments

Comments
 (0)