<p>Running <code>./gradlew build</code> on macOS 10.16 BigSur produces the following error message:</p>
<pre><code>FAILURE: Build failed with an exception.

* What went wrong:
Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1s
</code></pre>
<p>A quick Google search showed that Gradle 6.3 or above it required. This new Gradle, in turn, requires new(er) Mockito. In this PR I bump both to the latest stable versions. With these fixes, I can successfully execute <code>./gradlew build</code> on macOS BigSur.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/bisq-network/bisq/pull/5403'>https://github.com/bisq-network/bisq/pull/5403</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Bump gradle to v6.8.3, mockito to v3.9.0</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5403/files#diff-49a96e7eea8a94af862798a45174e6ac43eb4f8b4bd40759b5da63ba31ec3ef7">build.gradle</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/bisq-network/bisq/pull/5403/files#diff-40640fe1078ece83d7ea8fb67daacd77923a86d13447baf9769660b3b46f2ece">gradle/wrapper/gradle-wrapper.properties</a>
    (4)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/bisq-network/bisq/pull/5403.patch'>https://github.com/bisq-network/bisq/pull/5403.patch</a></li>
  <li><a href='https://github.com/bisq-network/bisq/pull/5403.diff'>https://github.com/bisq-network/bisq/pull/5403.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/5403">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNQ6JYGGEV5ZTLQENX3TH57UPANCNFSM42VZKDZA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNTY4XLWKFRR5O2PDMTTH57UPA5CNFSM42VZKDZKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4MXUYQDQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/5403",
"url": "https://github.com/bisq-network/bisq/pull/5403",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>