Skip to content

Commit

Permalink
Merge branch 'master' into tidy-client
Browse files Browse the repository at this point in the history
  • Loading branch information
SentryMan authored May 29, 2024
2 parents b63668e + a0e2a92 commit ce88005
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http-generator-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.0.2</version>
<version>3.1.0</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
<junit.version>5.10.2</junit.version>
<assertj.version>3.25.3</assertj.version>
<assertj.version>3.26.0</assertj.version>
<jackson.version>2.17.1</jackson.version>
<jex.version>2.5</jex.version>
<avaje-inject.version>9.12</avaje-inject.version>
Expand Down

0 comments on commit ce88005

Please sign in to comment.