Skip to content

Commit

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 36aab85 commit 8914a9a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<jersey.version>2.19</jersey.version>
<junit.version>5.10.1</junit.version>
<mockserver.version>5.15.0</mockserver.version>
<surefire.version>3.2.2</surefire.version>
<surefire.version>3.2.3</surefire.version>
<swagger.ui.version>5.10.3</swagger.ui.version>
<swagger.ui.path>META-INF/resources/webjars/swagger-ui/${swagger.ui.version}/</swagger.ui.path>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -151,7 +151,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 @@ -281,7 +281,7 @@
<plugin>
<groupId>com.googlecode.maven-download-plugin</groupId>
<artifactId>download-maven-plugin</artifactId>
<version>1.6.8</version>
<version>1.8.0</version>
<executions>
<execution>
<id>swagger-ui</id>
Expand Down Expand Up @@ -347,7 +347,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.0.4</version>
<version>9.0.7</version>
<configuration>
<failBuildOnCVSS>1</failBuildOnCVSS>
<suppressionFiles>
Expand Down Expand Up @@ -404,7 +404,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry</artifactId>
<version>7.0.0</version>
<version>7.1.0</version>
</dependency>

<dependency>
Expand All @@ -416,7 +416,7 @@
<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 Expand Up @@ -447,7 +447,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-context</artifactId>
<version>1.60.0</version>
<version>1.60.1</version>
</dependency>

<dependency>
Expand All @@ -459,7 +459,7 @@
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client</artifactId>
<version>8.11.2</version>
<version>8.11.3</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -504,7 +504,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 All @@ -517,13 +517,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>

<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.0.88</version>
<version>1.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 8914a9a

Please sign in to comment.