Skip to content

Commit

Permalink
Release 5.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zugazagoitia committed May 8, 2024
1 parent e135c19 commit 918b85c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {

group = 'io.javalin.community.ssl'
//Must be formatted following the RegEx: /version\s*=\s*'\S+'/g
version = '5.6.5-SNAPSHOT'
version = '5.6.5'

jacoco {
toolVersion = '0.8.8'
Expand Down Expand Up @@ -42,7 +42,7 @@ configurations {
}

dependencies {
def javalin = "5.6.5-SNAPSHOT"
def javalin = "5.6.5"
def junit = '5.10.2'
def sslContextKickstart = '8.3.2'
def okhttp = "4.12.0"
Expand Down

0 comments on commit 918b85c

Please sign in to comment.