Skip to content

Commit

Permalink
fix(deps): update maven all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent efd2d74 commit 4702e87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>ca.bc.gov.restapi</groupId>
Expand Down Expand Up @@ -40,8 +40,8 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<oci.revision>${project.version}</oci.revision>
<snakeyaml.version>2.2</snakeyaml.version>
<hibernate.version>6.6.2.Final</hibernate.version>
<testcontainers.version>1.20.3</testcontainers.version>
<hibernate.version>6.6.3.Final</hibernate.version>
<testcontainers.version>1.20.4</testcontainers.version>
<flyway.version>10.13.0</flyway.version>
</properties>

Expand Down

0 comments on commit 4702e87

Please sign in to comment.