Skip to content

Commit

Permalink
chore(deps): update maven all non-major dependencies (#410)
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 22, 2024
1 parent 43637d3 commit 66d6b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<oci.revision>${project.version}</oci.revision>
<snakeyaml.version>2.2</snakeyaml.version>
<hibernate.version>6.5.3.Final</hibernate.version>
<hibernate.version>6.6.1.Final</hibernate.version>
<testcontainers.version>1.20.2</testcontainers.version>
<flyway.version>10.13.0</flyway.version>
</properties>
Expand Down Expand Up @@ -209,7 +209,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.9.1</version>
<version>3.9.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 66d6b4c

Please sign in to comment.