Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit a87303a

Browse files
downgrade spring version
1 parent e013409 commit a87303a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies {
2121
def logbackVersion = '1.2.3'
2222
def postgresqlVersion = '42.2.18'
2323
def testcontainersVersion = '1.15.1'
24-
def springBootVersion = '2.4.1'
24+
def springBootVersion = '2.3.7.RELEASE'
2525

2626
implementation "ch.qos.logback:logback-classic:$logbackVersion"
2727

0 commit comments

Comments
 (0)