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/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new a1dcf7707 Don't update xjc-maven-plugin (for now)
a1dcf7707 is described below

commit a1dcf7707251af68cb1cac6758b485bfd7909d16
Author: Andreas Veithen <andreas.veit...@gmail.com>
AuthorDate: Mon Dec 18 23:53:36 2023 +0000

    Don't update xjc-maven-plugin (for now)
---
 .github/dependabot.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8f4fa0734..a8bea1389 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -26,6 +26,8 @@ updates:
       - dependency-name: "jakarta.xml.bind:jakarta.xml.bind-api"
       - dependency-name: "org.glassfish.jaxb:jaxb-runtime"
       - dependency-name: "com.sun.xml.bind:jaxb-osgi"
+      # Same here; need two different versions.
+      - dependency-name: "com.github.veithen.maven:xjc-maven-plugin"
       # There is a bug in Saxon 10 related to how xmlns="" declarations are 
processed.
       - dependency-name: "net.sf.saxon:Saxon-HE"
         versions:

Reply via email to