File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
<maven .build.timestamp.format>yyyy-MM-dd HH:mm</maven .build.timestamp.format>
33
33
<maven .compiler.source>11</maven .compiler.source>
34
34
<maven .compiler.target>11</maven .compiler.target>
35
- <selenium .version>4.34 .0</selenium .version>
36
- <htmlunit .version>4.34 .0</htmlunit .version>
35
+ <selenium .version>4.35 .0</selenium .version>
36
+ <htmlunit .version>4.35 .0</htmlunit .version>
37
37
<junit .version>4.13.2</junit .version>
38
38
<checkstyle .version>10.15.0</checkstyle .version>
39
39
<spotbugs .version>4.8.4</spotbugs .version>
73
73
<dependencyManagement >
74
74
<dependencies >
75
75
<dependency >
76
- <groupId >org.slf4j </groupId >
77
- <artifactId >slf4j-api </artifactId >
78
- <version >1.7.35 </version >
76
+ <groupId >com.google.errorprone </groupId >
77
+ <artifactId >error_prone_annotations </artifactId >
78
+ <version >2.40.0 </version >
79
79
</dependency >
80
80
</dependencies >
81
81
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments