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 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >org.htmlunit</groupId >
6
6
<artifactId >htmlunit-core-js</artifactId >
7
- <version >4.9.0 </version >
7
+ <version >4.11.0-SNAPSHOT </version >
8
8
<name >HtmlUnit JavaScript Engine</name >
9
9
<organization >
10
10
<name >HtmlUnit</name >
91
91
<plugin >
92
92
<groupId >org.apache.maven.plugins</groupId >
93
93
<artifactId >maven-clean-plugin</artifactId >
94
- <version >3.4.0 </version >
94
+ <version >3.4.1 </version >
95
95
<configuration >
96
96
<filesets >
97
97
<fileset >
429
429
<plugin >
430
430
<groupId >org.apache.maven.plugins</groupId >
431
431
<artifactId >maven-compiler-plugin</artifactId >
432
- <version >3.13 .0</version >
432
+ <version >3.14 .0</version >
433
433
</plugin >
434
434
<plugin >
435
435
<groupId >org.apache.maven.plugins</groupId >
544
544
<dependency >
545
545
<groupId >org.junit.jupiter</groupId >
546
546
<artifactId >junit-jupiter-engine</artifactId >
547
- <version >5.11.4 </version >
547
+ <version >5.12.0 </version >
548
548
<scope >test</scope >
549
549
</dependency >
550
550
<!-- JUnit Jupiter Engine to depend on the JUnit4 engine and JUnit 4 API -->
551
551
<dependency >
552
552
<groupId >org.junit.vintage</groupId >
553
553
<artifactId >junit-vintage-engine</artifactId >
554
- <version >5.11.3 </version >
554
+ <version >5.12.0 </version >
555
555
<scope >test</scope >
556
556
</dependency >
557
557
</dependencies >
You can’t perform that action at this time.
0 commit comments