Skip to content

Commit 9052b23

Browse files
committed
Merge branch '3.5.x' of github.com:freefair/okhttp-spring-boot into 4.0.x
2 parents 8bf907f + 7181e7d commit 9052b23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ version: 2
77
updates:
88
- package-ecosystem: "gradle"
99
directory: "/"
10-
target-branch: "3.4.x"
10+
target-branch: "3.5.x"
1111
schedule:
1212
interval: "daily"
1313
- package-ecosystem: "gradle"
1414
directory: "/"
15-
target-branch: "3.5.x"
15+
target-branch: "4.0.x"
1616
schedule:
1717
interval: "daily"
1818
- package-ecosystem: "gradle"
1919
directory: "/"
20-
target-branch: "4.0.x"
20+
target-branch: "4.1.x"
2121
schedule:
2222
interval: "daily"
2323

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pluginManagement {
77

88
plugins {
99
id "io.freefair.settings.plugin-versions" version "9.2.0"
10-
id "com.gradle.develocity" version "4.3"
10+
id "com.gradle.develocity" version "4.3.1"
1111
}
1212

1313
boolean isCiServer = System.getenv().containsKey("CI")

0 commit comments

Comments
 (0)