[java-parent-project] branch master updated: Update unboundid LDAP SDK to 4.0.9
Scott Cantor
cantor.2 at osu.edu
Fri Jan 18 15:59:18 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=d8c23c997ec9ed4a85b2324bd743c84a500f9604
The following commit(s) were added to refs/heads/master by this push:
new d8c23c9 Update unboundid LDAP SDK to 4.0.9
d8c23c9 is described below
commit d8c23c997ec9ed4a85b2324bd743c84a500f9604
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jan 18 15:58:44 2019 -0500
Update unboundid LDAP SDK to 4.0.9
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0319637..0a6a555 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,7 @@
<jetty.groupId>org.eclipse.jetty</jetty.groupId>
<jetty.version>9.2.14.v20151106</jetty.version>
<ldaptive.version>1.0.13</ldaptive.version>
+ <unboundid.version>4.0.9</unboundid.version>
<logback.version>1.2.3</logback.version>
<metrics.version>3.1.2</metrics.version>
<jackson.version>2.9.7</jackson.version>
@@ -469,7 +470,7 @@
<dependency>
<groupId>com.unboundid</groupId>
<artifactId>unboundid-ldapsdk</artifactId>
- <version>3.2.0</version>
+ <version>${unboundid.version}</version>
<scope>test</scope>
</dependency>
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list