File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ This library is distributed through the [Sonatype OSS repo](https://oss.sonatype
1515Java 7 or higher is required. It is currently at an early stage of development so breaking changes may occur :-)
1616
1717## Changelog
18+ * version 0.5.1: [ changelog] ( //github.com/zapodot/embedded-ldap-junit/releases/tag/v.0.5.1 )
1819* version 0.5: [ changelog] ( //github.com/zapodot/embedded-ldap-junit/releases/tag/v.0.5 )
1920* version 0.4: [ changelog] ( //github.com/zapodot/embedded-ldap-junit/releases/tag/v.0.4 )
2021* version 0.3: solves [ issue #1 ] ( issues/1 ) - give access to the LDAPConnection object from the UnboundID LDAP SDK
@@ -31,13 +32,13 @@ Java 7 or higher is required. It is currently at an early stage of development s
3132<dependency >
3233 <groupId >org.zapodot</groupId >
3334 <artifactId >embedded-ldap-junit</artifactId >
34- <version >0.5</version >
35+ <version >0.5.1 </version >
3536</dependency >
3637```
3738
3839#### SBT
3940``` scala
40- libraryDependencies += " org.zapodot" % " embedded-ldap-junit" % " 0.5"
41+ libraryDependencies += " org.zapodot" % " embedded-ldap-junit" % " 0.5.1 "
4142```
4243
4344### Add to Junit test
You can’t perform that action at this time.
0 commit comments