Skip to content

Commit 65336e1

Browse files
committed
Upgrade to 4.38.0
1 parent 2220119 commit 65336e1

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

pom.xml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.nordstrom.ui-tools</groupId>
77
<artifactId>htmlunit-remote</artifactId>
8-
<version>4.36.2-SNAPSHOT</version>
8+
<version>4.38.0-SNAPSHOT</version>
99

1010
<name>htmlunit-remote</name>
1111
<description>This is the remote wrapper for HtmlUnitDriver</description>
@@ -32,8 +32,8 @@
3232
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
3333
<maven.compiler.source>11</maven.compiler.source>
3434
<maven.compiler.target>11</maven.compiler.target>
35-
<selenium.version>4.36.0</selenium.version>
36-
<htmlunit.version>4.36.1</htmlunit.version>
35+
<selenium.version>4.38.0</selenium.version>
36+
<htmlunit.version>4.38.0</htmlunit.version>
3737
<junit.version>4.13.2</junit.version>
3838
<checkstyle.version>10.15.0</checkstyle.version>
3939
<spotbugs.version>4.8.4</spotbugs.version>
@@ -59,6 +59,20 @@
5959
<tag>htmlunit-remote-4.30.0</tag>
6060
</scm>
6161

62+
<repositories>
63+
<repository>
64+
<name>Central Portal Snapshots</name>
65+
<id>central-portal-snapshots</id>
66+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
67+
<releases>
68+
<enabled>false</enabled>
69+
</releases>
70+
<snapshots>
71+
<enabled>true</enabled>
72+
</snapshots>
73+
</repository>
74+
</repositories>
75+
6276
<distributionManagement>
6377
<snapshotRepository>
6478
<id>ossrh</id>

0 commit comments

Comments
 (0)