Skip to content

Commit

Permalink
fix(deps): update maven all non-major dependencies (#84)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 2c02eaf commit aeadbbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
</sonar.coverage.exclusions>
<sonar.java.checkstyle.reportPaths>target/checkstyle-result.xml</sonar.java.checkstyle.reportPaths>

<junit-jupiter-api.version>5.10.5</junit-jupiter-api.version>
<junit-jupiter-api.version>5.11.3</junit-jupiter-api.version>
<oci.revision>${project.version}</oci.revision>
<assertj-core.version>3.25.3</assertj-core.version>
<assertj-core.version>3.26.3</assertj-core.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>jakarta.validation</groupId>
<artifactId>jakarta.validation-api</artifactId>
<version>3.0.2</version>
<version>3.1.0</version>
</dependency>

<!-- Test Dependencies -->
Expand Down

0 comments on commit aeadbbb

Please sign in to comment.