Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 026e5d3

Browse files
authored
Update pom.xml
Updated dependency versions
1 parent 9513b55 commit 026e5d3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.hi-fi</groupId>
66
<artifactId>robotframework-seleniumlibrary</artifactId>
7-
<version>3.9.1.1-SNAPSHOT</version>
7+
<version>3.12.0.0-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>Robot Framework :: SeleniumLibrary</name>
@@ -66,11 +66,11 @@
6666
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6767
<downloadSources>true</downloadSources>
6868
<downloadJavadocs>true</downloadJavadocs>
69-
<aspectj.version>1.8.13</aspectj.version>
69+
<aspectj.version>1.9.1</aspectj.version>
7070
<java.version>1.7</java.version>
71-
<robotframework.version>3.0.2</robotframework.version>
71+
<robotframework.version>3.0.4</robotframework.version>
7272
<robotframework.maven.plugin.version>1.4.7</robotframework.maven.plugin.version>
73-
<selenium.version>3.9.1</selenium.version>
73+
<selenium.version>3.12.0</selenium.version>
7474
<keywords.class>SeleniumLibrary</keywords.class>
7575
<browser>jbrowser</browser>
7676
</properties>
@@ -139,7 +139,7 @@
139139
<dependency>
140140
<groupId>com.codeborne</groupId>
141141
<artifactId>phantomjsdriver</artifactId>
142-
<version>1.4.3</version>
142+
<version>1.4.4</version>
143143
<exclusions>
144144
<exclusion>
145145
<groupId>org.seleniumhq.selenium</groupId>
@@ -159,7 +159,7 @@
159159
<dependency>
160160
<groupId>org.mockito</groupId>
161161
<artifactId>mockito-core</artifactId>
162-
<version>2.12.0</version>
162+
<version>2.18.3</version>
163163
<scope>test</scope>
164164
</dependency>
165165
</dependencies>
@@ -640,4 +640,4 @@
640640
</profile>
641641
</profiles>
642642

643-
</project>
643+
</project>

0 commit comments

Comments
 (0)