Skip to content

Commit d2b0459

Browse files
committed
Merge remote-tracking branch 'origin/4.2.x' into 4.3.x
Signed-off-by: Olga Maciaszek-Sharma <[email protected]> # Conflicts: # .github/dependabot.yml # .github/workflows/maven.yml
2 parents 7e1fc9b + 65e6506 commit d2b0459

File tree

4 files changed

+13
-18
lines changed

4 files changed

+13
-18
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ version: 2
22
updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
5-
target-branch: "4.1.x" # oldest OSS supported branch
5+
target-branch: "4.2.x"
66
schedule:
77
interval: "weekly"
88
- package-ecosystem: "github-actions"
99
directory: "/"
10-
target-branch: "4.2.x"
10+
target-branch: "4.3.x"
1111
schedule:
1212
interval: "weekly"
1313
- package-ecosystem: "github-actions"
@@ -19,7 +19,7 @@ updates:
1919
directory: /
2020
schedule:
2121
interval: daily
22-
target-branch: 4.1.x
22+
target-branch: 4.2.x
2323
ignore:
2424
# only upgrade patch versions for maintenance branch
2525
- dependency-name: "*"
@@ -30,7 +30,7 @@ updates:
3030
directory: /
3131
schedule:
3232
interval: daily
33-
target-branch: 4.2.x
33+
target-branch: 4.3.x
3434
ignore:
3535
# only upgrade patch versions for maintenance branch
3636
- dependency-name: "*"
@@ -42,11 +42,6 @@ updates:
4242
schedule:
4343
interval: daily
4444
target-branch: main
45-
ignore:
46-
# only upgrade by minor or patch
47-
- dependency-name: "*"
48-
update-types:
49-
- version-update:semver-major
5045
- package-ecosystem: npm
5146
target-branch: docs-build
5247
directory: /
@@ -58,12 +53,12 @@ updates:
5853
schedule:
5954
interval: weekly
6055
- package-ecosystem: npm
61-
target-branch: 4.1.x
56+
target-branch: 4.2.x
6257
directory: /docs
6358
schedule:
6459
interval: weekly
6560
- package-ecosystem: npm
66-
target-branch: 4.2.x
61+
target-branch: 4.3.x
6762
directory: /docs
6863
schedule:
6964
interval: weekly

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# if: github.repository_owner == 'spring-cloud'
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
ref: docs-build
2222
fetch-depth: 1

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Build
55

66
on:
77
push:
8-
branches: [ main, 4.1.x, 4.2.x ]
8+
branches: [ main, 4.3.x, 4.2.x ]
99
pull_request:
10-
branches: [ main, 4.1.x, 4.2.x ]
10+
branches: [ main, 4.3.x, 4.2.x ]
1111

1212
jobs:
1313
build:
@@ -19,9 +19,9 @@ jobs:
1919
java: ["17"]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Set up JDK ${{ matrix.java }}
24-
uses: actions/setup-java@v4
24+
uses: actions/setup-java@v5
2525
with:
2626
distribution: 'temurin'
2727
java-version: ${{ matrix.java }}

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"antora": "3.2.0-alpha.8",
3+
"antora": "3.2.0-alpha.9",
44
"@antora/atlas-extension": "1.0.0-alpha.2",
5-
"@antora/collector-extension": "1.0.1",
5+
"@antora/collector-extension": "1.0.2",
66
"@asciidoctor/tabs": "1.0.0-beta.6",
77
"@springio/antora-extensions": "1.14.7",
88
"@springio/asciidoctor-extensions": "1.0.0-alpha.17"

0 commit comments

Comments
 (0)