From ec48f73fffec1c41043061e06ac85300d2a6be5e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 14 Dec 2023 08:44:02 +0100
Subject: [PATCH] chore(deps): bump
 org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#144)

Bumps
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
from 3.2.2 to 3.2.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-surefire/commit/ac9e574a9444cc825b09bae66f30155eb028da92"><code>ac9e574</code></a>
[maven-release-plugin] prepare release surefire-3.2.3</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/2d6cbc63cb8f0dc34e3556e0c5a629129d2e7d91"><code>2d6cbc6</code></a>
[SUREFIRE-2220] SurefireForkChannel#getForkNodeConnectionString()
returns inv...</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/05322d992778dd33e2f2e41661a2e66ef7539a68"><code>05322d9</code></a>
[SUREFIRE-2212] OutOfMemoryError raised when parsing files with huge
stderr/s...</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/55ccd06a027f1693557c2a3ec3690ac91dcc59ba"><code>55ccd06</code></a>
[SUREFIRE-2211] additionalClasspathElement with UNC path not working
with Mav...</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/aa864f4532282100667bf3d81dc7cbd460845408"><code>aa864f4</code></a>
[SUREFIRE-2216] Upgrade plugins and components (in ITs)</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/6662e07f5957d0fa4d12dc3e331be8f93cf355f8"><code>6662e07</code></a>
[SUREFIRE-2215] Upgrade to Parent 41</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/f5b73ab3d18baa4baf244b2526d854574e51f87e"><code>f5b73ab</code></a>
[SUREFIRE-2214] Uprade to HtmlUnit 3.8.0</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/47c5816ae6d3e596d13a3253e214939f3a479b1f"><code>47c5816</code></a>
[SUREFIRE-2210] - Restore ordering of additional class path
elements</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/9b7ecf141f4686c094219038272c28fecccffa30"><code>9b7ecf1</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/apache/maven-surefire/compare/surefire-3.2.2...surefire-3.2.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.maven.plugins:maven-surefire-plugin&package-manager=maven&previous-version=3.2.2&new-version=3.2.3)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3e3de0d..a5b3393 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
         <maven.compiler.target>11</maven.compiler.target>
         <maven.compiler.source>11</maven.compiler.source>
         <maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
-        <maven-surefire-plugin.version>3.2.2</maven-surefire-plugin.version>
+        <maven-surefire-plugin.version>3.2.3</maven-surefire-plugin.version>
         <impsort-maven-plugin.version>1.9.0</impsort-maven-plugin.version>
         <formatter-maven-plugin.version>2.23.0</formatter-maven-plugin.version>
         <directory-maven-plugin.version>1.0</directory-maven-plugin.version>