diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8546d0b294..51af7199dc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,15 +1,10 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+
version: 2
updates:
- - package-ecosystem: "github-actions"
- directory: "/"
- target-branch: "3.1.x" # oldest OSS supported branch
- schedule:
- interval: "weekly"
- - package-ecosystem: "github-actions"
- directory: "/"
- target-branch: "4.0.x" # oldest OSS supported branch
- schedule:
- interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
@@ -19,31 +14,35 @@ updates:
directory: /
schedule:
interval: daily
- target-branch: 3.1.x
+ target-branch: main
ignore:
- # only upgrade patch versions for maintenance branch
+ # only upgrade by minor or patch
- dependency-name: "*"
update-types:
- version-update:semver-major
- - version-update:semver-minor
- package-ecosystem: maven
directory: /
schedule:
interval: daily
- target-branch: 4.0.x
+ target-branch: 4.1.x
ignore:
- # only upgrade patch versions for maintenance branch
+ # only upgrade by minor or patch
- dependency-name: "*"
update-types:
- version-update:semver-major
- version-update:semver-minor
- - package-ecosystem: maven
+ - package-ecosystem: npm
+ target-branch: docs-build
directory: /
schedule:
- interval: daily
+ interval: weekly
+ - package-ecosystem: npm
target-branch: main
- ignore:
- # only upgrade by minor or patch
- - dependency-name: "*"
- update-types:
- - version-update:semver-major
\ No newline at end of file
+ directory: /docs
+ schedule:
+ interval: weekly
+ - package-ecosystem: npm
+ target-branch: 4.1.x
+ directory: /docs
+ schedule:
+ interval: weekly
diff --git a/SECURITY.md b/SECURITY.md
index 0468595639..257d0cb18e 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -2,4 +2,4 @@
## Reporting a Vulnerability
-To report security vulnerabilities, please go to https://pivotal.io/security.
+To report security vulnerabilities, please go to https://spring.io/security-policy.
diff --git a/docs/pom.xml b/docs/pom.xml
index 6150c32e92..52ca07644b 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-gateway
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
spring-cloud-gateway-docs
jar
@@ -25,7 +25,7 @@
.*
${maven.multiModuleProjectDirectory}/docs/modules/ROOT/partials/
-
+
src/main/asciidoc
diff --git a/pom.xml b/pom.xml
index 3ba30f79fe..87438173a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-gateway
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
pom
Spring Cloud Gateway
@@ -15,7 +15,7 @@
org.springframework.cloud
spring-cloud-build
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
@@ -55,8 +55,8 @@
1.0.8.RELEASE
17
2.3.0
- 3.2.0-SNAPSHOT
- 4.2.0-SNAPSHOT
+ 3.2.1-SNAPSHOT
+ 4.2.1-SNAPSHOT
diff --git a/spring-cloud-gateway-dependencies/pom.xml b/spring-cloud-gateway-dependencies/pom.xml
index 0a2488d3f6..6d255037e6 100644
--- a/spring-cloud-gateway-dependencies/pom.xml
+++ b/spring-cloud-gateway-dependencies/pom.xml
@@ -6,12 +6,12 @@
spring-cloud-dependencies-parent
org.springframework.cloud
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
spring-cloud-gateway-dependencies
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
pom
spring-cloud-gateway-dependencies
diff --git a/spring-cloud-gateway-integration-tests/grpc/pom.xml b/spring-cloud-gateway-integration-tests/grpc/pom.xml
index 2794a83fa4..606d6cf6df 100644
--- a/spring-cloud-gateway-integration-tests/grpc/pom.xml
+++ b/spring-cloud-gateway-integration-tests/grpc/pom.xml
@@ -18,7 +18,7 @@
org.springframework.cloud
spring-cloud-gateway-integration-tests
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
..
diff --git a/spring-cloud-gateway-integration-tests/http2/pom.xml b/spring-cloud-gateway-integration-tests/http2/pom.xml
index 571de4531d..f833c5414d 100644
--- a/spring-cloud-gateway-integration-tests/http2/pom.xml
+++ b/spring-cloud-gateway-integration-tests/http2/pom.xml
@@ -16,7 +16,7 @@
org.springframework.cloud
spring-cloud-gateway-integration-tests
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
..
diff --git a/spring-cloud-gateway-integration-tests/mvc-failure-analyzer/pom.xml b/spring-cloud-gateway-integration-tests/mvc-failure-analyzer/pom.xml
index b42b483847..c79551c2be 100644
--- a/spring-cloud-gateway-integration-tests/mvc-failure-analyzer/pom.xml
+++ b/spring-cloud-gateway-integration-tests/mvc-failure-analyzer/pom.xml
@@ -16,7 +16,7 @@
org.springframework.cloud
spring-cloud-gateway-integration-tests
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
..
diff --git a/spring-cloud-gateway-integration-tests/pom.xml b/spring-cloud-gateway-integration-tests/pom.xml
index 7107bf5aea..e9bf2a3ce5 100644
--- a/spring-cloud-gateway-integration-tests/pom.xml
+++ b/spring-cloud-gateway-integration-tests/pom.xml
@@ -16,7 +16,7 @@
org.springframework.cloud
spring-cloud-gateway
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
..
diff --git a/spring-cloud-gateway-mvc/pom.xml b/spring-cloud-gateway-mvc/pom.xml
index 51bf88a1e5..ed68626d4a 100644
--- a/spring-cloud-gateway-mvc/pom.xml
+++ b/spring-cloud-gateway-mvc/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud
spring-cloud-gateway
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
..
diff --git a/spring-cloud-gateway-sample/pom.xml b/spring-cloud-gateway-sample/pom.xml
index efd838ec77..4188410939 100644
--- a/spring-cloud-gateway-sample/pom.xml
+++ b/spring-cloud-gateway-sample/pom.xml
@@ -16,7 +16,7 @@
org.springframework.cloud
spring-cloud-gateway
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
..
diff --git a/spring-cloud-gateway-server-mvc/pom.xml b/spring-cloud-gateway-server-mvc/pom.xml
index 30859ed010..ba17bdf714 100644
--- a/spring-cloud-gateway-server-mvc/pom.xml
+++ b/spring-cloud-gateway-server-mvc/pom.xml
@@ -22,7 +22,7 @@
org.springframework.cloud
spring-cloud-gateway
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
..
spring-cloud-gateway-server-mvc
diff --git a/spring-cloud-gateway-server/pom.xml b/spring-cloud-gateway-server/pom.xml
index 606a1032f1..c365ed4be2 100644
--- a/spring-cloud-gateway-server/pom.xml
+++ b/spring-cloud-gateway-server/pom.xml
@@ -7,7 +7,7 @@
org.springframework.cloud
spring-cloud-gateway
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
..
spring-cloud-gateway-server
diff --git a/spring-cloud-gateway-webflux/pom.xml b/spring-cloud-gateway-webflux/pom.xml
index 62def21045..fe8b8ece98 100644
--- a/spring-cloud-gateway-webflux/pom.xml
+++ b/spring-cloud-gateway-webflux/pom.xml
@@ -11,7 +11,7 @@
org.springframework.cloud
spring-cloud-gateway
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
..
diff --git a/spring-cloud-starter-gateway-mvc/pom.xml b/spring-cloud-starter-gateway-mvc/pom.xml
index fc75fb8d78..a2c8eba8e1 100644
--- a/spring-cloud-starter-gateway-mvc/pom.xml
+++ b/spring-cloud-starter-gateway-mvc/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-gateway
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
..
spring-cloud-starter-gateway-mvc
diff --git a/spring-cloud-starter-gateway/pom.xml b/spring-cloud-starter-gateway/pom.xml
index cf053bc9a8..f32a798093 100644
--- a/spring-cloud-starter-gateway/pom.xml
+++ b/spring-cloud-starter-gateway/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-gateway
- 4.2.0-SNAPSHOT
+ 4.2.1-SNAPSHOT
..
spring-cloud-starter-gateway