Skip to content

Commit

Permalink
Upgrades 'org.springframework.boot' to version '3.1.2'
Browse files Browse the repository at this point in the history
Upgrades the flyway lib to 9.21.0
  • Loading branch information
bseeger authored and cy-by committed Jul 21, 2023
1 parent 0652fc2 commit 9d07381
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
@@ -1,6 +1,6 @@
plugins {
// Apply the java-library plugin for API and implementation separation.
id 'org.springframework.boot' version '3.1.1'
id 'org.springframework.boot' version '3.1.2'
id 'io.spring.dependency-management' version '1.1.2'
id 'java-library'
id 'maven-publish'
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies {
implementation 'org.jetbrains:annotations:24.0.1'
implementation 'io.hypersistence:hypersistence-utils-hibernate-60:3.5.1'
implementation 'javax.persistence:javax.persistence-api:2.2'
implementation 'org.flywaydb:flyway-core:9.19.4'
implementation 'org.flywaydb:flyway-core:9.21.0'
implementation 'net.coobird:thumbnailator:0.4.20'
implementation 'org.webjars.npm:dropzone:5.9.3'
implementation 'com.amazonaws:aws-java-sdk-s3:1.12.364'
Expand Down

0 comments on commit 9d07381

Please sign in to comment.