From e32d5948350ce975217fd39b3fff16fdb135e569 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 30 Mar 2021 12:58:08 +0300 Subject: [PATCH] min java version 8, version changed to 3.1.0 --- pom.xml | 71 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 38 insertions(+), 33 deletions(-) diff --git a/pom.xml b/pom.xml index fb0d94f047d..298c6508870 100644 --- a/pom.xml +++ b/pom.xml @@ -1,36 +1,41 @@ - - 4.0.0 - - com.microsoft.graph - microsoft-graph - 3.0.0 - pom + + 4.0.0 - - - com.google.guava - guava - 30.1-jre - - - com.google.code.gson - gson - 2.8.6 - - - com.squareup.okhttp3 - okhttp - 4.9.1 - - - com.microsoft.graph - microsoft-graph-core - 2.0.0 - - + com.microsoft.graph + microsoft-graph + 3.1.0 + pom + + + 1.8 + 1.8 + + + + + com.google.guava + guava + 30.1-jre + + + com.google.code.gson + gson + 2.8.6 + + + com.squareup.okhttp3 + okhttp + 4.9.1 + + + com.microsoft.graph + microsoft-graph-core + 2.0.0 + + \ No newline at end of file