Skip to content

Commit

Permalink
[DUOS-1740-maven]: Bump the maven-dependencies group with 3 updates (#…
Browse files Browse the repository at this point in the history
…953)

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 Apr 29, 2024
1 parent 2adcc41 commit f1457b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<junit.version>5.10.2</junit.version>
<mockserver.version>5.15.0</mockserver.version>
<surefire.version>3.2.5</surefire.version>
<swagger.ui.version>5.15.2-1</swagger.ui.version>
<swagger.ui.version>5.17.2</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>
Expand Down Expand Up @@ -214,7 +214,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
<configuration>
<finalName>consent-ontology</finalName>
<createDependencyReducedPom>true</createDependencyReducedPom>
Expand Down Expand Up @@ -416,7 +416,7 @@
<dependency>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<exclusions>
<exclusion>
<groupId>io.grpc</groupId>
Expand Down

0 comments on commit f1457b4

Please sign in to comment.