Skip to content

Commit

Permalink
prepare release tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 3, 2023
1 parent 778108c commit 14bd4c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ updates:
interval: "daily"
ignore:
# ignore because it does not work with java 8
- dependency-name: "org.apache.maven.plugins:maven-site-plugin"
- dependency-name: "org.apache.maven.plugins:maven-site-plugin"
- dependency-name: "com.puppycrawl.tools:checkstyle"
versions: ["10.x"]
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<htmlunitcssparser.version>3.6.0-SNAPSHOT</htmlunitcssparser.version>
<htmlunitneko.version>3.5.0</htmlunitneko.version>
<htmlunitcorejs.version>3.6.0-SNAPSHOT</htmlunitcorejs.version>
<htmlunitxpath.version>3.5.0</htmlunitxpath.version>
<htmlunitcssparser.version>3.6.0</htmlunitcssparser.version>
<htmlunitneko.version>3.6.0</htmlunitneko.version>
<htmlunitcorejs.version>3.6.0</htmlunitcorejs.version>
<htmlunitxpath.version>3.6.0</htmlunitxpath.version>

<htmlunitdriver.version>4.12.0</htmlunitdriver.version>
<selenium.version>4.12.1</selenium.version>
Expand Down

0 comments on commit 14bd4c8

Please sign in to comment.