Skip to content

Commit 77715e0

Browse files
committed
Bump version to 5.1.3
1 parent 4b79f5f commit 77715e0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.1.2</version>
23+
<version>5.1.3</version>
2424
</dependency>
2525
```
2626
### Gradle
2727

2828
```kotlin
29-
implementation('io.javalin.community.ssl:ssl-plugin:5.1.2')
29+
implementation('io.javalin.community.ssl:ssl-plugin:5.1.3')
3030
```
3131

3232

build.gradle

Lines changed: 2 additions & 2 deletions
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.1.3-SNAPSHOT'
12+
version = '5.1.3'
1313

1414
jacoco {
1515
toolVersion = '0.8.8'
@@ -41,7 +41,7 @@ configurations {
4141
}
4242

4343
dependencies {
44-
def javalin = "5.1.2"
44+
def javalin = "5.1.3"
4545
def jetty = '11.0.12'
4646
def junit = '5.9.1'
4747
def sslContextKickstart = '7.4.7'

0 commit comments

Comments
 (0)