summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--auth/auth-certman/pom.xml8
-rw-r--r--auth/pom.xml2
2 files changed, 6 insertions, 4 deletions
diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml
index 8b1729ec..e422f7b5 100644
--- a/auth/auth-certman/pom.xml
+++ b/auth/auth-certman/pom.xml
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- * ============LICENSE_START====================================================
- * org.onap.aaf * ===========================================================================
- * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved. * ===========================================================================
+ * org.onap.aaf
+ * ===========================================================================
+ * Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
+ * ===========================================================================
* Licensed under the Apache License, Version 2.0 (the "License"); * you may
not use this file except in compliance with the License. * You may obtain
a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 *
@@ -42,7 +44,7 @@
<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>
<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>
<sitePath>/content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version}</sitePath>
- <project.bouncyCastleVersion>1.59</project.bouncyCastleVersion>
+ <project.bouncyCastleVersion>1.60</project.bouncyCastleVersion>
</properties>
<dependencies>
diff --git a/auth/pom.xml b/auth/pom.xml
index 8e6045cc..ce717b23 100644
--- a/auth/pom.xml
+++ b/auth/pom.xml
@@ -535,7 +535,7 @@
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
- <version>1.4.5</version>
+ <version>1.4.7</version>
</dependency>
</dependencies>
</dependencyManagement>