Skip to content

Commit

Permalink
update dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vmi committed Jul 4, 2021
1 parent ca8511e commit 1dc6467
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Selenese Runner Java Relase Note
* `choose cancel on next prompt`
* `choose ok on next confirmation`
* `choose cancel on next confirmation`
* Update dependency versions.

### 3.33.0

Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
<target.version>1.8</target.version>
<skipTests>true</skipTests>
<selenium.version>3.141.59</selenium.version>
<htmlunit.version>2.49.0</htmlunit.version>
<htmlunit.version>2.51.0</htmlunit.version>
<htmlunit-core-js.version>${htmlunit.version}</htmlunit-core-js.version>
<neko-htmlunit.version>${htmlunit.version}</neko-htmlunit.version>
<htmlunit-driver.version>${htmlunit.version}</htmlunit-driver.version>
<slf4j.version>1.7.30</slf4j.version>
<slf4j.version>1.7.31</slf4j.version>
<maven.version.rules>file://${basedir}/version-rules.xml</maven.version.rules>
<shade.java.srcdir>src/shade/java</shade.java.srcdir>
<shade.java.destdir>target/shade-classes</shade.java.destdir>
Expand Down Expand Up @@ -398,7 +398,7 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-commons-net</artifactId>
<version>1.10.9</version>
<version>1.10.10</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -537,7 +537,7 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.63.Final</version>
<version>4.1.65.Final</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -579,7 +579,7 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>args4j</groupId>
Expand Down Expand Up @@ -624,7 +624,7 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.6</version>
<version>2.8.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -669,7 +669,7 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
<dependency>
<groupId>com.assertthat</groupId>
<artifactId>selenium-shutterbug</artifactId>
<version>1.4</version>
<version>1.5</version>
<exclusions>
<exclusion>
<groupId>org.seleniumhq.selenium</groupId>
Expand All @@ -686,7 +686,7 @@ It supports test-case and test-suite which are Selenium IDE's native format.</de
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.3</version>
<version>2.3.4</version>
</dependency>
</dependencies>
<reporting>
Expand Down

0 comments on commit 1dc6467

Please sign in to comment.