Skip to content

Commit 183aac0

Browse files
chore(deps): update all non-major dependencies
1 parent bfa74c6 commit 183aac0

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>24.0.1</keycloak.version>
20+
<keycloak.version>24.0.4</keycloak.version>
2121
</properties>
2222

2323
<dependencies>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.projectlombok</groupId>
5656
<artifactId>lombok</artifactId>
57-
<version>1.18.30</version>
57+
<version>1.18.32</version>
5858
<scope>provided</scope>
5959
</dependency>
6060

@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.microsoft.playwright</groupId>
7070
<artifactId>playwright</artifactId>
71-
<version>1.41.2</version>
71+
<version>1.44.0</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>
@@ -80,19 +80,19 @@
8080
<dependency>
8181
<groupId>org.assertj</groupId>
8282
<artifactId>assertj-core</artifactId>
83-
<version>3.25.3</version>
83+
<version>3.26.0</version>
8484
<scope>test</scope>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.testcontainers</groupId>
8888
<artifactId>junit-jupiter</artifactId>
89-
<version>1.19.6</version>
89+
<version>1.19.8</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.github.dasniko</groupId>
9494
<artifactId>testcontainers-keycloak</artifactId>
95-
<version>3.2.0</version>
95+
<version>3.3.1</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.apache.maven.plugins</groupId>
109109
<artifactId>maven-compiler-plugin</artifactId>
110-
<version>3.12.1</version>
110+
<version>3.13.0</version>
111111
<configuration>
112112
<source>17</source>
113113
<target>17</target>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-shade-plugin</artifactId>
119-
<version>3.5.2</version>
119+
<version>3.6.0</version>
120120
</plugin>
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)