Skip to content

Commit

Permalink
Bump the java group across 1 directory with 17 updates (#1183)
Browse files Browse the repository at this point in the history
Bumps the java group with 17 updates in the /java directory:

| Package | From | To |
| --- | --- | --- |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) |
`3.25.1` | `3.26.3` |
|
[org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin)
| `3.12.1` | `3.13.0` |
|
[org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire)
| `3.2.3` | `3.5.2` |
|
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
| `3.6.3` | `3.11.1` |
|
[org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin)
| `3.3.0` | `3.3.1` |
|
[org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release)
| `3.0.1` | `3.1.1` |
|
[org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions)
| `2.16.2` | `2.18.0` |
|
[org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin)
| `3.1.0` | `3.2.7` |
| commons-validator:commons-validator | `1.8.0` | `1.9.0` |
|
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
| `3.25.1` | `4.28.3` |
| com.google.protobuf:protobuf-java-util | `3.25.1` | `4.28.3` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) |
`0.8.11` | `0.8.12` |
|
[org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin)
| `3.5.1` | `3.6.0` |
| [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | `1.60.1` |
`1.68.1` |
|
[com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/sdk-platform-java)
| `2.30.0` | `2.49.0` |
|
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
| `3.1.1` | `3.5.0` |
|
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
| `3.5.0` | `3.6.0` |


Updates `org.assertj:assertj-core` from 3.25.1 to 3.26.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/assertj/assertj/releases">org.assertj:assertj-core's
releases</a>.</em></p>
<blockquote>
<h2>v3.26.3</h2>
<h2>:jigsaw: Binary Compatibility</h2>
<p>The release is:</p>
<ul>
<li>Binary compatible with the previous minor version.</li>
<li>Binary incompatible with the previous patch version.</li>
</ul>
<h2>:boom: Breaking Changes</h2>
<h3>Core</h3>
<ul>
<li>Replace <code>assertThat(Temporal)</code> with
<code>assertThatTemporal(Temporal)</code> <a
href="https://redirect.github.com/assertj/assertj/issues/3519">#3519</a></li>
</ul>
<h2>:bug: Bug Fixes</h2>
<h3>Core</h3>
<ul>
<li>Fix Javadoc rendering on
<code>FactoryBasedNavigableListAssert::assertThat</code></li>
<li>Allow <code>ComparingNormalizedFields</code> instances to be reused
across different assertions <a
href="https://redirect.github.com/assertj/assertj/issues/3493">#3493</a></li>
</ul>
<h2>:hammer: Dependency Upgrades</h2>
<h3>Core</h3>
<ul>
<li>Upgrade to Byte Buddy 1.14.18 <a
href="https://redirect.github.com/assertj/assertj/issues/3531">#3531</a></li>
<li>Upgrade to JUnit BOM 5.10.3 <a
href="https://redirect.github.com/assertj/assertj/issues/3525">#3525</a></li>
</ul>
<h3>Guava</h3>
<ul>
<li>Upgrade to Guava 33.2.1-jre <a
href="https://redirect.github.com/assertj/assertj/issues/3499">#3499</a></li>
</ul>
<h2>:heart: Contributors</h2>
<p>Thanks to all the contributors who worked on this release:</p>
<p><a href="https://github.com/genuss"><code>@​genuss</code></a></p>
<h2>v3.26.0</h2>
<h2>:boom: Breaking Changes</h2>
<h3>Core</h3>
<ul>
<li>
<p>Delegate <code>OptionalDouble</code> value comparison to
<code>Double.compare</code> in <code>hasValue</code> assertion <a
href="https://redirect.github.com/assertj/assertj/issues/3411">#3411</a></p>
<!-- raw HTML omitted -->
<p>This fixes the comparison of <code>NaN</code> values which wasn't
working the way the <code>hasValue</code> Javadoc describes.</p>
<p>The previous behavior can be obtained with
<code>getAsDouble</code>:</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/assertj/assertj/commit/8e97f90d62782a5fe2e49f739164361ecb54738b"><code>8e97f90</code></a>
[maven-release-plugin] prepare release assertj-build-3.26.3</li>
<li><a
href="https://github.com/assertj/assertj/commit/d1afefca4e99fe6476e04d61d670fe24c25b7f4d"><code>d1afefc</code></a>
chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.1
to 4...</li>
<li><a
href="https://github.com/assertj/assertj/commit/2dc2cbfa4070d2bbeb1a748c0833c277047fd93d"><code>2dc2cbf</code></a>
chore(deps): bump byte-buddy.version from 1.14.17 to 1.14.18 (<a
href="https://redirect.github.com/assertj/assertj/issues/3531">#3531</a>)</li>
<li><a
href="https://github.com/assertj/assertj/commit/2541d3c1722a923c9a1cf3b33255e3fc8ee07135"><code>2541d3c</code></a>
chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from
2.17.1...</li>
<li><a
href="https://github.com/assertj/assertj/commit/cdb906fb0d9ee0dfddb2925f15a46a5b7b16c5da"><code>cdb906f</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/assertj/assertj/commit/c3b1f4a5eef1284e484e43374e9d5ba8ba33707d"><code>c3b1f4a</code></a>
[maven-release-plugin] prepare release assertj-build-3.26.2</li>
<li><a
href="https://github.com/assertj/assertj/commit/d5b52abe63cca2b84b6abc38dd9b15a0e63f9b9d"><code>d5b52ab</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/assertj/assertj/commit/17ea711f63eea0c3081be2e36f1d089edaba1f07"><code>17ea711</code></a>
[maven-release-plugin] prepare release assertj-build-3.26.1</li>
<li><a
href="https://github.com/assertj/assertj/commit/8cf054db3230522155c5b637e332e485622c8b82"><code>8cf054d</code></a>
chore(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to
2.17...</li>
<li><a
href="https://github.com/assertj/assertj/commit/5e708b48ef69f4d8c35ec86690ba6bc491cb579a"><code>5e708b4</code></a>
chore(deps-dev): bump org.apache.groovy:groovy from 4.0.21 to 4.0.22 (<a
href="https://redirect.github.com/assertj/assertj/issues/3527">#3527</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/assertj/assertj/compare/assertj-build-3.25.1...assertj-build-3.26.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.12.1 to
3.13.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven-compiler-plugin/releases">org.apache.maven.plugins:maven-compiler-plugin's
releases</a>.</em></p>
<blockquote>
<h2>3.13.0</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-574">[MCOMPILER-574]</a>
- Propagate cause of exception in AbstractCompilerMojo (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/232">#232</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-582">[MCOMPILER-582]</a>
- Automatic detection of release option for JDK &lt; 9 (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/228">#228</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-583">[MCOMPILER-583]</a>
- Require Maven 3.6.3 (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/229">#229</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-577">[MCOMPILER-577]</a>
- Rename parameter &quot;forceJavacCompilerUse&quot; (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/225">#225</a>)
<a href="https://github.com/kwin"><code>@​kwin</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-570">[MCOMPILER-570]</a>
- Add links to javac documentation of JDK17 (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/224">#224</a>)
<a href="https://github.com/kwin"><code>@​kwin</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-576">[MCOMPILER-576]</a>
- Deprecate parameter &quot;compilerVersion&quot; (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/223">#223</a>)
<a href="https://github.com/kwin"><code>@​kwin</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-575">[MCOMPILER-575]</a>
- Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/227">#227</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump apache/maven-gh-actions-shared from 3 to 4 (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/226">#226</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
</ul>
<h2>📝 Documentation updates</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-548">[MCOMPILER-548]</a>
- JDK 21 throws annotations processing warning that can not be turned
off (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/200">#200</a>)
<a href="https://github.com/hgschmie"><code>@​hgschmie</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-584">[MCOMPILER-584]</a>
- Refresh page - Using Non-Javac Compilers (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/231">#231</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MCOMPILER-585">[MCOMPILER-585]</a>
- Refresh plugins versions in ITs (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/230">#230</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>subject verb agreement (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/pull/221">#221</a>)
<a href="https://github.com/elharo"><code>@​elharo</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-compiler-plugin/commit/a1415aa3833df5985ecdc2b854ef516d3afbf348"><code>a1415aa</code></a>
[maven-release-plugin] prepare release maven-compiler-plugin-3.13.0</li>
<li><a
href="https://github.com/apache/maven-compiler-plugin/commit/b2b9196f61198daddcac513d849c0d808e02c8d7"><code>b2b9196</code></a>
[MCOMPILER-574] Propagate cause of exception in
AbstractCompilerMojo</li>
<li><a
href="https://github.com/apache/maven-compiler-plugin/commit/6d2ce5a46507ea6c44c2d4a81aaf183baad2784e"><code>6d2ce5a</code></a>
[MCOMPILER-584] Refresh page - Using Non-Javac Compilers</li>
<li><a
href="https://github.com/apache/maven-compiler-plugin/commit/eebad60f7500c3db44050f599d5fc13f01af116b"><code>eebad60</code></a>
[MCOMPILER-585] Refresh plugins versions in ITs</li>
<li><a
href="https://github.com/apache/maven-compiler-plugin/commit/ceacf6884dc98be921f78cbb6de9a88213955471"><code>ceacf68</code></a>
[MCOMPILER-582] Automatic detection of release option for JDK &lt;
9</li>
<li><a
href="https://github.com/apache/maven-compiler-plugin/commit/110293f730f03bd2361aafb39789055b52efe6ab"><code>110293f</code></a>
[MCOMPILER-583] Require Maven 3.6.3</li>
<li><a
href="https://github.com/apache/maven-compiler-plugin/commit/90131df544a466a7d2f35e2c1da88f56b2b9368e"><code>90131df</code></a>
[MCOMPILER-575] Bump plexusCompilerVersion from 2.14.2 to 2.15.0 (<a
href="https://redirect.github.com/apache/maven-compiler-plugin/issues/227">#227</a>)</li>
<li><a
href="https://github.com/apache/maven-compiler-plugin/commit/74cfc72acae4f55708bca189b2170167e83df6b3"><code>74cfc72</code></a>
[MCOMPILER-548] JDK 21 throws annotations processing warning that can
not be ...</li>
<li><a
href="https://github.com/apache/maven-compiler-plugin/commit/f85aa27d7cc28664ed7cfdd19b8e250652a66471"><code>f85aa27</code></a>
Bump apache/maven-gh-actions-shared from 3 to 4</li>
<li><a
href="https://github.com/apache/maven-compiler-plugin/commit/d59ef49ead31f7d85c24f98ca6747f9b3a1906a2"><code>d59ef49</code></a>
extract Maven 3.3.1 specific method call</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.12.1...maven-compiler-plugin-3.13.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.3 to
3.5.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven-surefire/releases">org.apache.maven.plugins:maven-surefire-plugin's
releases</a>.</em></p>
<blockquote>
<h2>3.5.2</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2278">[SUREFIRE-2278]</a>
- Don't say please. (<a
href="https://redirect.github.com/apache/maven-surefire/pull/792">#792</a>)
<a href="https://github.com/elharo"><code>@​elharo</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2281">[SUREFIRE-2281]</a>
- Doxia 2.0.0 ga (<a
href="https://redirect.github.com/apache/maven-surefire/pull/794">#794</a>)
<a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
<li>Bump commons-io:commons-io from 2.2 to 2.14.0 in
/surefire-its/src/test/resources/surefire-979-smartStackTrace-wrongClassloader/module1
(<a
href="https://redirect.github.com/apache/maven-surefire/pull/789">#789</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2282">[SUREFIRE-2282]</a>
- surefire-report-plugin: Update Introduction documenta… (<a
href="https://redirect.github.com/apache/maven-surefire/pull/796">#796</a>)
<a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
<li>Reduce cyclomatic complexity (<a
href="https://redirect.github.com/apache/maven-surefire/pull/793">#793</a>)
<a href="https://github.com/elharo"><code>@​elharo</code></a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2">https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2</a></p>
<h2>3.5.1</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2270">[SUREFIRE-2270]</a>
- Use JUnit5 in surefire-shadefire (<a
href="https://redirect.github.com/apache/maven-surefire/pull/783">#783</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2266">[SUREFIRE-2266]</a>
- Execute ITs in parallel (<a
href="https://redirect.github.com/apache/maven-surefire/pull/781">#781</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2264">[SUREFIRE-2264]</a>
- Limit usage of commons-io from surefire-shared-utils (<a
href="https://redirect.github.com/apache/maven-surefire/pull/777">#777</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2267">[SUREFIRE-2267]</a>
- Packages for commons-codec should be relocated in
surefire-shared-utils (<a
href="https://redirect.github.com/apache/maven-surefire/pull/782">#782</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-1737">[SUREFIRE-1737]</a>
- Fix disable in statelessTestsetReporter (<a
href="https://redirect.github.com/apache/maven-surefire/pull/780">#780</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2257">[SUREFIRE-2257]</a>
- [REGRESSION] NPEx: Cannot invoke &quot;Object.toString()&quot; … (<a
href="https://redirect.github.com/apache/maven-surefire/pull/774">#774</a>)
<a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2273">[SUREFIRE-2273]</a>
- Bump org.hamcrest:hamcrest from 2.2 to 3.0 (<a
href="https://redirect.github.com/apache/maven-surefire/pull/784">#784</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2272">[SUREFIRE-2272]</a>
- Bump org.codehaus.plexus:plexus-java from 1.2.0 to 1.3.0 - JDK 23
support (<a
href="https://redirect.github.com/apache/maven-surefire/pull/786">#786</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2226">[SUREFIRE-2226]</a>
- Upgrade to Maven Verifier 2.0.0-M1 (<a
href="https://redirect.github.com/apache/maven-surefire/pull/706">#706</a>)
<a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2265">[SUREFIRE-2265]</a>
- Bump commons-io:commons-io from 2.16.1 to 2.17.0 (<a
href="https://redirect.github.com/apache/maven-surefire/pull/779">#779</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2263">[SUREFIRE-2263]</a>
- Use the latest version of surefire for self build (<a
href="https://redirect.github.com/apache/maven-surefire/pull/776">#776</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2262">[SUREFIRE-2262]</a>
- Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 (<a
href="https://redirect.github.com/apache/maven-surefire/pull/775">#775</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/SUREFIRE-2269">[SUREFIRE-2269]</a>
- Allow fail during clean in surefire-its (<a
href="https://redirect.github.com/apache/maven-surefire/pull/785">#785</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
</ul>
<h2>3.5.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-surefire/commit/ea9f049756acf7a3be5234061624c02bd725c9d3"><code>ea9f049</code></a>
[maven-release-plugin] prepare release surefire-3.5.2</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/e1f94a0281f0db1f9169e06b7ad149a27afd3c46"><code>e1f94a0</code></a>
[SUREFIRE-2276] JUnit5's TestTemplate failures treated as flakes with
retries</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/d24adb4cd702253fa3bf1799e6f067c61d78d75f"><code>d24adb4</code></a>
[SUREFIRE-2277] RunResult#getFlakes() is lost during
serialisation/deserialis...</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/4385e9498b41df32b9016c60feb51396dcec5e1a"><code>4385e94</code></a>
Remove links to non-existing report</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/88819715a698a2d85a2297443a1cb030a0a4f039"><code>8881971</code></a>
Remove outdated FAQ</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/012183448e0af139455af71bcdc9ccae82365d38"><code>0121834</code></a>
[SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/91d16c36f1c90226df4b891f81184140cf805c3c"><code>91d16c3</code></a>
Fix formatting of XML schema files</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/6cb417a41402be2f6150a6137598cc97c2dd8ad6"><code>6cb417a</code></a>
Add .xsd to .gitattributes</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/9ce5221100aa3fce8643abcdc2a35bc0c59050ef"><code>9ce5221</code></a>
[SUREFIRE-2282] surefire-report-plugin: Update Introduction
documentation page</li>
<li><a
href="https://github.com/apache/maven-surefire/commit/620b983ffdaa9e258c6a355a476777cfe6b88c0d"><code>620b983</code></a>
[SUREFIRE-2281] Upgrade to Doxia 2.0.0 GA Stack</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-surefire/compare/surefire-3.2.3...surefire-3.5.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.6.3 to
3.11.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven-javadoc-plugin/releases">org.apache.maven.plugins:maven-javadoc-plugin's
releases</a>.</em></p>
<blockquote>
<h2>maven-javadoc-plugin-3.10.1</h2>
<h2>What's Changed</h2>
<ul>
<li>[MJAVADOC-810] [REGRESSION] MJAVADOC-791 causes forked Maven
execution fail if any toolchains or settings file isn't present by <a
href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/313">apache/maven-javadoc-plugin#313</a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/314">apache/maven-javadoc-plugin#314</a></li>
<li>Bump org.codehaus.plexus:plexus-io from 3.5.0 to 3.5.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/315">apache/maven-javadoc-plugin#315</a></li>
<li>Bump commons-io:commons-io from 2.16.1 to 2.17.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/319">apache/maven-javadoc-plugin#319</a></li>
<li>[MJAVADOC-812] [REGRESSION] maven-javadoc-plugin 3.10.0 creates
empty… by <a
href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/320">apache/maven-javadoc-plugin#320</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1">https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1</a></p>
<h2>maven-javadoc-plugin-3.10.0</h2>
<h1>❗ NOTICE</h1>
<p>Due to <code>Doxia 2.x</code> stack <code>maven-site-plugin</code>
<strong>3.20+</strong> is requred.</p>
<h2>What's Changed</h2>
<ul>
<li>Add test for custom <code>FixJavadocMojo#defaultVersion</code> by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/305">apache/maven-javadoc-plugin#305</a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/304">apache/maven-javadoc-plugin#304</a></li>
<li>Improve URL handling by <a
href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/310">apache/maven-javadoc-plugin#310</a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/307">apache/maven-javadoc-plugin#307</a></li>
<li>Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/306">apache/maven-javadoc-plugin#306</a></li>
<li>Improve ITs by <a
href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/311">apache/maven-javadoc-plugin#311</a></li>
<li>Bump org.apache.maven.plugins:maven-plugins from 42 to 43 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/294">apache/maven-javadoc-plugin#294</a></li>
<li>[MJAVADOC-809] Align Mojo class names by <a
href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/312">apache/maven-javadoc-plugin#312</a></li>
<li>[MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack by <a
href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/204">apache/maven-javadoc-plugin#204</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.0">https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.8.0...maven-javadoc-plugin-3.10.0</a></p>
<h2>maven-javadoc-plugin-3.8.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump org.springframework:spring-context from 4.3.29.RELEASE to
5.2.21.RELEASE in /src/it/projects/MJAVADOC-434_fixcompile by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/280">apache/maven-javadoc-plugin#280</a></li>
<li>Fix usage documentation mentioning <code>nohelp</code> default value
by <a href="https://github.com/indyteo"><code>@​indyteo</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/286">apache/maven-javadoc-plugin#286</a></li>
<li>[MJAVADOC-796] Do not follow links for Java 12+ by <a
href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/287">apache/maven-javadoc-plugin#287</a></li>
<li>[MJAVADOC-800] Bump org.codehaus.plexus:plexus-io from 3.4.2 to
3.5.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/291">apache/maven-javadoc-plugin#291</a></li>
<li>Remove outdated invoker conditions by <a
href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/292">apache/maven-javadoc-plugin#292</a></li>
<li>Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/293">apache/maven-javadoc-plugin#293</a></li>
<li>Bump org.apache.maven.shared:maven-common-artifact-filters from
3.2.0 to 3.4.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/288">apache/maven-javadoc-plugin#288</a></li>
<li>[MJAVADOC-799] Remove inconsistent
<code>AbstractFixJavadocMojo#defaultVersion</code> default value by <a
href="https://github.com/Marcono1234"><code>@​Marcono1234</code></a> in
<a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/295">apache/maven-javadoc-plugin#295</a></li>
<li>[MJAVADOC-801] Upgrade to Clirr Maven Plugin 2.8 in fix goals by <a
href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/296">apache/maven-javadoc-plugin#296</a></li>
<li>[MJAVADOC-803] Add default parameter to force root locale by <a
href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/298">apache/maven-javadoc-plugin#298</a></li>
<li>[MJAVADOC-783] Invalid path when using TagletArtifact and TagletPath
by <a href="https://github.com/michael-o"><code>@​michael-o</code></a>
in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/300">apache/maven-javadoc-plugin#300</a></li>
<li>[MJAVADOC-775] Option 'taglets/taglet/tagletpath' ignored when
pointing to a JAR by <a
href="https://github.com/kriegaex"><code>@​kriegaex</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/255">apache/maven-javadoc-plugin#255</a></li>
<li>[MJAVADOC-804] Remove temporary directories created by tests by <a
href="https://github.com/pzygielo"><code>@​pzygielo</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/301">apache/maven-javadoc-plugin#301</a></li>
<li>[MJAVADOC-603] javadoc:fix failure on JDK10:
java.lang.ClassNotFoundE… by <a
href="https://github.com/michael-o"><code>@​michael-o</code></a> in <a
href="https://redirect.github.com/apache/maven-javadoc-plugin/pull/303">apache/maven-javadoc-plugin#303</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.8.0">https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.7.0...maven-javadoc-plugin-3.8.0</a></p>
<h2>3.7.0</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/619650c667070ef114d571c0f075ce456ace1cf8"><code>619650c</code></a>
[maven-release-plugin] prepare release maven-javadoc-plugin-3.11.1</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/e314da0226d100eae39d96d7a0cbdad799879dca"><code>e314da0</code></a>
[MJAVADOC-821] Align toolchain discovery code with Maven Compiler
Plugin</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/62a686180915de1e3c0a2f71081776eacfd1d4c3"><code>62a6861</code></a>
[MJAVADOC-820] [REGRESSION] MJAVADOC-787 was merged incompletely</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/d1090c50ce66e10ab0adcadb996b0fe790c900b6"><code>d1090c5</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/ee030f719f4bc7df1671f6dfe5993f778b57a504"><code>ee030f7</code></a>
[maven-release-plugin] prepare release maven-javadoc-plugin-3.11.0</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/6c5fdc06d76fdd429c4d3ae01e70be8917c64bea"><code>6c5fdc0</code></a>
[MJAVADOC-819] Align archive generation code with Maven Source
Plugin</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/3a90de597adff7c8f8c4a420400f24c7386e9880"><code>3a90de5</code></a>
[MJAVADOC-787] Automatic detection of release option for JDK &lt; 9</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/373172d8782ad011cc14e20ac78a84d032ad1d4b"><code>373172d</code></a>
[MJAVADOC-817] Upgrade to Doxia 2.0.0 GA Stack</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/ba266c0fe11a822bf3fb19c365a174246eae29f9"><code>ba266c0</code></a>
Fix SCM tag</li>
<li><a
href="https://github.com/apache/maven-javadoc-plugin/commit/5775ce13455d565bd10b15cbeb94310074dee8a3"><code>5775ce1</code></a>
Fix typo</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.11.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.0 to
3.3.1
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/f80596e4eb587cf99452b67b43ee9729fdadbf3a"><code>f80596e</code></a>
[maven-release-plugin] prepare release maven-source-plugin-3.3.1</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/7626998d262931570c969abe3fc60cf911fd6820"><code>7626998</code></a>
Bump apache/maven-gh-actions-shared from 3 to 4</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/83c963c0fffadd3257e9a1ca9266cfac98c057c3"><code>83c963c</code></a>
Bump org.apache.maven.plugins:maven-plugins from 39 to 41 (<a
href="https://redirect.github.com/apache/maven-source-plugin/issues/18">#18</a>)</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/40ae49538beebc793f16a91578629383de114edb"><code>40ae495</code></a>
Bump org.codehaus.plexus:plexus-archiver from 4.8.0 to 4.9.1 (<a
href="https://redirect.github.com/apache/maven-source-plugin/issues/20">#20</a>)</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/073462bf11ad9cf61cab6a2ed213bb8af5349f35"><code>073462b</code></a>
Bump org.apache.maven:maven-archiver from 3.6.0 to 3.6.1 (<a
href="https://redirect.github.com/apache/maven-source-plugin/issues/21">#21</a>)</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/0b1c82366e306c9d138a3a83950326071c2fc7c6"><code>0b1c823</code></a>
Fix typos in AbstractSourceJarMojo exception</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/099c65a64ac20e9f1133b41e2d1906944f6c13c3"><code>099c65a</code></a>
[MSOURCES-142] Bump org.codehaus.plexus:plexus-archiver from 4.7.1 to
4.8.0 (...</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/1edeea47f80bc5c5903e88c1adbff56501248a8b"><code>1edeea4</code></a>
[MSOURCES-139] Fix typo in AbstractSourceJarMojo exception</li>
<li><a
href="https://github.com/apache/maven-source-plugin/commit/436966ed7f93611d5faa6534478347b99c40f488"><code>436966e</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-release-plugin` from 3.0.1 to
3.1.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven-release/releases">org.apache.maven.plugins:maven-release-plugin's
releases</a>.</em></p>
<blockquote>
<h2>3.1.0</h2>
<!-- raw HTML omitted -->
<h2>🚀 New features and improvements</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/MRELEASE-1145">[MRELEASE-1145]</a>
- Upgrade to Maven 3.6.3 (<a
href="https://redirect.github.com/apache/maven-release/pull/217">#217</a>)
<a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MRELEASE-1139">[MRELEASE-1139]</a>
- Improve logging of sources for used credentials (<a
href="https://redirect.github.com/apache/maven-release/pull/209">#209</a>)
<a href="https://github.com/kwin"><code>@​kwin</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MRELEASE-1134">[MRELEASE-1134]</a>
- Pass interactive flag to SCM provider (<a
href="https://redirect.github.com/apache/maven-release/pull/197">#197</a>)
<a href="https://github.com/kwin"><code>@​kwin</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li><a
href="https://issues.apache.org/jira/browse/MRELEASE-1064">[MRELEASE-1064]</a>
- [REGRESSION] release:branch uses <a
href="https://github.com/releaseLabel"><code>@​releaseLabel</code></a>
instea… (<a
href="https://redirect.github.com/apache/maven-release/pull/221">#221</a>)
<a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MRELEASE-1147">[MRELEASE-1147]</a>
- <a
href="https://github.com/junitVersion"><code>@​junitVersion</code></a>@
never replaced in UTs (make explicit) (<a
href="https://redirect.github.com/apache/maven-release/pull/220">#220</a>)
<a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MRELEASE-1148">[MRELEASE-1148]</a>
- Release Manage pulls in transitive dependencies (<a
href="https://redirect.github.com/apache/maven-release/pull/219">#219</a>)
<a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MRELEASE-1146">[MRELEASE-1146]</a>
- maven-release-plugin tests do not properly check for … (<a
href="https://redirect.github.com/apache/maven-release/pull/218">#218</a>)
<a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MRELEASE-1109">[MRELEASE-1109]</a>
- patch JDomModel (<a
href="https://redirect.github.com/apache/maven-release/pull/201">#201</a>)
<a
href="https://github.com/mkolesnikov"><code>@​mkolesnikov</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MRELEASE-1109">[MRELEASE-1109]</a>
- Support CI friendly versions (<a
href="https://redirect.github.com/apache/maven-release/pull/198">#198</a>)
<a href="https://github.com/kwin"><code>@​kwin</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump scmVersion from 2.0.1 to 2.1.0 (<a
href="https://redirect.github.com/apache/maven-release/pull/213">#213</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0 (<a
href="https://redirect.github.com/apache/maven-release/pull/215">#215</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.codehaus.plexus:plexus-interactivity-api from 1.2 to 1.3
(<a
href="https://redirect.github.com/apache/maven-release/pull/210">#210</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27 (<a
href="https://redirect.github.com/apache/maven-release/pull/206">#206</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 (<a
href="https://redirect.github.com/apache/maven-release/pull/214">#214</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MRELEASE-1144">[MRELEASE-1144]</a>
- Upgrade to Parent 42 (<a
href="https://redirect.github.com/apache/maven-release/pull/216">#216</a>)
<a href="https://github.com/michael-o"><code>@​michael-o</code></a></li>
<li>Bump apache/maven-gh-actions-shared from 3 to 4 (<a
href="https://redirect.github.com/apache/maven-release/pull/212">#212</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.codehaus.plexus:plexus-interactivity-api from 1.1 to 1.2
(<a
href="https://redirect.github.com/apache/maven-release/pull/207">#207</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0 (<a
href="https://redirect.github.com/apache/maven-release/pull/200">#200</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.apache.maven.plugins:maven-invoker-plugin from 3.5.1 to
3.6.0 (<a
href="https://redirect.github.com/apache/maven-release/pull/204">#204</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 (<a
href="https://redirect.github.com/apache/maven-release/pull/205">#205</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MRELEASE-1128">[MRELEASE-1128]</a>
- update maven-scm to 2.0.1 (<a
href="https://redirect.github.com/apache/maven-release/pull/192">#192</a>)
<a href="https://github.com/elharo"><code>@​elharo</code></a></li>
</ul>
<h2>👻 Maintenance</h2>
<ul>
<li>Bump release-drafter/release-drafter from 5 to 6 (<a
href="https://redirect.github.com/apache/maven-release/pull/211">#211</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li><a
href="https://issues.apache.org/jira/browse/MRELEASE-1136">[MRELEASE-1136]</a>
- Upgrade parent pom to 41 (<a
href="https://redirect.github.com/apache/maven-release/pull/208">#208</a>)
<a
href="https://github.com/slachiewicz"><code>@​slachiewicz</code></a></li>
<li>fixup hamcrest dependencies (<a
href="https://redirect.github.com/apache/maven-release/pull/194">#194</a>)
<a href="https://github.com/elharo"><code>@​elharo</code></a></li>
<li>prefer JDK String replace methods to Plexus ones (<a
href="https://redirect.github.com/apache/maven-release/pull/193">#193</a>)
<a href="https://github.com/elharo"><code>@​elharo</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-release/commit/4f350d44478d2bf72a8da60395e0c1d1e045369a"><code>4f350d4</code></a>
[maven-release-plugin] prepare release maven-release-3.1.1</li>
<li><a
href="https://github.com/apache/maven-release/commit/06f6de43312ee6cab4ec1a194781a61c5db5bdf9"><code>06f6de4</code></a>
[MRELEASE-1153] Revert parts of MRELEASE-1109
(8dfcb47996320af5e6f0b2d50eac20...</li>
<li><a
href="https://github.com/apache/maven-release/commit/985d0bcd3f9bd28fc8e78e9c0744abe66aeea7ef"><code>985d0bc</code></a>
[MRELEASE-1149] Current release of the plugin has configuration docs
missing</li>
<li><a
href="https://github.com/apache/maven-release/commit/47e94b43951778aa9cca7ebd960aa114efa9931a"><code>47e94b4</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/apache/maven-release/commit/f2f9f4efe88d1f79e50de41265c76d013589c619"><code>f2f9f4e</code></a>
[maven-release-plugin] prepare release maven-release-3.1.0</li>
<li><a
href="https://github.com/apache/maven-release/commit/e109d3b1e6c480fbf50a973055040052e72e07e0"><code>e109d3b</code></a>
Bump scmVersion from 2.0.1 to 2.1.0</li>
<li><a
href="https://github.com/apache/maven-release/commit/5f794a1d1743a11063e89c316ddfb53534ab1d03"><code>5f794a1</code></a>
Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0</li>
<li><a
href="https://github.com/apache/maven-release/commit/28201bb9b0bbc4232a481a0bedb9046708a12fec"><code>28201bb</code></a>
Bump org.codehaus.plexus:plexus-interactivity-api from 1.2 to 1.3</li>
<li><a
href="https://github.com/apache/maven-release/commit/854760634a6dea3caa52bee55c499d2b2bace3b4"><code>8547606</code></a>
Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27</li>
<li><a
href="https://github.com/apache/maven-release/commit/adf6aaf30eeec868226264b67556f95e9b3f7427"><code>adf6aaf</code></a>
Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-release/compare/maven-release-3.0.1...maven-release-3.1.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.16.2 to 2.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mojohaus/versions/releases">org.codehaus.mojo:versions-maven-plugin's
releases</a>.</em></p>
<blockquote>
<h2>2.18.0</h2>
<h2>❗ NOTICE</h2>
<p>Due to <code>Doxia 2.x</code> stack <code>maven-site-plugin</code>
<strong>3.20+</strong> is required.
<a
href="https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack">https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack</a></p>
<h2>Changes</h2>
<h2>🚀 New features and improvements</h2>
<ul>
<li>Upgrade to Doxia 2.x stack (<a
href="https://redirect.github.com/mojohaus/versions/pull/1180">#1180</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>Remove implementation of dynamic version goal (<a
href="https://redirect.github.com/mojohaus/versions/pull/1179">#1179</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>fix: Removed non-fully functional dynamic version goal (<a
href="https://redirect.github.com/mojohaus/versions/pull/1172">#1172</a>)
<a href="https://github.com/jimisola"><code>@​jimisola</code></a></li>
<li>Resolves <a
href="https://redirect.github.com/mojohaus/versions/issues/1131">#1131</a>:
Suppress logging when allowMajorUpdates, allowMinorUp… (<a
href="https://redirect.github.com/mojohaus/versions/pull/1132">#1132</a>)
<a href="https://github.com/gmshake"><code>@​gmshake</code></a></li>
<li>Move <code>expression: {blah} no value</code>
<code>System.out</code> to logs (<a
href="https://redirect.github.com/mojohaus/versions/pull/1119">#1119</a>)
<a
href="https://github.com/JackPGreen"><code>@​JackPGreen</code></a></li>
<li>Improve speed of versions:resolve-ranges in case parents contain
many version properties (<a
href="https://redirect.github.com/mojohaus/versions/pull/1122">#1122</a>)
<a
href="https://github.com/m-schutte-ohra-nl"><code>@​m-schutte-ohra-nl</code></a></li>
</ul>
<h2>🐛 Bug Fixes</h2>
<ul>
<li>Resolves <a
href="https://redirect.github.com/mojohaus/versions/issues/1060">#1060</a>:
Bugfix in UpdateParentMojo + add tests (<a
href="https://redirect.github.com/mojohaus/versions/pull/1181">#1181</a>)
<a href="https://github.com/andrzejj0"><code>@​andrzejj0</code></a></li>
<li>Resolves#1066: Fixed a possible NPE in interpolateVersion (<a
href="https://redirect.github.com/mojohaus/versions/pull/1166">#1166</a>)
<a href="https://github.com/andrzejj0"><code>@​andrzejj0</code></a></li>
<li>Resolves <a
href="https://redirect.github.com/mojohaus/versions/issues/1067">#1067</a>:
Bug fix: incorrect arguments of PomHelper::createProjectBuilderRequest
(<a
href="https://redirect.github.com/mojohaus/versions/pull/1164">#1164</a>)
<a href="https://github.com/andrzejj0"><code>@​andrzejj0</code></a></li>
<li>Resolves <a
href="https://redirect.github.com/mojohaus/versions/issues/1137">#1137</a>:
using PomHelper.getGroupId if groupId of the current project root is
empty (<a
href="https://redirect.github.com/mojohaus/versions/pull/1162">#1162</a>)
<a href="https://github.com/andrzejj0"><code>@​andrzejj0</code></a></li>
<li>bugix/ protect internal data in multi thread env. (<a
href="https://redirect.github.com/mojohaus/versions/pull/1133">#1133</a>)
<a href="https://github.com/jgraglia"><code>@​jgraglia</code></a></li>
<li>Fixed <a
href="https://redirect.github.com/mojohaus/versions/issues/1123">#1123</a>
- Missing link in examples to recoding changes and use dy… (<a
href="https://redirect.github.com/mojohaus/versions/pull/1124">#1124</a>)
<a
href="https://github.com/khmarbaise"><code>@​khmarbaise</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Upgrade to Doxia 2.x stack (<a
href="https://redirect.github.com/mojohaus/versions/pull/1180">#1180</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
<li>Bump byteBuddyVersion from 1.15.7 to 1.15.10 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1173">#1173</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump com.fasterxml.woodstox:woodstox-core from 7.0.0 to 7.1.0 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1171">#1171</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.codehaus.groovy:groovy-all from 2.0.0 to 2.4.21 in
/versions-maven-plugin/src/it/it-property-updates-report-002-slow (<a
href="https://redirect.github.com/mojohaus/versions/pull/1161">#1161</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump byteBuddyVersion from 1.15.5 to 1.15.7 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1163">#1163</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump byteBuddyVersion from 1.15.4 to 1.15.5 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1160">#1160</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump byteBuddyVersion from 1.15.3 to 1.15.4 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1156">#1156</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.codehaus.mojo:mojo-parent from 85 to 86 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1139">#1139</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump byteBuddyVersion from 1.15.1 to 1.15.3 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1151">#1151</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1148">#1148</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump commons-io:commons-io from 2.16.1 to 2.17.0 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1143">#1143</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump byteBuddyVersion from 1.15.0 to 1.15.1 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1135">#1135</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1136">#1136</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump byteBuddyVersion from 1.14.19 to 1.15.0 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1134">#1134</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump byteBuddyVersion from 1.14.18 to 1.14.19 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1129">#1129</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.codehaus.mojo:mojo-parent from 84 to 85 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1128">#1128</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1126">#1126</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.hamcrest:hamcrest from 2.2 to 3.0 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1125">#1125</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1117">#1117</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
<li>Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0 (<a
href="https://redirect.github.com/mojohaus/versions/pull/1118">#1118</a>)
<a
href="https://github.com/dependabot"><code>@​dependabot</code></a></li>
</ul>
<h2>📝 Documentation updates</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mojohaus/versions/commit/814c9b14fc5fa921d3274773d02daff09d20158a"><code>814c9b1</code></a>
[maven-release-plugin] prepare release 2.18.0</li>
<li><a
href="https://github.com/mojohaus/versions/commit/64a38147c73cad84d15e5f9017660d7849c8d70f"><code>64a3814</code></a>
Upgrade to Doxia 2.x stack</li>
<li><a
href="https://github.com/mojohaus/versions/commit/a3ab213ccab235d1da4aa449585a99e52fa68968"><code>a3ab213</code></a>
Resolves <a
href="https://redirect.github.com/mojohaus/versions/issues/1060">#1060</a>:
Bugfix in UpdateParentMojo + add tests (<a
href="https://redirect.github.com/mojohaus/versions/issues/1181">#1181</a>)</li>
<li><a
href="https://github.com/mojohaus/versions/commit/380264f46e1edaa38e6e930a28b81424b9425156"><code>380264f</code></a>
Remove implementation of dynamic version goal</li>
<li><a
href="https://github.com/mojohaus/versions/commit/7e3b710b1998ca1e88c64880b3fe46661d4b23c4"><code>7e3b710</code></a>
Drop Maven Wrapper from project</li>
<li><a
href="https://github.com/mojohaus/versions/commit/a9270bbc17962f170a0a7447d1f31109e602c46a"><code>a9270bb</code></a>
Bump project version to 2.18.0-SNAPSHOT</li>
<li><a
href="https://github.com/mojohaus/versions/commit/d115f7a76cd72487ebabbba9ba5d4ae4b75544f2"><code>d115f7a</code></a>
Moved to modello-stax. Removed &quot;versionDefinition&quot; from
rule.mdo. (<a
href="https://redirect.github.com/mojohaus/versions/issues/1176">#1176</a>)</li>
<li><a
href="https://github.com/mojohaus/versions/commit/3841bb673873d619d25869726dbdb7a29395414c"><code>3841bb6</code></a>
fix: Removed non-fully functional dynamic version goal (<a
href="https://redirect.github.com/mojohaus/versions/issues/1172">#1172</a>)</li>
<li><a
href="https://github.com/mojohaus/versions/commit/a899699548adef25a319512e904a8f4f085452ca"><code>a899699</code></a>
Using Stax2 (Woodstox) instead of plexus-xml (Xpp) to process XML
documents; ...</li>
<li><a
href="https://github.com/mojohaus/versions/commit/8f4864082dfd8fbac3ef79f31271fc74cf517405"><code>8f48640</code></a>
Bump byteBuddyVersion from 1.15.7 to 1.15.10</li>
<li>Additional commits viewable in <a
href="https://github.com/mojohaus/versions/compare/2.16.2...2.18.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.1.0 to 3.2.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven-gpg-plugin/releases">org.apache.maven.plugins:maven-gpg-plugin's
releases</a>.</em></p>
<blockquote>
<h2>3.2.7</h2>
<p>Fixes a lingering issue affecting whole 3.2.x lineage, that resulted
in &quot;bad passphrase&quot; on Windows OS with GPG signer (see
MGPG-136 for details).</p>
<h2>What's Changed</h2>
<ul>
<li>[MGPG-136] Windows passphrase corruption by <a
href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a
href="https://redirect.github.com/apache/maven-gpg-plugin/pull/120">apache/maven-gpg-plugin#120</a></li>
<li>Bump com.kohlschutter.junixsocket:junixsocket-core from 2.10.0 to
2.10.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-gpg-plugin/pull/121">apache/maven-gpg-plugin#121</a></li>
<li>Bump commons-io:commons-io from 2.16.1 to 2.17.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-gpg-plugin/pull/119">apache/maven-gpg-plugin#119</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7">https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.6...maven-gpg-plugin-3.2.7</a></p>
<h2>3.2.6</h2>
<h1><a
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317521&amp;version=12354997">Release
Notes - Maven GPG Plugin - Version 3.2.6</a></h1>
<!-- raw HTML omitted -->
<!-- raw HTML omitted -->
<hr />
<h2>What's Changed</h2>
<ul>
<li>[MGPG-135] Support Overriding / Enhance the signer in
AbstractGpgMojo by <a
href="https://github.com/laeubi"><code>@​laeubi</code></a> in <a
href="https://redirect.github.com/apache/maven-gpg-plugin/pull/112">apache/maven-gpg-plugin#112</a></li>
<li>Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to
3.8.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/apache/maven-gpg-plugin/pull/114">apache/maven-gpg-plugin#114</a></li>
<li>[MGPG-140] Update Maven to 3.9.9 by <a
href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a
href="https://redirect.github.com/apache/maven-gpg-plugin/pull/116">apache/maven-gpg-plugin#116</a></li>
<li>[MGPG-138] Drop direct use of plexus-cipher and secdispatcher by <a
href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a
href="https://redirect.github.com/apache/maven-gpg-plugin/pull/115">apache/maven-gpg-plugin#115</a></li>
<li>[MGPG-141] Remove use of deprecated classes by <a
href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a
href="https://redirect.github.com/apache/maven-gpg-plugin/pull/117">apache/maven-gpg-plugin#117</a></li>
<li>Add FAQ for &quot;no pinentry&quot; issue by <a
href="https://github.com/cstamas"><code>@​cstamas</code></a> in <a
href="https://redirect.github.com/apache/maven-gpg-plugin/pull/118">apache/maven-gpg-plugin#118</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/laeubi"><code>@​laeubi</code></a> made
their first contribution in <a
href="https://redirect.github.com/apache/maven-gpg-plugin/pull/112">apache/maven-gpg-plugin#112</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-gpg-plugin/commit/43af21cbe6e62e417e5037c359f79dd7878b4908"><code>43af21c</code></a>
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.7</li>
<li><a
href="https://github.com/apache/maven-gpg-plugin/commit/8c5a8d2eb990b3d9db8bc2f5563a0aeb4dbb5eea"><code>8c5a8d2</code></a>
[MGPG-144] Bump commons-io:commons-io from 2.16.1 to 2.17.0 (<a
href="https://redirect.github.com/apache/maven-gpg-plugin/issues/119">#119</a>)</li>
<li><a
href="https://github.com/apache/maven-gpg-plugin/commit/cb5422fc4f2372a58772e0b8a9a20b072696a7f4"><code>cb5422f</code></a>
[MGPG-143] Bump com.kohlschutter.junixsocket:junixsocket-core from
2.10.0 to ...</li>
<li><a
href="https://github.com/apache/maven-gpg-plugin/commit/6b2a27f3a60e8c92079f14e5240ee8c353ccfa35"><code>6b2a27f</code></a>
[MGPG-136] Windows passphrase corruption (<a
href="https://redirect.github.com/apache/maven-gpg-plugin/issues/120">#120</a>)</li>
<li><a
href="https://github.com/apache/maven-gpg-plugin/commit/31e87e0062b7eacc3506fc6dea94e7ff509c16b9"><code>31e87e0</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/apache/maven-gpg-plugin/commit/1c9a14c0eec9dae40baa4a5db674e6a7ec012be4"><code>1c9a14c</code></a>
[maven-release-plugin] prepare release maven-gpg-plugin-3.2.6</li>
<li><a
href="https://github.com/apache/maven-gpg-plugin/commit/bbe6156400212b3fe063d218399ba09c24795f44"><code>bbe6156</code></a>
Add FAQ for &quot;no pinentry&quot; issue (<a
href="https://redirect.github.com/apache/maven-gpg-plugin/issues/118">#118</a>)</li>
<li><a
href="https://github.com/apache/maven-gpg-plugin/commit/5b9427333ab4b7b48b297a8b9a4158688211f14a"><code>5b94273</code></a>
[MGPG-141] Remove use of deprecated classes (<a
href="https://redirect.github.com/apache/maven-gpg-plugin/issues/117">#117</a>)</li>
<li><a
href="https://github.com/apache/maven-gpg-plugin/commit/afdfd28bab4a0530cfd655397716a36adc1644b6"><code>afdfd28</code></a>
[MGPG-138] Drop direct use of plexus-cipher and secdispatcher (<a
href="https://redirect.github.com/apache/maven-gpg-plugin/issues/115">#115</a>)</li>
<li><a
href="https://github.com/apache/maven-gpg-plugin/commit/7516e7c73d6e5c8c3d6c2cbab9d55deb3987f388"><code>7516e7c</code></a>
[MGPG-140] Update Maven to 3.9.9 (<a
href="https://redirect.github.com/apache/maven-gpg-plugin/issues/116">#116</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.7">compare
view</a></li>
</ul>
</details>
<br />

Updates `commons-validator:commons-validator` from 1.8.0 to 1.9.0

Updates `com.google.protobuf:protobuf-java` from 3.25.1 to 4.28.3
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/protocolbuffers/protobuf/commits">compare
view</a></li>
</ul>
</details>
<br />

Updates `com.google.protobuf:protobuf-java-util` from 3.25.1 to 4.28.3

Updates `com.google.protobuf:protobuf-java-util` from 3.25.1 to 4.28.3

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.11 to 0.8.12
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jacoco/jacoco/releases">org.jacoco:jacoco-maven-plugin's
releases</a>.</em></p>
<blockquote>
<h2>0.8.12</h2>
<h2>New Features</h2>
<ul>
<li>JaCoCo now officially supports Java 22 (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1596">#1596</a>).</li>
<li>Experimental support for Java 23 class files (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1553">#1553</a>).</li>
</ul>
<h2>Fixed bugs</h2>
<ul>
<li>Branches added by the Kotlin compiler for functions with default
arguments and having more than 32 parameters are filtered out during
generation of report (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1556">#1556</a>).</li>
<li>Branch added by the Kotlin compiler version 1.5.0 and above for
reading from lateinit property is filtered out during generation of
report (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1568">#1568</a>).</li>
</ul>
<h2>Non-functional Changes</h2>
<ul>
<li>JaCoCo now depends on ASM 9.7 (GitHub <a
href="https://redirect.github.com/jacoco/jacoco/issues/1600">#1600</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jacoco/jacoco/commit/dbfb6f2ad904158b5b40a93fea222e263aeaf9ab"><code>dbfb6f2</code></a>
Prepare release 0.8.12</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/a50585b9e0770c363c56d887a8f639dc05411073"><code>a50585b</code></a>
Upgrade maven-plugin-plugin to 3.6.4 (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1604">#1604</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/fd63cc5478bcd7b32e2070d93ead8c879b423841"><code>fd63cc5</code></a>
Configure labels that Dependabot assigns to PRs (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1603">#1603</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/03a53334c1e3a28ed587feb5adbfa3c0aa536990"><code>03a5333</code></a>
Add configuration for Dependabot to simplify updates of ASM (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1601">#1601</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/40ff9fb3b13bb484344936dde4a90b083b79cdbd"><code>40ff9fb</code></a>
Upgrade ASM to 9.7 (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1600">#1600</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/907717832435f5085b67d02e1eeec5b63b0f415b"><code>9077178</code></a>
Happy birthday Java 22! (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1596">#1596</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/7edd1b511a174a663f633c34ae8c951a0ae77d20"><code>7edd1b5</code></a>
Bump actions/setup-java from 4.1.0 to 4.2.1 (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1594">#1594</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/e50b547bc26ff198acfd16311c028f340af38699"><code>e50b547</code></a>
Upgrade ECJ to 3.37.0 (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1590">#1590</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/a1144d02ff0f89d6603214676730a2d5616cf466"><code>a1144d0</code></a>
Upgrade maven-site-plugin to 3.12.1 (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1586">#1586</a>)</li>
<li><a
href="https://github.com/jacoco/jacoco/commit/04b0141d6ae5e6d1f00f15341b29dd4734ab778a"><code>04b0141</code></a>
Bump actions/setup-java from 4.0.0 to 4.1.0 (<a
href="https://redirect.github.com/jacoco/jacoco/issues/1587">#1587</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jacoco/jacoco/compare/v0.8.11...v0.8.12">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.5.1 to
3.6.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/maven-shade-plugin/commit/9a572e232d652a12a2404fe3cbe57fb588a87318"><code>9a572e2</code></a>
[maven-release-plugin] prepare release maven-shade-plugin-3.6.0</li>
<li><a
href="https://github.com/apache/maven-shade-plugin/commit/ade2e359214c4094876b0100c97b9a55aecc4c2e"><code>ade2e35</code></a>
[MSHADE-428] Prevent null value in array of transformers (<a
href="https://redirect.github.com/apache/maven-shade-…
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 0ea3708 commit 36fe3c8
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions java/pgv-artifacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>osx-x86_64</id>
Expand Down Expand Up @@ -165,7 +165,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<executions>
<execution>
<id>attach-artifacts</id>
Expand Down
2 changes: 1 addition & 1 deletion java/pgv-java-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion java/pgv-java-stub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions java/pgv-java-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.1</version>
<version>3.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -116,7 +116,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion java/pgv-test-coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand Down
24 changes: 12 additions & 12 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<protoc.version>3.22.2</protoc.version>
<google.protobuf.version>3.25.1</google.protobuf.version>
<google.protobuf.version>4.28.3</google.protobuf.version>
<protobuf.maven.plugin.version>0.6.1</protobuf.maven.plugin.version>

<re2j.version>1.7</re2j.version>
<commons.validator.version>1.8.0</commons.validator.version>
<grpc.version>1.60.1</grpc.version>
<commons.validator.version>1.9.0</commons.validator.version>
<grpc.version>1.68.1</grpc.version>
<junit.version>4.13.2</junit.version>
<assertj.version>3.25.1</assertj.version>
<assertj.version>3.26.3</assertj.version>
<java.release>8</java.release>
<java.version>1.8</java.version>
<proto-google-common-protos.version>2.30.0</proto-google-common-protos.version>
<proto-google-common-protos.version>2.49.0</proto-google-common-protos.version>
</properties>

<dependencies>
Expand All @@ -72,7 +72,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<release>${java.release}</release>
<source>${java.version}</source>
Expand All @@ -84,7 +84,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.5.2</version>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
Expand All @@ -93,7 +93,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.11.1</version>
<configuration>
<author>false</author>
<breakiterator>true</breakiterator>
Expand All @@ -115,7 +115,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -136,7 +136,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>v@{project.version}-java</tagNameFormat>
Expand All @@ -151,7 +151,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.2</version>
<version>2.18.0</version>
</plugin>

<plugin>
Expand All @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 36fe3c8

Please sign in to comment.