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 25, 2024
1 parent f99f612 commit 60226bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 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.5</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>ca.bc.gov.restapi</groupId>
Expand Down 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.6.3.Final</hibernate.version>
<hibernate.version>6.6.4.Final</hibernate.version>
<testcontainers.version>1.20.4</testcontainers.version>
<flyway.version>10.13.0</flyway.version>
</properties>
Expand Down Expand Up @@ -216,7 +216,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.9.2</version>
<version>3.10.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -494,7 +494,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.20.1</version>
<version>10.21.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 60226bf

Please sign in to comment.