From b20192e1bc756b9bdd161308d8940efd01515281 Mon Sep 17 00:00:00 2001 From: marko-bekhta Date: Thu, 5 Jun 2025 21:59:49 +0200 Subject: [PATCH 1/2] Add WildFly bom dependency to the documentation module so that dependabot won't ignore it. --- .github/dependabot.yml | 2 +- build/parents/build/pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7a7a5ca2116..cb733e5fcb6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -132,7 +132,7 @@ updates: # Apparently patterns using wildcards are not supported here. Hopefully this will last until they drop these silly -jdk8 packages. versions: ["5.0-jdk8", "5.1-jdk8", "5.2-jdk8", "5.3-jdk8", "5.4-jdk8", "5.5-jdk8", "5.6-jdk8", "5.7-jdk8", "5.8-jdk8", "5.9-jdk8"] # We only use the major version of WildFly, and only for a link in the documentation - - dependency-name: "org.wildfly.bom:wildfly" + - dependency-name: "org.wildfly:wildfly-dist" update-types: [ "version-update:semver-minor", "version-update:semver-patch" ] # We ignore any plexus-compiler updates that are > 2.14.2 since that's the last version # with which jboss-logging annotation processor can still work. diff --git a/build/parents/build/pom.xml b/build/parents/build/pom.xml index 8333dbc28c4..0a7205168f3 100644 --- a/build/parents/build/pom.xml +++ b/build/parents/build/pom.xml @@ -964,8 +964,8 @@ - org.wildfly.bom - wildfly + org.wildfly + wildfly-dist ${version.org.wildfly} pom From 3b9854f4a8922d6f4897c91f34c676e5d76c5646 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:11:55 +0000 Subject: [PATCH 2/2] Bump org.wildfly:wildfly-dist from 33.0.0.Final to 36.0.1.Final Bumps org.wildfly:wildfly-dist from 33.0.0.Final to 36.0.1.Final. --- updated-dependencies: - dependency-name: org.wildfly:wildfly-dist dependency-version: 36.0.1.Final dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build/parents/build/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/parents/build/pom.xml b/build/parents/build/pom.xml index 0a7205168f3..79ad6923dad 100644 --- a/build/parents/build/pom.xml +++ b/build/parents/build/pom.xml @@ -122,7 +122,7 @@ - 33.0.0.Final + 36.0.1.Final