File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
<dependency >
69
69
<groupId >com.microsoft.playwright</groupId >
70
70
<artifactId >playwright</artifactId >
71
- <version >1.41.2 </version >
71
+ <version >1.42.0 </version >
72
72
<scope >test</scope >
73
73
</dependency >
74
74
<dependency >
86
86
<dependency >
87
87
<groupId >org.testcontainers</groupId >
88
88
<artifactId >junit-jupiter</artifactId >
89
- <version >1.19.6 </version >
89
+ <version >1.19.7 </version >
90
90
<scope >test</scope >
91
91
</dependency >
92
92
<dependency >
93
93
<groupId >com.github.dasniko</groupId >
94
94
<artifactId >testcontainers-keycloak</artifactId >
95
- <version >3.2 .0</version >
95
+ <version >3.3 .0</version >
96
96
<scope >test</scope >
97
97
</dependency >
98
98
<dependency >
107
107
<plugin >
108
108
<groupId >org.apache.maven.plugins</groupId >
109
109
<artifactId >maven-compiler-plugin</artifactId >
110
- <version >3.12.1 </version >
110
+ <version >3.13.0 </version >
111
111
<configuration >
112
112
<source >17</source >
113
113
<target >17</target >
You can’t perform that action at this time.
0 commit comments