Skip to content

Commit b01a8b7

Browse files
authored
Bump to 5.6.3
1 parent 548cbf9 commit b01a8b7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.2</version>
25+
<version>5.6.3</version>
2626
</dependency>
2727
```
2828
### Gradle
2929

3030
```kotlin
31-
implementation('io.javalin.community.ssl:ssl-plugin:5.6.2')
31+
implementation('io.javalin.community.ssl:ssl-plugin:5.6.3')
3232
```
3333

3434

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
group = 'io.javalin.community.ssl'
1111
//Must be formatted following the RegEx: /version\s*=\s*'\S+'/g
12-
version = '5.6.2'
12+
version = '5.6.3'
1313

1414
jacoco {
1515
toolVersion = '0.8.8'

0 commit comments

Comments
 (0)