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

   Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 3.2 
to 3.6.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/easymock/easymock/releases";>org.easymock:easymock's 
releases</a>.</em></p>
   <blockquote>
   <h2>3.6</h2>
   <p>This release adds support for Java 9 and Java 10 and fixes an issue for 
interface default methods.</p>
   <h2>Release notes</h2>
   <ul>
   <li>Java 10 support through an update of ASM and cglib</li>
   <li>Add Java 9 automodule</li>
   <li>Allow mocking interface default methods on a partial mock</li>
   </ul>
   <h2>Change log</h2>
   <ul>
   <li>Add Java 9 automodule (<a 
href="https://redirect.github.com/easymock/easymock/issues/212";>#212</a>)</li>
   <li>Update asm, cglib and surefire for Java 10 support (<a 
href="https://redirect.github.com/easymock/easymock/pull/211";>#211</a>)</li>
   <li>Mocking interface default methods (<a 
href="https://redirect.github.com/easymock/easymock/issues/203";>#203</a>)</li>
   </ul>
   <h2>3.5.1</h2>
   <p>This is a bug fix release of 3.5. It mainly fix dependency issues (ant in 
the classpath) caused by the latest
   cglib release.</p>
   <h2>Release notes</h2>
   <ul>
   <li>Remove ant from the classpath</li>
   <li>Put TestNG and JUnit in provided</li>
   <li>Pull ASM 6 out of beta</li>
   </ul>
   <h2>Change log</h2>
   <ul>
   <li>Easymock 3.5 is aliasing other packages on the classpath (<a 
href="https://redirect.github.com/easymock/easymock/issues/207";>#207</a>)</li>
   <li>Ant dependency is incorrectly packaged into easymock:jar:3.5 (<a 
href="https://redirect.github.com/easymock/easymock/issues/205";>#205</a>)</li>
   </ul>
   <h2>easymock-3.5</h2>
   <p>Here is the long awaited 3.5 version. It contains many bug fixes and some 
improvement. We allowed ourselves to possibly break
   the compatibility with older versions for the greater good. So please read 
these notes thoroughly.</p>
   <h2>Release notes</h2>
   <ul>
   <li>Java 5 is no longer supported. I dearly hope this won't harm anyone</li>
   <li>Java 9 is supported</li>
   <li>TestNG support is added. Have a look at 
<code>EasyMockListener</code></li>
   <li>Class Mocking now works correctly for cross bundle mocking</li>
   <li><code>verify()</code> now checks for unexpected calls in case an 
AssertionError was swallowed during the test. It is in general
   what you want but you can use <code>verifyRecording()</code> to bring back 
the old behavior</li>
   <li>Default matcher for an array argument is now <code>aryEq</code> instead 
of <code>eq</code>. This should as well make sense for everyone and should
   allow you to remove tons of <code>aryEq</code> all over your code. If you 
don't like it, you can specify <code>eq</code> explicitly for the array
   argument</li>
   </ul>
   <h2>Change log</h2>
   <ul>
   <li>isNull and notNull with generic class parameter (<a 
href="https://redirect.github.com/easymock/easymock/issues/93";>#93</a>)</li>
   <li>Return a meaningful error when null on a primitive (<a 
href="https://redirect.github.com/easymock/easymock/issues/92";>#92</a>)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/easymock/easymock/commit/3506ccdfa91500016e3a0908d7ccabc171aa5602";><code>3506ccd</code></a>
 Move to version 3.6</li>
   <li><a 
href="https://github.com/easymock/easymock/commit/f013101381c6d2ac8aae5811ee83696942ede6b0";><code>f013101</code></a>
 We should not deploy these two modules</li>
   <li><a 
href="https://github.com/easymock/easymock/commit/a4b2bef95a571fb0b83a16f315b189e763816007";><code>a4b2bef</code></a>
 Add release notes</li>
   <li><a 
href="https://github.com/easymock/easymock/commit/cf193f065a1b231e2ca46b081e778fdb90ded24c";><code>cf193f0</code></a>
 Update maven javadoc, site, jacoco and shade plugin</li>
   <li><a 
href="https://github.com/easymock/easymock/commit/447e0848031e97628646e2e911d7db51e5cecd60";><code>447e084</code></a>
 Fix findbugs issues</li>
   <li><a 
href="https://github.com/easymock/easymock/commit/96635dc0be71ecd9ab42a67f895e3290dc93d90d";><code>96635dc</code></a>
 Update inception date in license for the Java 8 test project</li>
   <li><a 
href="https://github.com/easymock/easymock/commit/f2aa17362261d36a217d122c3536d0ed5a3e14c9";><code>f2aa173</code></a>
 Make it possible to mock default methods (close <a 
href="https://redirect.github.com/easymock/easymock/issues/203";>#203</a>)</li>
   <li><a 
href="https://github.com/easymock/easymock/commit/1786661ed51d40e04829e158c51fe4cfdf305ed6";><code>1786661</code></a>
 Update travis to 27</li>
   <li><a 
href="https://github.com/easymock/easymock/commit/4c8ad930e3ff2dfcb1d620230e0aeac077a0d35a";><code>4c8ad93</code></a>
 Typo in &quot;shouldn't&quot;</li>
   <li><a 
href="https://github.com/easymock/easymock/commit/aca7819d45b7619231897af7608a4eecbdfb2d35";><code>aca7819</code></a>
 Add animal-sniffer-maven-plugin to insure Java 6 compliance</li>
   <li>Additional commits viewable in <a 
href="https://github.com/easymock/easymock/compare/easymock-3.2...easymock-3.6";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.easymock:easymock&package-manager=maven&previous-version=3.2&new-version=3.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to