Skip to content

Commit

Permalink
[DT-400-maven]: Bump the maven-dependencies group with 6 updates (#2450)
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 Jan 21, 2025
1 parent 06827e2 commit aef01da
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 @@ -17,12 +17,12 @@
<dropwizard.version>4.0.11</dropwizard.version>
<logback.version>1.5.16</logback.version>
<pact.version>4.6.16</pact.version>
<postgres.version>42.7.4</postgres.version>
<postgres.version>42.7.5</postgres.version>
<surefire.version>3.5.2</surefire.version>
<swagger.ui.version>5.18.2</swagger.ui.version>
<swagger.ui.path>META-INF/resources/webjars/swagger-ui/${swagger.ui.version}/</swagger.ui.path>
<mockserver.version>5.15.0</mockserver.version>
<junit.version>5.10.3</junit.version>
<junit.version>5.11.4</junit.version>
<io.grpc.version>1.58.0</io.grpc.version>
<mockito.version>5.15.2</mockito.version>

Expand Down Expand Up @@ -138,7 +138,7 @@
<suppressionFile>owaspSuppression.xml</suppressionFile>
</suppressionFiles>
</configuration>
<version>12.0.0</version>
<version>12.0.1</version>
<executions>
<execution>
<goals>
Expand Down Expand Up @@ -370,7 +370,7 @@
<dependency>
<groupId>com.networknt</groupId>
<artifactId>json-schema-validator</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -449,7 +449,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.79</version>
<version>1.80</version>
</dependency>

<dependency>
Expand Down

0 comments on commit aef01da

Please sign in to comment.