From 0589ff23717beb2c6afc8056b0ef9b5a890dfa2c Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Sun, 09 Dec 2018 20:42:39 +0000
Subject: [PATCH] maven-plugin-annotations 3.6.0

---
 opendj-maven-plugin/pom.xml     |    5 ++---
 opendj-doc-maven-plugin/pom.xml |    2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/opendj-doc-maven-plugin/pom.xml b/opendj-doc-maven-plugin/pom.xml
index 0f16c9b..0e72c40 100644
--- a/opendj-doc-maven-plugin/pom.xml
+++ b/opendj-doc-maven-plugin/pom.xml
@@ -66,7 +66,7 @@
         <dependency>
             <groupId>org.apache.maven.plugin-tools</groupId>
             <artifactId>maven-plugin-annotations</artifactId>
-            <version>3.2</version>
+            <version>3.6.0</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
diff --git a/opendj-maven-plugin/pom.xml b/opendj-maven-plugin/pom.xml
index e7844b4..c509091 100644
--- a/opendj-maven-plugin/pom.xml
+++ b/opendj-maven-plugin/pom.xml
@@ -33,7 +33,6 @@
     <mavenVersion>3.0.4</mavenVersion>
     <doclint>none</doclint>
   </properties>
-
   <dependencies>
     <dependency>
         <groupId>org.forgerock.commons</groupId>
@@ -42,12 +41,12 @@
     <dependency>
         <groupId>org.twdata.maven</groupId>
         <artifactId>mojo-executor</artifactId>
-        <version>2.2.0</version>
+        <version>2.3.0</version>
     </dependency>
     <dependency>
         <groupId>org.apache.maven.plugin-tools</groupId>
         <artifactId>maven-plugin-annotations</artifactId>
-        <version>3.2</version>
+        <version>3.6.0</version>
         <scope>provided</scope>
     </dependency>
   </dependencies>

--
Gitblit v1.10.0