This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 5a671d522e Update dependabot.yml
5a671d522e is described below
commit 5a671d522ef060004a5fe401ac8b748fc4524abb
Author: Andreas Veithen <[email protected]>
AuthorDate: Sat Oct 26 23:54:19 2024 +0100
Update dependabot.yml
We no longer support Java 8, so we can update google-java-format.
---
.github/dependabot.yml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 51e8431893..a574d19834 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -19,10 +19,6 @@ updates:
schedule:
interval: "daily"
ignore:
- # 1.7 is the last version to support Java 8.
- - dependency-name: "com.google.googlejavaformat:google-java-format"
- versions:
- - ">= 1.8"
- dependency-name: "com.sun.activation:jakarta.activation"
versions:
- ">= 1.2.2"