Skip to content

Update dependency org.jboss.arquillian:arquillian-bom to v1.10.0.Final#330

Closed
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/arquillian.version
Closed

Update dependency org.jboss.arquillian:arquillian-bom to v1.10.0.Final#330
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/arquillian.version

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jul 9, 2024

This PR contains the following updates:

Package Change Age Confidence
org.jboss.arquillian:arquillian-bom (source) 1.8.1.Final1.10.0.Final age confidence

Release Notes

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

v1.10.0.Final

Compare Source

What's Changed

Full Changelog: arquillian/arquillian-core@1.9.5.Final...1.10.0.Final

v1.9.5.Final

Compare Source

What's Changed

  • build(deps): Bump version.junit5 from 5.10.3 to 5.12.0 and version.junit5.platform from 1.10.3 to 1.12.0 by @​rhusar in #​693
  • build(deps-dev): Bump org.slf4j:slf4j-simple from 2.0.16 to 2.0.17 by @​dependabot in #​685
  • build(deps): Bump io.takari.maven:takari-smart-builder from 0.6.4 to 1.0.2 by @​dependabot in #​624
  • build(deps): Bump org.jboss.arquillian.jakarta:arquillian-jakarta-bom from 1.8.1.Final to 10.0.0.Final by @​dependabot in #​596
  • build(deps): Bump fish.payara.distributions:payara from 6.2025.2 to 6.2025.3 by @​dependabot in #​695
  • build(deps-dev): Bump org.wildfly.arquillian:wildfly-arquillian-container-managed from 5.1.0.Beta9 to 5.1.0.Beta10 by @​dependabot in #​694
  • build(deps): Bump org.junit:junit-bom from 5.12.0 to 5.12.1 by @​dependabot in #​697
  • build(deps-dev): Bump org.wildfly.arquillian:wildfly-arquillian-container-managed from 5.1.0.Beta10 to 5.1.0.Beta11 by @​dependabot in #​699
  • build(deps): Bump org.jboss:jboss-parent from 47 to 49 by @​dependabot in #​696
  • build(deps): Bump version.junit5.platform from 1.12.1 to 1.12.2 by @​dependabot in #​703
  • build(deps): Bump version.junit5 from 5.12.1 to 5.12.2 by @​dependabot in #​702
  • build(deps): Upgrade jetty to version no longer flagged as vulnerable… by @​rhusar in #​706
  • Drop useless and outdated IDE template files. by @​rhusar in #​700
  • build(deps): Bump org.wildfly.plugins:wildfly-maven-plugin from 5.1.2.Final to 5.1.3.Final by @​dependabot in #​707
  • build(deps): Bump fish.payara.distributions:payara from 6.2025.3 to 6.2025.4 by @​dependabot in #​708
  • build(deps): Bump io.takari.maven:takari-smart-builder from 1.0.2 to 1.1.0 by @​dependabot in #​710
  • build(deps): Bump fish.payara.distributions:payara from 6.2025.4 to 6.2025.5 by @​dependabot in #​711
  • build(deps): Bump org.junit:junit-bom from 5.12.1 to 5.12.2 by @​dependabot in #​704
  • [719] Ensure the ContainerContext is activated when looking up resour… by @​jamezp in #​720

Full Changelog: arquillian/arquillian-core@1.9.4.Final...1.9.5.Final

v1.9.4.Final

Compare Source

What's Changed

  • Finish Subversion to Git SCM migration: remove "@​version $Revision: $" since Git does not support automatic keyword substitution by @​rhusar in #​669
  • bugfix: make tests fail when test class fails to load on the server, … by @​lprimak in #​679
  • build(deps): Bump org.junit:junit-bom from 5.10.3 to 5.12.0 by @​dependabot in #​677
  • Avoid file leak in JavaSPIExtensionLoader by @​WolfgangHG in #​637
  • build(deps): Bump fish.payara.distributions:payara from 6.2024.9 to 6.2025.2 by @​dependabot in #​675
  • build(deps): Bump org.assertj:assertj-core from 3.26.3 to 3.27.3 by @​dependabot in #​667
  • build(deps): Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.4.0 to 3.6.0 by @​dependabot in #​638
  • build(deps-dev): Bump org.eclipse.jetty:jetty-server from 9.4.51.v20230217 to 9.4.55.v20240627 in /protocols/servlet by @​dependabot in #​634
  • [661] Add a new event which will handle injecting method parameters. … by @​jamezp in #​674
  • MethodParameterObserver.injectParameters: handle null result of TestEnricher.resolve by @​WolfgangHG in #​689
  • build(deps): Bump org.wildfly.plugins:wildfly-maven-plugin from 5.1.0.Beta2 to 5.1.2.Final by @​dependabot in #​686

Full Changelog: arquillian/arquillian-core@1.9.3.Final...1.9.4.Final

v1.9.3.Final

Compare Source

What's Changed

Full Changelog: arquillian/arquillian-core@1.9.2.Final...1.9.3.Final

v1.9.2.Final

Compare Source

What's Changed

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

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 - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (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.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 9, 2024
@renovate renovate Bot force-pushed the renovate/arquillian.version branch from 677874d to 429a2da Compare July 11, 2024 04:47
@renovate renovate Bot force-pushed the renovate/arquillian.version branch from 429a2da to ff1a142 Compare July 23, 2024 13:57
@renovate renovate Bot changed the title Update dependency org.jboss.arquillian:arquillian-bom to v1.9.0.Final Update dependency org.jboss.arquillian:arquillian-bom to v1.9.1.Final Jul 23, 2024
@renovate renovate Bot force-pushed the renovate/arquillian.version branch from ff1a142 to 0d18673 Compare October 28, 2024 15:40
@renovate renovate Bot force-pushed the renovate/arquillian.version branch from 0d18673 to 3c96cb6 Compare January 4, 2025 00:54
@renovate renovate Bot changed the title Update dependency org.jboss.arquillian:arquillian-bom to v1.9.1.Final Update dependency org.jboss.arquillian:arquillian-bom to v1.9.2.Final Jan 4, 2025
@renovate renovate Bot force-pushed the renovate/arquillian.version branch from 3c96cb6 to b54252a Compare January 11, 2025 13:59
@renovate renovate Bot changed the title Update dependency org.jboss.arquillian:arquillian-bom to v1.9.2.Final Update dependency org.jboss.arquillian:arquillian-bom to v1.9.3.Final Jan 11, 2025
@renovate renovate Bot force-pushed the renovate/arquillian.version branch from b54252a to 004a4c5 Compare March 27, 2025 07:07
@renovate renovate Bot changed the title Update dependency org.jboss.arquillian:arquillian-bom to v1.9.3.Final Update dependency org.jboss.arquillian:arquillian-bom to v1.9.4.Final Mar 27, 2025
@renovate renovate Bot force-pushed the renovate/arquillian.version branch from 004a4c5 to 48afd9f Compare June 4, 2025 21:20
@renovate renovate Bot changed the title Update dependency org.jboss.arquillian:arquillian-bom to v1.9.4.Final Update dependency org.jboss.arquillian:arquillian-bom to v1.9.5.Final Jun 4, 2025
@renovate renovate Bot force-pushed the renovate/arquillian.version branch from 48afd9f to ea576b5 Compare June 24, 2025 23:32
@renovate renovate Bot changed the title Update dependency org.jboss.arquillian:arquillian-bom to v1.9.5.Final Update dependency org.jboss.arquillian:arquillian-bom to v1.10.0.Final Jun 24, 2025
@renovate renovate Bot force-pushed the renovate/arquillian.version branch from ea576b5 to 2466f39 Compare October 21, 2025 16:40
@renovate renovate Bot force-pushed the renovate/arquillian.version branch from 2466f39 to 98fca53 Compare November 10, 2025 19:37
@renovate renovate Bot force-pushed the renovate/arquillian.version branch from 98fca53 to ba0a411 Compare February 2, 2026 17:12
@renovate renovate Bot force-pushed the renovate/arquillian.version branch from ba0a411 to 6418944 Compare February 12, 2026 11:36
@JohT JohT deleted the branch master March 1, 2026 11:37
@JohT JohT closed this Mar 1, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Mar 1, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (1.10.0.Final). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/arquillian.version branch March 1, 2026 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant