Skip to content

Commit c938ac3

Browse files
authored
Merge branch 'master' into je-threads
2 parents d2a76d3 + bbfa43a commit c938ac3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6060
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
6161
<skipUTs>${skipTests}</skipUTs>
62-
<netty.version>4.1.110.Final</netty.version>
62+
<netty.version>4.1.112.Final</netty.version>
6363
</properties>
6464

6565
<scm>
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<!-- Generate API docs using Doclava for the developer site -->
9191
<artifactId>maven-javadoc-plugin</artifactId>
92-
<version>3.7.0</version>
92+
<version>3.10.0</version>
9393
<executions>
9494
<execution>
9595
<phase>site</phase>
@@ -301,7 +301,7 @@
301301
</plugin>
302302
<plugin>
303303
<artifactId>maven-javadoc-plugin</artifactId>
304-
<version>3.7.0</version>
304+
<version>3.10.0</version>
305305
<executions>
306306
<execution>
307307
<id>attach-javadocs</id>
@@ -367,7 +367,7 @@
367367
<plugins>
368368
<plugin>
369369
<artifactId>maven-project-info-reports-plugin</artifactId>
370-
<version>3.5.0</version>
370+
<version>3.7.0</version>
371371
<reportSets>
372372
<reportSet>
373373
<configuration>
@@ -392,7 +392,7 @@
392392
<dependency>
393393
<groupId>com.google.api-client</groupId>
394394
<artifactId>google-api-client-bom</artifactId>
395-
<version>2.5.1</version>
395+
<version>2.7.0</version>
396396
<type>pom</type>
397397
<scope>import</scope>
398398
</dependency>

0 commit comments

Comments
 (0)