Skip to content

Commit

Permalink
Merge pull request #558 from avaje/dependabot/maven/master/dependenci…
Browse files Browse the repository at this point in the history
…es-257120c257

Bump the dependencies group with 6 updates
  • Loading branch information
github-actions[bot] authored Jan 27, 2025
2 parents 6c734c0 + 6eb173f commit 7895a48
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<swagger.version>2.2.28</swagger.version>
<jackson.version>2.14.2</jackson.version>
<jex.version>3.0-RC10</jex.version>
<avaje.prisms.version>1.37</avaje.prisms.version>
<avaje.prisms.version>1.38</avaje.prisms.version>
<project.build.outputTimestamp>2025-01-16T05:02:23Z</project.build.outputTimestamp>
<module-info.shade>${project.build.directory}${file.separator}module-info.shade</module-info.shade>
</properties>
Expand Down
8 changes: 4 additions & 4 deletions tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<junit.version>5.11.4</junit.version>
<assertj.version>3.27.3</assertj.version>
<jackson.version>2.18.2</jackson.version>
<jex.version>3.0-RC15</jex.version>
<jex.version>3.0-RC16</jex.version>
<avaje-inject.version>11.1</avaje-inject.version>
<nima.version>4.1.6</nima.version>
<javalin.version>6.4.0</javalin.version>
Expand Down Expand Up @@ -48,19 +48,19 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator</artifactId>
<version>2.4</version>
<version>2.5</version>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-constraints</artifactId>
<version>2.4</version>
<version>2.5</version>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-generator</artifactId>
<version>2.4</version>
<version>2.5</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-javalin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator</artifactId>
<version>2.4</version>
<version>2.5</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-nima-jsonb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<path>
<groupId>io.avaje</groupId>
<artifactId>avaje-validator-generator</artifactId>
<version>2.4</version>
<version>2.5</version>
</path>
</annotationProcessorPaths>
</configuration>
Expand Down

0 comments on commit 7895a48

Please sign in to comment.