Skip to content

Commit b955a74

Browse files
author
j.schmied@pay-co.net
committed
Update to GWT 2.8.0
1 parent 6dfd206 commit b955a74

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,28 +51,28 @@
5151
<dependency>
5252
<groupId>com.google.gwt</groupId>
5353
<artifactId>gwt-dev</artifactId>
54-
<version>2.7.0</version>
54+
<version>2.8.0</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>com.google.gwt</groupId>
5858
<artifactId>gwt-user</artifactId>
59-
<version>2.7.0</version>
59+
<version>2.8.0</version>
6060
</dependency>
6161

6262
<dependency>
6363
<groupId>junit</groupId>
6464
<artifactId>junit</artifactId>
65-
<version>4.11</version>
65+
<version>4.12</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>org.mockito</groupId>
6969
<artifactId>mockito-core</artifactId>
70-
<version>1.9.5</version>
70+
<version>1.10.19</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.javassist</groupId>
7474
<artifactId>javassist</artifactId>
75-
<version>3.17.1-GA</version>
75+
<version>3.20.0-GA</version>
7676
</dependency>
7777

7878
<dependency>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.powermock</groupId>
8989
<artifactId>powermock-api-mockito</artifactId>
90-
<version>1.5.1</version>
90+
<version>1.6.6</version>
9191
<scope>test</scope>
9292
</dependency>
9393
</dependencies>
@@ -99,10 +99,10 @@
9999
<plugin>
100100
<groupId>org.apache.maven.plugins</groupId>
101101
<artifactId>maven-compiler-plugin</artifactId>
102-
<version>3.1</version>
102+
<version>3.6.0</version>
103103
<configuration>
104-
<source>1.6</source>
105-
<target>1.6</target>
104+
<source>1.8</source>
105+
<target>1.8</target>
106106
</configuration>
107107
</plugin>
108108
<plugin>
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-javadoc-plugin</artifactId>
124-
<version>2.8.1</version>
124+
<version>2.10.4</version>
125125
<configuration>
126126
<excludePackageNames>*.impl</excludePackageNames>
127127
<linksource>true</linksource>
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>net.ltgt.gwt.maven</groupId>
137137
<artifactId>gwt-maven-plugin</artifactId>
138-
<version>1.0-alpha-3</version>
138+
<version>1.0-rc-6</version>
139139
<extensions>true</extensions>
140140
</plugin>
141141
</plugins>

0 commit comments

Comments
 (0)