|
51 | 51 | <dependency>
|
52 | 52 | <groupId>com.google.gwt</groupId>
|
53 | 53 | <artifactId>gwt-dev</artifactId>
|
54 |
| - <version>2.7.0</version> |
| 54 | + <version>2.8.0</version> |
55 | 55 | </dependency>
|
56 | 56 | <dependency>
|
57 | 57 | <groupId>com.google.gwt</groupId>
|
58 | 58 | <artifactId>gwt-user</artifactId>
|
59 |
| - <version>2.7.0</version> |
| 59 | + <version>2.8.0</version> |
60 | 60 | </dependency>
|
61 | 61 |
|
62 | 62 | <dependency>
|
63 | 63 | <groupId>junit</groupId>
|
64 | 64 | <artifactId>junit</artifactId>
|
65 |
| - <version>4.11</version> |
| 65 | + <version>4.12</version> |
66 | 66 | </dependency>
|
67 | 67 | <dependency>
|
68 | 68 | <groupId>org.mockito</groupId>
|
69 | 69 | <artifactId>mockito-core</artifactId>
|
70 |
| - <version>1.9.5</version> |
| 70 | + <version>1.10.19</version> |
71 | 71 | </dependency>
|
72 | 72 | <dependency>
|
73 | 73 | <groupId>org.javassist</groupId>
|
74 | 74 | <artifactId>javassist</artifactId>
|
75 |
| - <version>3.17.1-GA</version> |
| 75 | + <version>3.20.0-GA</version> |
76 | 76 | </dependency>
|
77 | 77 |
|
78 | 78 | <dependency>
|
|
87 | 87 | <dependency>
|
88 | 88 | <groupId>org.powermock</groupId>
|
89 | 89 | <artifactId>powermock-api-mockito</artifactId>
|
90 |
| - <version>1.5.1</version> |
| 90 | + <version>1.6.6</version> |
91 | 91 | <scope>test</scope>
|
92 | 92 | </dependency>
|
93 | 93 | </dependencies>
|
|
99 | 99 | <plugin>
|
100 | 100 | <groupId>org.apache.maven.plugins</groupId>
|
101 | 101 | <artifactId>maven-compiler-plugin</artifactId>
|
102 |
| - <version>3.1</version> |
| 102 | + <version>3.6.0</version> |
103 | 103 | <configuration>
|
104 |
| - <source>1.6</source> |
105 |
| - <target>1.6</target> |
| 104 | + <source>1.8</source> |
| 105 | + <target>1.8</target> |
106 | 106 | </configuration>
|
107 | 107 | </plugin>
|
108 | 108 | <plugin>
|
|
121 | 121 | <plugin>
|
122 | 122 | <groupId>org.apache.maven.plugins</groupId>
|
123 | 123 | <artifactId>maven-javadoc-plugin</artifactId>
|
124 |
| - <version>2.8.1</version> |
| 124 | + <version>2.10.4</version> |
125 | 125 | <configuration>
|
126 | 126 | <excludePackageNames>*.impl</excludePackageNames>
|
127 | 127 | <linksource>true</linksource>
|
|
135 | 135 | <plugin>
|
136 | 136 | <groupId>net.ltgt.gwt.maven</groupId>
|
137 | 137 | <artifactId>gwt-maven-plugin</artifactId>
|
138 |
| - <version>1.0-alpha-3</version> |
| 138 | + <version>1.0-rc-6</version> |
139 | 139 | <extensions>true</extensions>
|
140 | 140 | </plugin>
|
141 | 141 | </plugins>
|
|
0 commit comments