8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b2906 commit e2d9d02Copy full SHA for e2d9d02
pom.xml
@@ -28,7 +28,7 @@
28
29
<properties>
30
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
31
- <selenium-java.version>2.49.0</selenium-java.version>
+ <selenium-java.version>2.49.1</selenium-java.version>
32
<jdk.version>1.7</jdk.version>
33
</properties>
34
@@ -111,7 +111,7 @@
111
<plugin>
112
<groupId>org.apache.maven.plugins</groupId>
113
<artifactId>maven-compiler-plugin</artifactId>
114
- <version>3.3</version>
+ <version>3.5</version>
115
<configuration>
116
<source>${jdk.version}</source>
117
<target>${jdk.version}</target>
0 commit comments