Skip to content

Commit

Permalink
Release v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raharrison committed Apr 29, 2022
1 parent 360d861 commit 4bffa5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
ext.postgres_version = '42.3.3'
ext.exposed_version = '0.38.2'
ext.hikari_version = '5.0.1'
ext.flyway_version = '8.5.4'
ext.flyway_version = '8.5.9'

ext.flexmark_version = '0.64.0'
ext.handlebars_version = '4.3.0'
Expand All @@ -18,7 +18,7 @@ buildscript {
ext.skedule_version = '0.4.0'

ext.kotlinx_coroutines_test_version = '1.6.1'
ext.rest_assured_version = '4.5.1'
ext.rest_assured_version = '5.0.1'
ext.junit_version = '5.8.2'
ext.assertj_version = '3.22.0'
ext.mockk_version = '1.12.3'
Expand All @@ -30,7 +30,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.6.20'
}

version = "1.3.4"
version = "1.3.5"

sourceSets {
testIntegration {
Expand Down

0 comments on commit 4bffa5f

Please sign in to comment.