Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

fix(deps): update dependency org.jboss.arquillian:arquillian-bom to v1.9.1.final#342

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/arquillian-bom.version
Open

fix(deps): update dependency org.jboss.arquillian:arquillian-bom to v1.9.1.final#342
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/arquillian-bom.version

Conversation

@renovate

@renovate renovate Bot commented Oct 1, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jboss.arquillian:arquillian-bom (source) 1.8.1.Final -> 1.9.1.Final age adoption passing confidence

Release Notes

arquillian/arquillian-core (org.jboss.arquillian:arquillian-bom)

v1.9.1.Final

Compare Source

What's Changed

New Contributors

Full Changelog: arquillian/arquillian-core@1.9.0.Final...1.9.1.Final

v1.9.0.Final

Compare Source

What's Changed

Full Changelog: arquillian/arquillian-core@1.8.1.Final...1.9.0.Final

The #​574 issue changes how one must import arquillian-core, arquillian-jakarta and shrinkwrap dependencies. Since they are independent now, the following type of imports are required:

      <dependencyManagement>
            <dependency>
                <groupId>org.junit</groupId>
                <artifactId>junit-bom</artifactId>
                <version>5.10.1</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>org.jboss.shrinkwrap.resolver</groupId>
                <artifactId>shrinkwrap-resolver-bom</artifactId>
                <version>${version.shrinkwrap}</version>
                <scope>test</scope>
                <type>pom</type>
            </dependency>
            <dependency>
                <groupId>org.jboss.shrinkwrap.resolver</groupId>
                <artifactId>shrinkwrap-resolver-depchain</artifactId>
                <version>${version.shrinkwrap}</version>
                <type>pom</type>
                <scope>test</scope>
            </dependency>
            <dependency>
                <groupId>org.jboss.arquillian</groupId>
                <artifactId>arquillian-bom</artifactId>
                <version>${version.arquillian_core}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
            <dependency>
                <groupId>org.jboss.arquillian.jakarta</groupId>
                <artifactId>arquillian-jakarta-bom</artifactId>
                <version>${version.arquillian_jakarta}</version>
                <type>pom</type>
                <scope>import</scope>
            </dependency>
    </dependencyManagement>

Configuration

📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants