File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ As simple as adding a dependency:
2222<dependency >
2323 <groupId >io.javalin.community.ssl</groupId >
2424 <artifactId >ssl-plugin</artifactId >
25- <version >5.6.0 </version >
25+ <version >5.6.1 </version >
2626</dependency >
2727```
2828### Gradle
2929
3030``` kotlin
31- implementation(' io.javalin.community.ssl:ssl-plugin:5.6.0 ' )
31+ implementation(' io.javalin.community.ssl:ssl-plugin:5.6.1 ' )
3232```
3333
3434
@@ -170,7 +170,7 @@ sslPlugin.reload(ssl->{
170170
171171| Package | Version | License |
172172| -----------------------------------------------| ---------| ----------------------------------------------------------------------------------------------------------------------|
173- | [ Javalin] ( https://github.com/javalin/javalin ) | ` 5.6.0 ` | [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) |
173+ | [ Javalin] ( https://github.com/javalin/javalin ) | ` 5.6.1 ` | [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) |
174174 | [ SSLContext Kickstart] ( https://github.com/Hakky54/sslcontext-kickstart ) | ` 8.1.1 ` | [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 ) |
175175
176176## Contributing
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99
1010group = ' io.javalin.community.ssl'
1111// Must be formatted following the RegEx: /version\s*=\s*'\S+'/g
12- version = ' 5.6.0 '
12+ version = ' 5.6.1 '
1313
1414jacoco {
1515 toolVersion = ' 0.8.8'
@@ -42,7 +42,7 @@ configurations {
4242}
4343
4444dependencies {
45- def javalin = " 5.6.0 "
45+ def javalin = " 5.6.1 "
4646 def junit = ' 5.9.1'
4747 def sslContextKickstart = ' 8.1.1'
4848 def okhttp = " 4.11.0"
You can’t perform that action at this time.
0 commit comments