Skip to content

Commit

Permalink
Merge pull request SasanLabs#370 from SasanLabs/Fix/DB-connect-issue
Browse files Browse the repository at this point in the history
Fixing issues with newer spring boot version due to depreciated prope…
  • Loading branch information
preetkaran20 authored Jul 13, 2022
2 parents cd93e12 + cc286ad commit 39b0935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.6.4")
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.4.5")
}
}

Expand Down

0 comments on commit 39b0935

Please sign in to comment.