Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent f954fce commit 6bff3cf
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,8 +17,8 @@
</licenses>

<properties>
<keycloak.version>26.0.7</keycloak.version>
<keycloak.client.version>26.0.3</keycloak.client.version>
<keycloak.version>26.1.0</keycloak.version>
<keycloak.client.version>26.0.4</keycloak.client.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-jaxrs</artifactId>
<version>4.0.5</version>
<version>4.0.6</version>
<scope>compile</scope>
</dependency>

Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.github.dasniko</groupId>
<artifactId>testcontainers-keycloak</artifactId>
<version>3.5.1</version>
<version>3.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -168,7 +168,7 @@
<plugin>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-open-api-maven-plugin</artifactId>
<version>4.0.5</version>
<version>4.0.6</version>
<executions>
<execution>
<phase>compile</phase>
Expand Down

0 comments on commit 6bff3cf

Please sign in to comment.