Skip to content

Commit

Permalink
Merge branch 'main' into chore/db-code-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
paulushcgcj authored Oct 25, 2024
2 parents 9e35cd9 + cab005b commit aa631f3
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 @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>ca.bc.gov.restapi</groupId>
Expand Down Expand Up @@ -41,7 +41,7 @@
<oci.revision>${project.version}</oci.revision>
<snakeyaml.version>2.2</snakeyaml.version>
<hibernate.version>6.6.1.Final</hibernate.version>
<testcontainers.version>1.20.2</testcontainers.version>
<testcontainers.version>1.20.3</testcontainers.version>
<flyway.version>10.13.0</flyway.version>
</properties>

Expand Down

0 comments on commit aa631f3

Please sign in to comment.