Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 3 additions & 3 deletions build/parents/build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@

<!-- >>> WildFly dependencies -->
<!-- This is used to generate a link to the WildFly documentation -->
<version.org.wildfly>33.0.0.Final</version.org.wildfly>
<version.org.wildfly>36.0.1.Final</version.org.wildfly>

<!-- Test dependencies -->

Expand Down Expand Up @@ -964,8 +964,8 @@
<!-- The version is used to generate a link to the WildFly documentation -->
<!-- This simply makes sure dependabot will automatically bump the version -->
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly</artifactId>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-dist</artifactId>
<version>${version.org.wildfly}</version>
<type>pom</type>
</dependency>
Expand Down