Skip to content

Commit f492be6

Browse files
chore(deps): update all non-major dependencies
1 parent 8f23b7f commit f492be6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</licenses>
1818

1919
<properties>
20-
<keycloak.version>23.0.4</keycloak.version>
20+
<keycloak.version>23.0.6</keycloak.version>
2121
</properties>
2222

2323
<dependencies>
@@ -61,32 +61,32 @@
6161
<dependency>
6262
<groupId>io.smallrye</groupId>
6363
<artifactId>smallrye-open-api-jaxrs</artifactId>
64-
<version>3.8.0</version>
64+
<version>3.10.0</version>
6565
<scope>compile</scope>
6666
</dependency>
6767

6868
<dependency>
6969
<groupId>com.microsoft.playwright</groupId>
7070
<artifactId>playwright</artifactId>
71-
<version>1.41.0</version>
71+
<version>1.41.2</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.junit.jupiter</groupId>
7676
<artifactId>junit-jupiter</artifactId>
77-
<version>5.10.1</version>
77+
<version>5.10.2</version>
7878
<scope>test</scope>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.assertj</groupId>
8282
<artifactId>assertj-core</artifactId>
83-
<version>3.25.2</version>
83+
<version>3.25.3</version>
8484
<scope>test</scope>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.testcontainers</groupId>
8888
<artifactId>junit-jupiter</artifactId>
89-
<version>1.19.3</version>
89+
<version>1.19.5</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-shade-plugin</artifactId>
119-
<version>3.5.1</version>
119+
<version>3.5.2</version>
120120
</plugin>
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
@@ -167,7 +167,7 @@
167167
<plugin>
168168
<groupId>io.smallrye</groupId>
169169
<artifactId>smallrye-open-api-maven-plugin</artifactId>
170-
<version>3.8.0</version>
170+
<version>3.10.0</version>
171171
<executions>
172172
<execution>
173173
<phase>compile</phase>

0 commit comments

Comments
 (0)