|
59 | 59 | <dependency>
|
60 | 60 | <groupId>org.slf4j</groupId>
|
61 | 61 | <artifactId>slf4j-api</artifactId>
|
62 |
| - <version>2.0.6</version> |
| 62 | + <version>2.0.13</version> |
63 | 63 | </dependency>
|
64 | 64 |
|
65 | 65 | <dependency>
|
|
95 | 95 | <plugin>
|
96 | 96 | <groupId>org.apache.maven.plugins</groupId>
|
97 | 97 | <artifactId>maven-compiler-plugin</artifactId>
|
98 |
| - <version>3.8.1</version> |
| 98 | + <version>3.11.0</version> |
99 | 99 | <configuration>
|
100 | 100 | <release>11</release>
|
101 | 101 | </configuration>
|
|
121 | 121 | <plugin>
|
122 | 122 | <groupId>org.apache.maven.plugins</groupId>
|
123 | 123 | <artifactId>maven-javadoc-plugin</artifactId>
|
124 |
| - <version>3.3.0</version> |
| 124 | + <version>3.4.1</version> |
125 | 125 | <configuration>
|
126 | 126 | <source>8</source>
|
127 | 127 | </configuration>
|
|
137 | 137 | <plugin>
|
138 | 138 | <groupId>org.apache.maven.plugins</groupId>
|
139 | 139 | <artifactId>maven-surefire-plugin</artifactId>
|
140 |
| - <version>3.0.0-M5</version> |
| 140 | + <version>3.1.2</version> |
141 | 141 | </plugin>
|
142 | 142 | <plugin>
|
143 | 143 | <groupId>org.apache.maven.plugins</groupId>
|
|
160 | 160 | </execution>
|
161 | 161 | </executions>
|
162 | 162 | </plugin>
|
163 |
| - <plugin> |
164 |
| - <groupId>org.jacoco</groupId> |
165 |
| - <artifactId>jacoco-maven-plugin</artifactId> |
166 |
| - <version>0.8.7</version> |
167 |
| - <executions> |
168 |
| - <execution> |
169 |
| - <goals> |
170 |
| - <goal>prepare-agent</goal> |
171 |
| - </goals> |
172 |
| - </execution> |
173 |
| - <execution> |
174 |
| - <id>report</id> |
175 |
| - <phase>prepare-package</phase> |
176 |
| - <goals> |
177 |
| - <goal>report</goal> |
178 |
| - </goals> |
179 |
| - </execution> |
180 |
| - </executions> |
181 |
| - <configuration> |
182 |
| - <excludes> |
183 |
| - <exclude>**/StubDatabaseMetaData.java</exclude> |
184 |
| - <exclude>**/StubResultSet.java</exclude> |
185 |
| - <exclude>**/StubCallableStatement.java</exclude> |
186 |
| - <exclude>test/java/**/*.java</exclude> |
187 |
| - </excludes> |
188 |
| - </configuration> |
189 |
| - </plugin> |
| 163 | + |
190 | 164 | <plugin>
|
191 | 165 | <groupId>org.apache.maven.plugins</groupId>
|
192 | 166 | <artifactId>maven-deploy-plugin</artifactId>
|
193 |
| - <version>3.0.0-M2</version> |
| 167 | + <version>3.1.0</version> |
194 | 168 | </plugin>
|
195 | 169 | </plugins>
|
196 | 170 | </build>
|
|
0 commit comments