Skip to content

Commit

Permalink
chore(deps): update maven all non-major dependencies (#411)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paulo Gomes da Cruz Junior <[email protected]>
Co-authored-by: Paulo Gomes da Cruz Junior <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent 468f289 commit cab005b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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 Expand Up @@ -176,8 +176,7 @@
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>oracle-xe</artifactId>
<version>1.20.2</version>
<artifactId>oracle-xe</artifactId>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit cab005b

Please sign in to comment.