Skip to content

Commit

Permalink
[DCJ-400-maven]: Bump the maven-dependencies group with 6 updates (#2370
Browse files Browse the repository at this point in the history
)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 77192e4 commit d3b1d0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<liquibase.version>4.29.0</liquibase.version>
<liquibase.version>4.29.1</liquibase.version>
<dropwizard.version>4.0.4</dropwizard.version>
<logback.version>1.4.14</logback.version>
<pact.version>4.6.11</pact.version>
Expand Down Expand Up @@ -358,7 +358,7 @@
<groupId>org.jdbi</groupId>
<artifactId>jdbi3-bom</artifactId>
<type>pom</type>
<version>3.45.2</version>
<version>3.45.3</version>
<scope>import</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -467,7 +467,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>7.12.1</version>
<version>7.13.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -669,15 +669,15 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
<scope>test</scope>
</dependency>

<!-- Required for mocking ontology and elastic search instances -->
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mockserver</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
<scope>test</scope>
</dependency>

Expand All @@ -700,7 +700,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.40.1</version>
<version>2.41.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d3b1d0f

Please sign in to comment.