You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/05/17 10:34:25 UTC

[servicecomb-java-chassis] branch master updated: [SCB-2489] Add dependeny bot ignore jakarta.activation (#2922)

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new cebc1b181 [SCB-2489] Add dependeny bot ignore jakarta.activation (#2922)
cebc1b181 is described below

commit cebc1b1817ef17ab89aa404a61848ca2e40209fa
Author: ZhangJian He <sh...@gmail.com>
AuthorDate: Tue May 17 18:34:20 2022 +0800

    [SCB-2489] Add dependeny bot ignore jakarta.activation (#2922)
---
 .github/dependabot.yml       | 3 +++
 dependencies/default/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index feac6a74c..0502b31a8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -27,6 +27,9 @@ updates:
     schedule:
       interval: "daily"
     ignore:
+      - dependency-name: "jakarta.activation"
+        versions:
+          - "2.x"
       - dependency-name: "jersey-common"
         versions:
           - "3.x"
diff --git a/dependencies/default/pom.xml b/dependencies/default/pom.xml
index 6201ec2a9..2c57675f9 100644
--- a/dependencies/default/pom.xml
+++ b/dependencies/default/pom.xml
@@ -31,7 +31,7 @@
 
   <properties>
     <!-- Dependency versions -->
-    <activation.version>1.2.1</activation.version>
+    <activation.version>1.2.2</activation.version>
     <archaius.version>0.7.7</archaius.version>
     <asciidoctorj.version>1.6.2</asciidoctorj.version>
     <aspectj.version>1.9.9.1</aspectj.version>