File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ As simple as adding a dependency:
2020<dependency >
2121 <groupId >io.javalin.community.ssl</groupId >
2222 <artifactId >ssl-plugin</artifactId >
23- <version >5.0.1 </version >
23+ <version >5.1.0 </version >
2424</dependency >
2525```
2626### Gradle
2727
2828``` kotlin
29- implementation(' io.javalin.community.ssl:ssl-plugin:5.0.1 ' )
29+ implementation(' io.javalin.community.ssl:ssl-plugin:5.1.0 ' )
3030```
3131
3232
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.1.0-SNAPSHOT '
12+ version = ' 5.1.0'
1313
1414jacoco {
1515 toolVersion = ' 0.8.8'
@@ -41,7 +41,7 @@ configurations {
4141}
4242
4343dependencies {
44- def javalin = " 5.0.1 "
44+ def javalin = " 5.1.0 "
4545 def jetty = ' 11.0.12'
4646 def junit = ' 5.9.0'
4747 def sslContextKickstart = ' 7.4.6'
You can’t perform that action at this time.
0 commit comments