Skip to content

Commit

Permalink
[DUOS-1740-dependabot]: Bump the maven-dependencies group with 10 upd…
Browse files Browse the repository at this point in the history
…ates (#2222)

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 Jan 2, 2024
1 parent 8c6af83 commit b17817d
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<java.version>17</java.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<liquibase.version>4.25.0</liquibase.version>
<liquibase.version>4.25.1</liquibase.version>
<dropwizard.version>4.0.4</dropwizard.version>
<logback.version>1.4.14</logback.version>
<pact.version>4.6.4</pact.version>
Expand Down Expand Up @@ -138,7 +138,7 @@
<suppressionFile>owaspSuppression.xml</suppressionFile>
</suppressionFiles>
</configuration>
<version>9.0.6</version>
<version>9.0.7</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -276,7 +276,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<release>17</release>
</configuration>
Expand Down Expand Up @@ -375,7 +375,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -414,7 +414,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.parboiled/parboiled-java -->
Expand Down Expand Up @@ -445,13 +445,13 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
<version>2.0.10</version>
</dependency>

<!-- Support for JSON logging -->
Expand Down Expand Up @@ -497,7 +497,7 @@
<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-common</artifactId>
<version>11.0.18</version>
<version>11.0.19</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -628,14 +628,14 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.17.1</version>
<version>1.17.2</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.3-jre</version>
<version>33.0.0-jre</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b17817d

Please sign in to comment.