Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2022
1 parent 9949c12 commit 8c66d6e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>dev.vality</groupId>
<artifactId>service-parent-pom</artifactId>
<version>1.0.17</version>
<version>1.0.19</version>
</parent>

<artifactId>wachter</artifactId>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>dev.vality</groupId>
<artifactId>bouncer-proto</artifactId>
<version>1.43-2c07755</version>
<version>1.47-bf27816</version>
</dependency>
<dependency>
<groupId>dev.vality.geck</groupId>
Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>dev.vality</groupId>
<artifactId>damsel</artifactId>
<version>1.566-03bbf48</version>
<version>1.580-d59017c</version>
</dependency>

<!--spring-->
Expand All @@ -67,7 +67,7 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-admin-client</artifactId>
<version>18.0.0</version>
<version>18.0.2</version>
<exclusions>
<exclusion>
<groupId>org.jboss.resteasy</groupId>
Expand All @@ -90,7 +90,7 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-spring-security-adapter</artifactId>
<version>18.0.0</version>
<version>18.0.2</version>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
Expand Down Expand Up @@ -152,7 +152,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.69</version>
<version>1.70</version>
</dependency>

<!--test-->
Expand All @@ -170,13 +170,13 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<version>2.33.2</version>
<version>2.35.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-contract-wiremock</artifactId>
<version>3.1.1</version>
<version>3.1.5</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -211,7 +211,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-remote-resources-plugin</artifactId>
<version>1.6.0</version>
<version>1.7.0</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.shared</groupId>
Expand Down

0 comments on commit 8c66d6e

Please sign in to comment.