Skip to content

Releases: StevenJDH/simple-ssl

1.0.1

03 Jul 13:45
3793a2e
Compare
Choose a tag to compare

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).

1.0.0

31 Jan 00:42
4a7cc0e
Compare
Choose a tag to compare

This is an initial release.

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.0</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).