Skip to content

Commit 8b43e1b

Browse files
authored
Merge branch 'master' into je-fix-storage
2 parents faf394e + 4f4979d commit 8b43e1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 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.114.Final</netty.version>
62+
<netty.version>4.1.116.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.11.1</version>
92+
<version>3.11.2</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.11.1</version>
304+
<version>3.11.2</version>
305305
<executions>
306306
<execution>
307307
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)