Skip to content

Commit

Permalink
[DCJ-400-maven]: Bump the maven-dependencies group with 6 updates (#973)
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 Jul 9, 2024
1 parent 43880a7 commit 9d50d49
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 @@ -329,7 +329,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>10.0.0</version>
<version>10.0.2</version>
<configuration>
<failBuildOnCVSS>1</failBuildOnCVSS>
<suppressionFiles>
Expand Down Expand Up @@ -435,13 +435,13 @@
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-storage</artifactId>
<version>v1-rev20240621-2.0.0</version>
<version>v1-rev20240625-2.0.0</version>
</dependency>

<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client</artifactId>
<version>8.14.1</version>
<version>8.14.2</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -486,7 +486,7 @@
<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-common</artifactId>
<version>11.0.21</version>
<version>11.0.22</version>
</dependency>

<dependency>
Expand All @@ -499,13 +499,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>

<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.4.3</version>
<version>1.5.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9d50d49

Please sign in to comment.