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

Commit adf8227

Browse files
build(deps): bump springBootVersion from 2.3.5.RELEASE to 2.4.1
Bumps `springBootVersion` from 2.3.5.RELEASE to 2.4.1. Updates `spring-boot-starter-test` from 2.3.5.RELEASE to 2.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.3.5.RELEASE...v2.4.1) Updates `spring-boot-starter-jdbc` from 2.3.5.RELEASE to 2.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.3.5.RELEASE...v2.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 68d2438 commit adf8227

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.0'
24-
def springBootVersion = '2.3.5.RELEASE'
24+
def springBootVersion = '2.4.1'
2525

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

0 commit comments

Comments
 (0)