From 838b8ac840879fb6450531eaa0d5f3aba9f7990b Mon Sep 17 00:00:00 2001 From: Mikko Tiihonen Date: Sun, 4 Oct 2015 13:26:47 +0300 Subject: [PATCH] Update dependencies: Netty 4.0.24 -> 4.0.32 junit 4.11 -> 4.12 maven-compiler 3.1 -> 3.3 require minimum maven version of 3.3 --- pom.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0b61b4c..9fd4927 100644 --- a/pom.xml +++ b/pom.xml @@ -39,12 +39,16 @@ https://github.com/alaisi/postgres-async-driver/issues + + 3.3 + + org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.3 1.8 1.8 @@ -57,7 +61,7 @@ io.netty netty-handler - 4.0.24.Final + 4.0.32.Final org.reactivestreams @@ -72,7 +76,7 @@ junit junit - 4.11 + 4.12 test