Skip to content

Commit

Permalink
Bump the version to a minor
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravewalker666 committed Jul 22, 2024
1 parent cba2e50 commit 743640e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=0.28.4
version=0.29.0
1 change: 1 addition & 0 deletions tw-tkms-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies {
testImplementation project(":tw-tkms-test-starter")

testImplementation libraries.awaitility
// If we are running on spring boot 3.3 or newer then we need to use the flyway-postgresql dependency.
if (!springBootVersion.startsWith("3.2")) {
testImplementation libraries.flywayPostgresql
}
Expand Down

0 comments on commit 743640e

Please sign in to comment.