6.0.1
Download Instructions
Maven
<dependency>
<groupId>io.javalin.community.ssl</groupId>
<artifactId>ssl-plugin</artifactId>
<version>6.0.1</version>
</dependency>
Gradle
implementation('io.javalin.community.ssl:ssl-plugin:6.0.1')
What's Changed
- Bump codecov/codecov-action from 3.1.4 to 3.1.5 by @dependabot in #126
- Fix JPMS Support by @zugazagoitia in #130
- Add @JvmField to TlsConfig constants by @bluemods in #132
- Bump gradle/gradle-build-action from 2.11.1 to 3.0.0 by @dependabot in #131
New Contributors
Full Changelog: 6.0.0...6.0.1