Skip to content

Commit

Permalink
Revert "[DCJ-400-maven]: Bump the maven-dependencies group with 5 upd…
Browse files Browse the repository at this point in the history
…ates" (#994)
  • Loading branch information
rushtong authored Nov 5, 2024
1 parent 3003c17 commit d4e422f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.11.3</junit.version>
<mockserver.version>5.15.0</mockserver.version>
<surefire.version>3.5.2</surefire.version>
<surefire.version>3.5.1</surefire.version>
<swagger.ui.version>5.17.14</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 @@ -329,7 +329,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>11.1.0</version>
<version>11.0.0</version>
<configuration>
<failBuildOnCVSS>1</failBuildOnCVSS>
<suppressionFiles>
Expand Down Expand Up @@ -430,7 +430,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-context</artifactId>
<version>1.68.1</version>
<version>1.68.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -500,13 +500,13 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.18.1</version>
<version>2.18.0</version>
</dependency>

<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.5.3</version>
<version>1.5.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d4e422f

Please sign in to comment.