Skip to content

Commit

Permalink
[DCJ-400-maven]: Bump the maven-dependencies group with 8 updates (#991)
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 Oct 22, 2024
1 parent 89bc938 commit e371cba
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 @@ -11,20 +11,20 @@

<properties>
<dropwizard.version>4.0.7</dropwizard.version>
<logback.version>1.5.10</logback.version>
<logback.version>1.5.11</logback.version>
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<jena.version>2.6.4</jena.version>
<jersey.version>2.19</jersey.version>
<junit.version>5.11.2</junit.version>
<junit.version>5.11.3</junit.version>
<mockserver.version>5.15.0</mockserver.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>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<mockito.version>5.14.1</mockito.version>
<mockito.version>5.14.2</mockito.version>
</properties>

<profiles>
Expand Down Expand Up @@ -329,7 +329,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>10.0.4</version>
<version>11.0.0</version>
<configuration>
<failBuildOnCVSS>1</failBuildOnCVSS>
<suppressionFiles>
Expand Down Expand Up @@ -442,7 +442,7 @@
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client</artifactId>
<version>8.15.2</version>
<version>8.15.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e371cba

Please sign in to comment.