Skip to content

Commit e926548

Browse files
committed
update dependency versions.
1 parent d85cbb1 commit e926548

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
4646
<target.version>1.8</target.version>
4747
<skipTests>true</skipTests>
4848
<selenium.version>3.141.59</selenium.version>
49-
<htmlunit.version>2.37.0</htmlunit.version>
49+
<htmlunit.version>2.38.0</htmlunit.version>
5050
<htmlunit-core-js.version>${htmlunit.version}</htmlunit-core-js.version>
5151
<neko-htmlunit.version>${htmlunit.version}</neko-htmlunit.version>
5252
<htmlunit-driver.version>${htmlunit.version}</htmlunit-driver.version>
@@ -537,7 +537,7 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
537537
<dependency>
538538
<groupId>io.netty</groupId>
539539
<artifactId>netty-all</artifactId>
540-
<version>4.1.45.Final</version>
540+
<version>4.1.47.Final</version>
541541
</dependency>
542542
</dependencies>
543543
</dependencyManagement>
@@ -619,7 +619,7 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
619619
<dependency>
620620
<groupId>com.floreysoft</groupId>
621621
<artifactId>jmte</artifactId>
622-
<version>5.0.0</version>
622+
<version>6.0.0</version>
623623
</dependency>
624624
<dependency>
625625
<groupId>com.google.code.gson</groupId>
@@ -681,7 +681,7 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
681681
<dependency>
682682
<groupId>jakarta.xml.bind</groupId>
683683
<artifactId>jakarta.xml.bind-api</artifactId>
684-
<version>2.3.2</version>
684+
<version>2.3.3</version>
685685
</dependency>
686686
<dependency>
687687
<groupId>org.glassfish.jaxb</groupId>

version-rules.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</rule>
3333
<rule groupId="jakarta.xml.bind" artifactId="jakarta.xml.bind-api">
3434
<ignoreVersions>
35-
<ignoreVersion type="regex">\d+(\.\d+)+-b[\d.]+</ignoreVersion>
35+
<ignoreVersion type="regex">\d+(\.\d+)+-b[\d.]+|.*-RC\d+</ignoreVersion>
3636
</ignoreVersions>
3737
</rule>
3838
<rule groupId="org.glassfish.jaxb" artifactId="jaxb-runtime">

0 commit comments

Comments
 (0)