We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548cbf9 commit b01a8b7Copy full SHA for b01a8b7
.github/README.md
@@ -22,13 +22,13 @@ As simple as adding a dependency:
22
<dependency>
23
<groupId>io.javalin.community.ssl</groupId>
24
<artifactId>ssl-plugin</artifactId>
25
- <version>5.6.2</version>
+ <version>5.6.3</version>
26
</dependency>
27
```
28
### Gradle
29
30
```kotlin
31
-implementation('io.javalin.community.ssl:ssl-plugin:5.6.2')
+implementation('io.javalin.community.ssl:ssl-plugin:5.6.3')
32
33
34
build.gradle
@@ -9,7 +9,7 @@ plugins {
9
10
group = 'io.javalin.community.ssl'
11
//Must be formatted following the RegEx: /version\s*=\s*'\S+'/g
12
-version = '5.6.2'
+version = '5.6.3'
13
14
jacoco {
15
toolVersion = '0.8.8'
0 commit comments