Skip to content

Commit 8090798

Browse files
committed
Update plugins and dependencies
1 parent 7f4a96f commit 8090798

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

checkstyle.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
</module>
2929

3030
<module name="TreeWalker">
31-
<property name="cacheFile" value="${checkstyle.cache.file}"/>
3231
<!-- Checks for Javadoc comments. -->
3332
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
3433
<!--module name="JavadocMethod"/-->

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-surefire-plugin</artifactId>
91-
<version>3.0.0-M3</version>
91+
<version>3.0.0-M4</version>
9292
</plugin>
9393
<plugin>
9494
<groupId>org.apache.maven.plugins</groupId>
@@ -113,7 +113,7 @@
113113
<plugin>
114114
<groupId>org.apache.maven.plugins</groupId>
115115
<artifactId>maven-jar-plugin</artifactId>
116-
<version>3.1.2</version>
116+
<version>3.2.0</version>
117117
</plugin>
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
@@ -142,7 +142,7 @@
142142
<plugin>
143143
<groupId>org.apache.maven.plugins</groupId>
144144
<artifactId>maven-source-plugin</artifactId>
145-
<version>3.1.0</version>
145+
<version>3.2.0</version>
146146
<executions>
147147
<execution>
148148
<id>attach-sources</id>
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>org.apache.maven.plugins</groupId>
157157
<artifactId>maven-javadoc-plugin</artifactId>
158-
<version>3.1.0</version>
158+
<version>3.1.1</version>
159159
<configuration>
160160
<source>8</source>
161161
</configuration>
@@ -171,7 +171,7 @@
171171
<plugin>
172172
<groupId>org.jacoco</groupId>
173173
<artifactId>jacoco-maven-plugin</artifactId>
174-
<version>0.8.4</version>
174+
<version>0.8.5</version>
175175
<executions>
176176
<execution>
177177
<goals>
@@ -190,7 +190,7 @@
190190
<plugin>
191191
<groupId>org.apache.maven.plugins</groupId>
192192
<artifactId>maven-checkstyle-plugin</artifactId>
193-
<version>3.0.0</version>
193+
<version>3.1.0</version>
194194
<configuration>
195195
<failsOnError>true</failsOnError>
196196
<configLocation>checkstyle.xml</configLocation>
@@ -221,13 +221,13 @@
221221
<dependency>
222222
<groupId>org.junit.jupiter</groupId>
223223
<artifactId>junit-jupiter-engine</artifactId>
224-
<version>5.5.2</version>
224+
<version>5.6.0-M1</version>
225225
<scope>test</scope>
226226
</dependency>
227227
<dependency>
228228
<groupId>org.junit.platform</groupId>
229229
<artifactId>junit-platform-runner</artifactId>
230-
<version>1.5.2</version>
230+
<version>1.6.0-M1</version>
231231
<scope>test</scope>
232232
</dependency>
233233
<dependency>
@@ -245,13 +245,13 @@
245245
<dependency>
246246
<groupId>org.mockito</groupId>
247247
<artifactId>mockito-core</artifactId>
248-
<version>3.1.0</version>
248+
<version>3.2.0</version>
249249
<scope>test</scope>
250250
</dependency>
251251
<dependency>
252252
<groupId>com.squareup.retrofit2</groupId>
253253
<artifactId>retrofit</artifactId>
254-
<version>2.6.2</version>
254+
<version>2.7.0</version>
255255
<exclusions>
256256
<exclusion>
257257
<groupId>com.squareup.okhttp3</groupId>
@@ -262,7 +262,7 @@
262262
<dependency>
263263
<groupId>com.squareup.retrofit2</groupId>
264264
<artifactId>converter-moshi</artifactId>
265-
<version>2.6.2</version>
265+
<version>2.7.0</version>
266266
<exclusions>
267267
<exclusion>
268268
<groupId>com.squareup.okio</groupId>
@@ -273,7 +273,7 @@
273273
<dependency>
274274
<groupId>org.msgpack</groupId>
275275
<artifactId>msgpack-core</artifactId>
276-
<version>0.8.18</version>
276+
<version>0.8.20</version>
277277
</dependency>
278278
<!-- If we use okhttp instead of java urlconnection we achieve server failover
279279
of the influxdb server address resolves to all influxdb server ips. -->

0 commit comments

Comments
 (0)