diff --git a/CHANGELOG.md b/CHANGELOG.md index 586b0e2..9ab58c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.28.4] - 2024-02-20 +## [0.28.4] - 2024-07-16 ### Changed diff --git a/build.libraries.gradle b/build.libraries.gradle index a62ea07..c3e3402 100644 --- a/build.libraries.gradle +++ b/build.libraries.gradle @@ -7,7 +7,6 @@ ext { commonsIo : 'commons-io:commons-io:2.15.1', curatorFramework : 'org.apache.curator:curator-framework:5.5.0', curatorRecipes : 'org.apache.curator:curator-recipes:5.5.0', - flywayPostgresql : 'org.flywaydb:flyway-database-postgresql:10.15.2', guava : 'com.google.guava:guava:33.0.0-jre', jakartaValidationApi : 'jakarta.validation:jakarta.validation-api:3.0.2', javaxValidationApi : "javax.validation:validation-api:2.0.1.Final", @@ -32,6 +31,7 @@ ext { commonsLang3 : 'org.apache.commons:commons-lang3', flywayCore : 'org.flywaydb:flyway-core', flywayMysql : 'org.flywaydb:flyway-mysql', + flywayPostgresql : 'org.flywaydb:flyway-database-postgresql', jacksonDatabind : 'com.fasterxml.jackson.core:jackson-databind', kafkaClients : 'org.apache.kafka:kafka-clients', lombok : 'org.projectlombok:lombok',