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..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
@@ -964,8 +964,8 @@
- org.wildfly.bom
- wildfly
+ org.wildfly
+ wildfly-dist
${version.org.wildfly}
pom