New Features / Improvements:
- Updated dependencies for general maintenance.
Bug Fixes:
- Fixed some typos in tests.
- Fixed deprecated methods for Assertj update.
Usage
The library is available from the Maven Central Repository without needing to configure any additional repositories to use it. All that is needed is to add the following as a dependency to the project's pom.xml
file:
<dependency>
<groupId>io.github.stevenjdh</groupId>
<artifactId>simple-ssl</artifactId>
<version>1.0.1</version>
</dependency>
Notes:
Alternatively, GitHub's Apache Maven registry can be used instead of using the Maven Central Repository as the source for this library by following the instructions (here).