dependabot[bot] opened a new pull request, #119:
URL: https://github.com/apache/openwebbeans/pull/119

   Bumps `cdi.tck.version` from 4.0.13 to 4.1.0.
   Updates `jakarta.enterprise:cdi-tck-core-impl` from 4.0.13 to 4.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eclipse-ee4j/cdi-tck/releases";>jakarta.enterprise:cdi-tck-core-impl's
 releases</a>.</em></p>
   <blockquote>
   <h2>4.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Correct the deployment setup of EmptyBeansXmlDiscoveryTest by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/471";>jakartaee/cdi-tck#471</a></li>
   <li>Change ProcessBeanAttributesNotFiredForBuiltinBean to only detect PBA 
for beans with <a href="https://github.com/Default";><code>@​Default</code></a> 
qualifiers by <a href="https://github.com/manovotn";><code>@​manovotn</code></a> 
in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/475";>jakartaee/cdi-tck#475</a></li>
   <li>Change main branch to 4.1 version by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/478";>jakartaee/cdi-tck#478</a></li>
   <li>Avoid using collection as bean type in ManagedBeanTypesTest by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/477";>jakartaee/cdi-tck#477</a></li>
   <li>Fix invalid annotation literals by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/443";>jakartaee/cdi-tck#443</a></li>
   <li>remove obsolete TCK test exclusion by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/480";>jakartaee/cdi-tck#480</a></li>
   <li>avoid custom CreationalContext and Contextual implementations in the TCK 
by <a href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/452";>jakartaee/cdi-tck#452</a></li>
   <li>Specify event that triggers exception by <a 
href="https://github.com/jbescos";><code>@​jbescos</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/486";>jakartaee/cdi-tck#486</a></li>
   <li>Update CDI API to 4.1.0.Alpha1 by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/492";>jakartaee/cdi-tck#492</a></li>
   <li>Introduce tests for BeanContainer#getContexts by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/483";>jakartaee/cdi-tck#483</a></li>
   <li>Revisit two TCK tests that were disable in non-standard manner by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/482";>jakartaee/cdi-tck#482</a></li>
   <li>Add tests for InvocationContext.getInterceptorBindings() by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/479";>jakartaee/cdi-tck#479</a></li>
   <li>Add missing annotation literals to test deployments by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/494";>jakartaee/cdi-tck#494</a></li>
   <li>Add missing literal to BeanManagerTest by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/495";>jakartaee/cdi-tck#495</a></li>
   <li>Relax the scope requirement for public fields by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/496";>jakartaee/cdi-tck#496</a></li>
   <li>Add a core test for non-alternative producers on alternative beans by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/500";>jakartaee/cdi-tck#500</a></li>
   <li>small improvements in Build Compatible Extensions and Language Model 
TCKs by <a href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/501";>jakartaee/cdi-tck#501</a></li>
   <li>fix InvocationContextTest and InterceptorBindingInheritanceTest by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/497";>jakartaee/cdi-tck#497</a></li>
   <li>Updates for the 4.1.0-M1 release by <a 
href="https://github.com/starksm64";><code>@​starksm64</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/504";>jakartaee/cdi-tck#504</a></li>
   <li>[StepSecurity] Apply security best practices by <a 
href="https://github.com/step-security-bot";><code>@​step-security-bot</code></a>
 in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/473";>jakartaee/cdi-tck#473</a></li>
   <li>Fix se 17 javadoc error by <a 
href="https://github.com/starksm64";><code>@​starksm64</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/510";>jakartaee/cdi-tck#510</a></li>
   <li>Add test coverage for declaring <a 
href="https://github.com/Priority";><code>@​Priority</code></a> on producers by 
<a href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/499";>jakartaee/cdi-tck#499</a></li>
   <li>Add TCK tests for registering custom scopes/contexts with Build 
Compatible Extensions by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/511";>jakartaee/cdi-tck#511</a></li>
   <li>synchronize exclusion lists across <code>impl</code> and 
<code>web</code> + remove <code>tck-tests-previous.xml</code> by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/514";>jakartaee/cdi-tck#514</a></li>
   <li>Bump org.testng:testng from 7.7.0 to 7.9.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/519";>jakartaee/cdi-tck#519</a></li>
   <li>Test obtaining interceptor bindings along with interception factory by 
<a href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/520";>jakartaee/cdi-tck#520</a></li>
   <li>Additional tests for getting the interceptor bindings from the 
InvocationContext by <a 
href="https://github.com/Azquelt";><code>@​Azquelt</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/522";>jakartaee/cdi-tck#522</a></li>
   <li>add more tests for InvocationContext.getInterceptorBindings() by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/524";>jakartaee/cdi-tck#524</a></li>
   <li>remove the JBoss tagline from license headers by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/527";>jakartaee/cdi-tck#527</a></li>
   <li>Add missing copyright headers to Java source files by <a 
href="https://github.com/Azquelt";><code>@​Azquelt</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/528";>jakartaee/cdi-tck#528</a></li>
   <li>Remove the reference to <a 
href="https://github.com/ManagedBean";><code>@​ManagedBean</code></a> by <a 
href="https://github.com/Emily-Jiang";><code>@​Emily-Jiang</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/531";>jakartaee/cdi-tck#531</a></li>
   <li>Bump commons-io:commons-io from 2.8.0 to 2.15.1 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/506";>jakartaee/cdi-tck#506</a></li>
   <li>Bump org.jboss.arquillian.container:container-se-api from 1.0.1.Final to 
1.0.2.Final by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/509";>jakartaee/cdi-tck#509</a></li>
   <li>Bump org.asciidoctor:asciidoctorj-pdf from 1.6.2 to 2.3.10 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/521";>jakartaee/cdi-tck#521</a></li>
   <li>Bump CDI API version to Beta1 by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/538";>jakartaee/cdi-tck#538</a></li>
   <li>Test BeanContainer assignability API methods by <a 
href="https://github.com/Azquelt";><code>@​Azquelt</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/526";>jakartaee/cdi-tck#526</a></li>
   <li>Bump commons-lang:commons-lang from 2.2 to 2.6 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/533";>jakartaee/cdi-tck#533</a></li>
   <li>Bump org.apache.maven.plugins:maven-antrun-plugin from 3.0.0 to 3.1.0 by 
<a href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/537";>jakartaee/cdi-tck#537</a></li>
   <li>initial TCK tests for method invokers by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/502";>jakartaee/cdi-tck#502</a></li>
   <li>Bring copyright headers into agreement with NOTICE by <a 
href="https://github.com/Azquelt";><code>@​Azquelt</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/540";>jakartaee/cdi-tck#540</a></li>
   <li>Add missing legal files by <a 
href="https://github.com/Azquelt";><code>@​Azquelt</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/541";>jakartaee/cdi-tck#541</a></li>
   <li>Update the sigtest plugin, signature file and docs by <a 
href="https://github.com/starksm64";><code>@​starksm64</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/542";>jakartaee/cdi-tck#542</a></li>
   <li>Fix URLs for inject repositories by <a 
href="https://github.com/Azquelt";><code>@​Azquelt</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/543";>jakartaee/cdi-tck#543</a></li>
   <li>Formatting rules by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/548";>jakartaee/cdi-tck#548</a></li>
   <li>Bump org.asciidoctor:asciidoctorj-pdf from 2.3.10 to 2.3.13 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/544";>jakartaee/cdi-tck#544</a></li>
   <li>Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.2 to 3.0.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/547";>jakartaee/cdi-tck#547</a></li>
   <li>Prepare for 4.1.0.Beta1 release by <a 
href="https://github.com/starksm64";><code>@​starksm64</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/554";>jakartaee/cdi-tck#554</a></li>
   <li>Fix Beta1 build error for signature test in legacy web module by <a 
href="https://github.com/starksm64";><code>@​starksm64</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/555";>jakartaee/cdi-tck#555</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/23a66388de2ceccbf48c43d85cc9999e5f26332c";><code>23a6638</code></a>
 [maven-release-plugin] prepare release 4.1.0</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/a07d8b8e422ca0666daba9163751ce2f7df2ac54";><code>a07d8b8</code></a>
 TCK runner was showing inconsistent dependencies, so add them explicitly. (<a 
href="https://redirect.github.com/eclipse-ee4j/cdi-tck/issues/564";>#564</a>)</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/15e67f021eb946fa8c6384ec9711b482006a9069";><code>15e67f0</code></a>
 [maven-release-plugin] prepare release 4.1.0</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/4053d24467892d50285d3c7b6fc2d1094adaa7dc";><code>4053d24</code></a>
 Update to final dependency versions for staging of the final 4.1.0 TCK (<a 
href="https://redirect.github.com/eclipse-ee4j/cdi-tck/issues/563";>#563</a>)</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/9911f4a124e225e925f8291e3bfaa9d27738171d";><code>9911f4a</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/f54a35c8431d70c295894e711fa9f36f31b25df7";><code>f54a35c</code></a>
 [maven-release-plugin] prepare release 4.1.0.RC1</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/3e192dddd4b302377fdec6476ddf3a9fd5f08985";><code>3e192dd</code></a>
 Prepare for the 4.1.0.RC1 release (<a 
href="https://redirect.github.com/eclipse-ee4j/cdi-tck/issues/562";>#562</a>)</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/56df9db2615b3f200995ec5f0fae5b70933c0870";><code>56df9db</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/adc13b5c4ffa8a2b56113d42e0631936ba423a61";><code>adc13b5</code></a>
 [maven-release-plugin] prepare release 4.1.0.Beta2</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/c379290739a78cce422ef67f64bd73ffd07883f0";><code>c379290</code></a>
 Fix release by removing unused invalid dependencies (<a 
href="https://redirect.github.com/eclipse-ee4j/cdi-tck/issues/559";>#559</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eclipse-ee4j/cdi-tck/compare/4.0.13...4.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `jakarta.enterprise:cdi-tck-api` from 4.0.13 to 4.1.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/eclipse-ee4j/cdi-tck/releases";>jakarta.enterprise:cdi-tck-api's
 releases</a>.</em></p>
   <blockquote>
   <h2>4.1.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Correct the deployment setup of EmptyBeansXmlDiscoveryTest by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/471";>jakartaee/cdi-tck#471</a></li>
   <li>Change ProcessBeanAttributesNotFiredForBuiltinBean to only detect PBA 
for beans with <a href="https://github.com/Default";><code>@​Default</code></a> 
qualifiers by <a href="https://github.com/manovotn";><code>@​manovotn</code></a> 
in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/475";>jakartaee/cdi-tck#475</a></li>
   <li>Change main branch to 4.1 version by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/478";>jakartaee/cdi-tck#478</a></li>
   <li>Avoid using collection as bean type in ManagedBeanTypesTest by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/477";>jakartaee/cdi-tck#477</a></li>
   <li>Fix invalid annotation literals by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/443";>jakartaee/cdi-tck#443</a></li>
   <li>remove obsolete TCK test exclusion by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/480";>jakartaee/cdi-tck#480</a></li>
   <li>avoid custom CreationalContext and Contextual implementations in the TCK 
by <a href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/452";>jakartaee/cdi-tck#452</a></li>
   <li>Specify event that triggers exception by <a 
href="https://github.com/jbescos";><code>@​jbescos</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/486";>jakartaee/cdi-tck#486</a></li>
   <li>Update CDI API to 4.1.0.Alpha1 by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/492";>jakartaee/cdi-tck#492</a></li>
   <li>Introduce tests for BeanContainer#getContexts by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/483";>jakartaee/cdi-tck#483</a></li>
   <li>Revisit two TCK tests that were disable in non-standard manner by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/482";>jakartaee/cdi-tck#482</a></li>
   <li>Add tests for InvocationContext.getInterceptorBindings() by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/479";>jakartaee/cdi-tck#479</a></li>
   <li>Add missing annotation literals to test deployments by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/494";>jakartaee/cdi-tck#494</a></li>
   <li>Add missing literal to BeanManagerTest by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/495";>jakartaee/cdi-tck#495</a></li>
   <li>Relax the scope requirement for public fields by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/496";>jakartaee/cdi-tck#496</a></li>
   <li>Add a core test for non-alternative producers on alternative beans by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/500";>jakartaee/cdi-tck#500</a></li>
   <li>small improvements in Build Compatible Extensions and Language Model 
TCKs by <a href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/501";>jakartaee/cdi-tck#501</a></li>
   <li>fix InvocationContextTest and InterceptorBindingInheritanceTest by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/497";>jakartaee/cdi-tck#497</a></li>
   <li>Updates for the 4.1.0-M1 release by <a 
href="https://github.com/starksm64";><code>@​starksm64</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/504";>jakartaee/cdi-tck#504</a></li>
   <li>[StepSecurity] Apply security best practices by <a 
href="https://github.com/step-security-bot";><code>@​step-security-bot</code></a>
 in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/473";>jakartaee/cdi-tck#473</a></li>
   <li>Fix se 17 javadoc error by <a 
href="https://github.com/starksm64";><code>@​starksm64</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/510";>jakartaee/cdi-tck#510</a></li>
   <li>Add test coverage for declaring <a 
href="https://github.com/Priority";><code>@​Priority</code></a> on producers by 
<a href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/499";>jakartaee/cdi-tck#499</a></li>
   <li>Add TCK tests for registering custom scopes/contexts with Build 
Compatible Extensions by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/511";>jakartaee/cdi-tck#511</a></li>
   <li>synchronize exclusion lists across <code>impl</code> and 
<code>web</code> + remove <code>tck-tests-previous.xml</code> by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/514";>jakartaee/cdi-tck#514</a></li>
   <li>Bump org.testng:testng from 7.7.0 to 7.9.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/519";>jakartaee/cdi-tck#519</a></li>
   <li>Test obtaining interceptor bindings along with interception factory by 
<a href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/520";>jakartaee/cdi-tck#520</a></li>
   <li>Additional tests for getting the interceptor bindings from the 
InvocationContext by <a 
href="https://github.com/Azquelt";><code>@​Azquelt</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/522";>jakartaee/cdi-tck#522</a></li>
   <li>add more tests for InvocationContext.getInterceptorBindings() by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/524";>jakartaee/cdi-tck#524</a></li>
   <li>remove the JBoss tagline from license headers by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/527";>jakartaee/cdi-tck#527</a></li>
   <li>Add missing copyright headers to Java source files by <a 
href="https://github.com/Azquelt";><code>@​Azquelt</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/528";>jakartaee/cdi-tck#528</a></li>
   <li>Remove the reference to <a 
href="https://github.com/ManagedBean";><code>@​ManagedBean</code></a> by <a 
href="https://github.com/Emily-Jiang";><code>@​Emily-Jiang</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/531";>jakartaee/cdi-tck#531</a></li>
   <li>Bump commons-io:commons-io from 2.8.0 to 2.15.1 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/506";>jakartaee/cdi-tck#506</a></li>
   <li>Bump org.jboss.arquillian.container:container-se-api from 1.0.1.Final to 
1.0.2.Final by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/509";>jakartaee/cdi-tck#509</a></li>
   <li>Bump org.asciidoctor:asciidoctorj-pdf from 1.6.2 to 2.3.10 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/521";>jakartaee/cdi-tck#521</a></li>
   <li>Bump CDI API version to Beta1 by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/538";>jakartaee/cdi-tck#538</a></li>
   <li>Test BeanContainer assignability API methods by <a 
href="https://github.com/Azquelt";><code>@​Azquelt</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/526";>jakartaee/cdi-tck#526</a></li>
   <li>Bump commons-lang:commons-lang from 2.2 to 2.6 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/533";>jakartaee/cdi-tck#533</a></li>
   <li>Bump org.apache.maven.plugins:maven-antrun-plugin from 3.0.0 to 3.1.0 by 
<a href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/537";>jakartaee/cdi-tck#537</a></li>
   <li>initial TCK tests for method invokers by <a 
href="https://github.com/Ladicek";><code>@​Ladicek</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/502";>jakartaee/cdi-tck#502</a></li>
   <li>Bring copyright headers into agreement with NOTICE by <a 
href="https://github.com/Azquelt";><code>@​Azquelt</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/540";>jakartaee/cdi-tck#540</a></li>
   <li>Add missing legal files by <a 
href="https://github.com/Azquelt";><code>@​Azquelt</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/541";>jakartaee/cdi-tck#541</a></li>
   <li>Update the sigtest plugin, signature file and docs by <a 
href="https://github.com/starksm64";><code>@​starksm64</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/542";>jakartaee/cdi-tck#542</a></li>
   <li>Fix URLs for inject repositories by <a 
href="https://github.com/Azquelt";><code>@​Azquelt</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/543";>jakartaee/cdi-tck#543</a></li>
   <li>Formatting rules by <a 
href="https://github.com/manovotn";><code>@​manovotn</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/548";>jakartaee/cdi-tck#548</a></li>
   <li>Bump org.asciidoctor:asciidoctorj-pdf from 2.3.10 to 2.3.13 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/544";>jakartaee/cdi-tck#544</a></li>
   <li>Bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.2 to 3.0.0 by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/547";>jakartaee/cdi-tck#547</a></li>
   <li>Prepare for 4.1.0.Beta1 release by <a 
href="https://github.com/starksm64";><code>@​starksm64</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/554";>jakartaee/cdi-tck#554</a></li>
   <li>Fix Beta1 build error for signature test in legacy web module by <a 
href="https://github.com/starksm64";><code>@​starksm64</code></a> in <a 
href="https://redirect.github.com/jakartaee/cdi-tck/pull/555";>jakartaee/cdi-tck#555</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/23a66388de2ceccbf48c43d85cc9999e5f26332c";><code>23a6638</code></a>
 [maven-release-plugin] prepare release 4.1.0</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/a07d8b8e422ca0666daba9163751ce2f7df2ac54";><code>a07d8b8</code></a>
 TCK runner was showing inconsistent dependencies, so add them explicitly. (<a 
href="https://redirect.github.com/eclipse-ee4j/cdi-tck/issues/564";>#564</a>)</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/15e67f021eb946fa8c6384ec9711b482006a9069";><code>15e67f0</code></a>
 [maven-release-plugin] prepare release 4.1.0</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/4053d24467892d50285d3c7b6fc2d1094adaa7dc";><code>4053d24</code></a>
 Update to final dependency versions for staging of the final 4.1.0 TCK (<a 
href="https://redirect.github.com/eclipse-ee4j/cdi-tck/issues/563";>#563</a>)</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/9911f4a124e225e925f8291e3bfaa9d27738171d";><code>9911f4a</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/f54a35c8431d70c295894e711fa9f36f31b25df7";><code>f54a35c</code></a>
 [maven-release-plugin] prepare release 4.1.0.RC1</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/3e192dddd4b302377fdec6476ddf3a9fd5f08985";><code>3e192dd</code></a>
 Prepare for the 4.1.0.RC1 release (<a 
href="https://redirect.github.com/eclipse-ee4j/cdi-tck/issues/562";>#562</a>)</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/56df9db2615b3f200995ec5f0fae5b70933c0870";><code>56df9db</code></a>
 [maven-release-plugin] prepare for next development iteration</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/adc13b5c4ffa8a2b56113d42e0631936ba423a61";><code>adc13b5</code></a>
 [maven-release-plugin] prepare release 4.1.0.Beta2</li>
   <li><a 
href="https://github.com/jakartaee/cdi-tck/commit/c379290739a78cce422ef67f64bd73ffd07883f0";><code>c379290</code></a>
 Fix release by removing unused invalid dependencies (<a 
href="https://redirect.github.com/eclipse-ee4j/cdi-tck/issues/559";>#559</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/eclipse-ee4j/cdi-tck/compare/4.0.13...4.1.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@dependabot ignore this major version` will close this PR and stop 
Dependabot creating any more for this major version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this minor version` will close this PR and stop 
Dependabot creating any more for this minor version (unless you reopen the PR 
or upgrade to it yourself)
   - `@dependabot ignore this dependency` will close this PR and stop 
Dependabot creating any more for this dependency (unless you reopen the PR or 
upgrade to it yourself)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@openwebbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to