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

Commit 1ecc066

Browse files
Merge branch 'master' into dependabot/gradle/testcontainersVersion-1.15.1
2 parents eec3899 + adf8227 commit 1ecc066

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gradle
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
time: "04:00"
8+
open-pull-requests-limit: 10

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

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

0 commit comments

Comments
 (0)