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

   Bumps the maven-dependencies group with 18 updates:
   
   | Package | From | To |
   | --- | --- | --- |
   | [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | 
`1.85.2` | `1.86` |
   | 
[org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) 
| `2.21.0` | `2.22.0` |
   | 
[org.codehaus.mojo:build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin)
 | `3.6.1` | `3.6.2` |
   | 
[org.codehaus.mojo:buildnumber-maven-plugin](https://github.com/mojohaus/buildnumber-maven-plugin)
 | `3.3.0` | `3.3.1` |
   | 
[org.codehaus.mojo:taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin)
 | `3.2.2` | `3.2.3` |
   | 
[org.codehaus.mojo:jdepend-maven-plugin](https://github.com/mojohaus/jdepend-maven-plugin)
 | `2.2.0` | `2.2.1` |
   | 
[org.codehaus.mojo:xml-maven-plugin](https://github.com/mojohaus/xml-maven-plugin)
 | `1.2.1` | `1.2.2` |
   | [org.omnifaces:omnifaces](https://github.com/omnifaces/omnifaces) | 
`5.5.2` | `5.5.3` |
   | org.apache.tomcat.embed:tomcat-embed-core | `11.0.25` | `11.0.26` |
   | org.apache.tomcat.embed:tomcat-embed-el | `11.0.25` | `11.0.26` |
   | org.apache.tomcat.embed:tomcat-embed-websocket | `11.0.25` | `11.0.26` |
   | org.apache.tomcat:tomcat-jaspic-api | `11.0.25` | `11.0.26` |
   | org.apache.tomcat:tomcat-catalina | `11.0.25` | `11.0.26` |
   | org.apache.tomcat:tomcat-jasper | `11.0.25` | `11.0.26` |
   | org.apache.tomcat:tomcat-jasper-el | `11.0.25` | `11.0.26` |
   | 
[com.flowlogix.depchain:integration-test](https://github.com/flowlogix/depchain)
 | `130` | `131` |
   | [com.flowlogix:flowlogix-jee](https://github.com/flowlogix/flowlogix) | 
`11.5` | `11.6` |
   | 
[org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin)
 | `3.6.3` | `3.6.4` |
   
   Updates `org.bouncycastle:bcprov-jdk18on` from 1.85.2 to 1.86
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.md";>org.bouncycastle:bcprov-jdk18on's
 changelog</a>.</em></p>
   <blockquote>
   <h1>Bouncy Castle Crypto Package - Release Notes</h1>
   <h2>1.0 Introduction</h2>
   <p>The Bouncy Castle Crypto package is a Java implementation of 
cryptographic algorithms. The package is organised so that it contains a 
light-weight API suitable for use in any environment (including the J2ME) with 
the additional infrastructure to conform the algorithms to the JCE 
framework.</p>
   <h2>2.0 Release History</h2>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h3>2.1.1 Version</h3>
   <p>Release: 1.87<br />
   Date: 2026, TBD</p>
   <h3>2.1.2 Defects Fixed</h3>
   <ul>
   <li>
   <p>A KeyAgreement asked for its shared secret before doPhase returned data 
rather than refusing. javax.crypto.KeyAgreement specifies IllegalStateException 
for that state, but nothing in the provider tracked it, so each SPI handed back 
whatever its result field held: for Diffie-Hellman that was the private value 
itself - engineInit seeded result with x, so generateSecret() returned the 
private exponent padded to the prime's length and 
generateSecret(&quot;AES&quot;) an all-zero key taken from that padding - while 
ECDH returned null and its named-algorithm overload raised 
NullPointerException. BaseAgreementSpi now records whether a doPhase has 
completed the agreement since the last init and refuses the request with an 
IllegalStateException naming the algorithm, so every family in the provider - 
DH, ECDH and ECMQV, the SM2 exchange, both ECGOST families, XDH, SM9 and 
NewHope - answers the same way, and the DH SPI no longer holds the private 
value in that field at all.</p>
   </li>
   <li>
   <p>Mac.getInstance and KeyGenerator.getInstance by the HMAC SHA-512/224 and 
SHA-512/256 object identifiers (1.2.840.113549.2.12 and .13) failed, although 
the same algorithms resolved by name and the matching SecretKeyFactory aliases 
were registered: the SHA512 mappings called addHMACAlgorithm for the two 
truncated variants without the addHMACAlias that registers their OIDs against 
Mac and KeyGenerator. Both are now aliased, as every other HMAC in that class 
already was.</p>
   </li>
   <li>
   <p>A KTSParameterSpec naming an HKDF key-derivation function with a 
parameters field - a form the provider does not service - was accepted at 
Cipher init and then failed out of wrap or unwrap with an unchecked 
IllegalStateException neither method declares. The KTS key-wrapping Ciphers 
(ML-KEM, Classic McEliece, FrodoKEM, the composite KEM and RSA-KEM) now 
validate the spec's KDF when they take it, reporting an unserviceable one as 
the InvalidAlgorithmParameterException engineInit declares, which is what the 
javax.crypto.KEM services already did through KdfUtil.resolveKemSpec.</p>
   </li>
   <li>
   <p>A DTLS handshake deadlocked when a handshake message ahead of the peer's 
ChangeCipherSpec (a client's CertificateVerify, say) was lost while the 
ChangeCipherSpec and Finished behind it arrived: the record layer moved its 
read epoch on at the ChangeCipherSpec and then discarded every retransmission 
of the lost message as belonging to the old epoch, whose records are only 
accepted once the handshake has completed. Each side then waited on the other 
until a handshake timeout, if one was configured, ended it. Every 
client-authenticated handshake, and every handshake in which the server issues 
a NewSessionTicket, was exposed. Until the handshake completes, handshake 
records from the current epoch are now still accepted after the read epoch has 
moved on, and each message is checked against the epoch of the record that 
carried it. The DTLS loopback tests now run their handshakes at 10% datagram 
loss in each direction, with a client-authenticated handshake at 25%.</p>
   </li>
   <li>
   <p>The lightweight SubjectPublicKeyInfoFactory and PrivateKeyInfoFactory 
encoded a GOST R 34.10-2012 key on one of the legacy CryptoPro curves under 
id-GostR3410-2001, although RFC 9215 sec. 4.2 permits those curves for 2012 
keys. The digestParamSet now decides: a GOST R 34.11-94 parameter set means 
2001 (RFC 4491 sec. 2.3.2), a GOST R 34.11-2012 digest or none means 2012 with 
256/512 taken from the curve field size, and any other value is rejected. 
GOST3410PublicKeyAlgParameters treats digestParamSet as OPTIONAL on both read 
and write per RFC 9215, and PrivateKeyInfoFactory now passes attributes through 
for ECGOST3410 keys (bc-csharp github <a 
href="https://redirect.github.com/bcgit/bc-java/issues/707";>#707</a>).</p>
   </li>
   <li>
   <p>The name-constraint host canonicalisation removed a single RFC 1034 
root-label dot, the only empty label a name may legally carry, but nothing 
refused the ones that are not legal: a dNSName, rfc822Name host or 
uniformResourceIdentifier host such as &quot;example.com..&quot; kept a phantom 
empty label after the strip and so matched no constraint at all, escaping an 
excluded subtree naming the host it appears to carry. A tested name whose host 
carries an empty label - a second trailing dot, a doubled dot or a leading dot 
- is now refused outright wherever a constraint of that type is in force, 
rather than canonicalised into a name it is not: removing the extra dots would 
decide on the caller's behalf that &quot;example.com..&quot; names example.com, 
which is not how a consumer resolving or comparing the name reads it, and 
refusing fails closed in both directions where canonicalising would newly admit 
such a name under a permitted subtree. The single trailing dot is canonicalised 
 as before, a bare &quot;.&quot; remains the root label rather than an empty 
one, and the guard is scoped to the host, so the doubled dot a quoted local 
part may legally carry is unaffected. Constraints are untouched - one may still 
begin with a dot, which is how this implementation spells &quot;subdomains 
only&quot; (github PR <a 
href="https://redirect.github.com/bcgit/bc-java/issues/2436";>#2436</a>).</p>
   </li>
   </ul>
   <h3>2.1.3 Additional Features and Functionality</h3>
   <h3>2.1.4 Additional Notes</h3>
   <ul>
   <li>The sources and javadoc jars of the Ant-built distributions (jdk14, 
jdk15to18 and jdk13) no longer carry test material. Each module's javadoc 
target copies the package documentation it needs - org/bouncycastle/<!-- raw 
HTML omitted -->/<strong>/*.html - back into the module source directory that 
has already been compiled from, and zip-src zips that directory afterwards, so 
every test package's package.html arrived in the sources jar by that route; 
javadoc-util additionally copied 
org/bouncycastle/asn1/isismtt/</strong>/*.java, which put test classes into the 
bcutil javadoc as generated pages, and javadoc-pg deliberately copied the gpg 
and bcpg test sources in order to document them. Separately the source copies 
excluded test material only one directory deep and only for *.java, because Ant 
reads ** as an any-depth wildcard just where it is a whole path segment, so 
anything nested further or with another extension - the PEM certificate 
fixtures under org/bouncycastle/est/test/s
 an corrected in 1.86, and an ICAO master list under 
org/bouncycastle/asn1/icao/test - went through. The source and javadoc copies 
of every module now exclude test directories at any depth, and javadoc-pg no 
longer documents the test packages. org.bouncycastle.util.test is unaffected 
and still ships in the bcprov binary, sources and javadoc jars, as it does from 
the Gradle build: it is the SimpleTest framework the light-weight API's own 
test classes are written against, not test material of the distribution. No 
binary changes - the classes and resources of every Ant-built jar are identical 
to those of the 1.86 release - and the Gradle-built jdk18on artifacts never 
carried any of this.</li>
   </ul>
   <p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
   <h3>2.2.1 Version</h3>
   <p>Release: 1.86<br />
   Date: 2026, 11th September.</p>
   <h3>2.2.2 Defects Fixed</h3>
   <ul>
   <li>The high-level OpenPGP API let a subkey inherit the primary key's Key 
Flags when its own Subkey Binding signature carried none, so a subkey bound 
with no flags counted as signing-capable for one check while the 
cross-certification check RFC 9580 sec. 5.2.1.8 requires of a signing subkey 
saw none and was skipped - letting a third party's public signing subkey be 
bound to an attacker's primary key and that party's genuine signatures verify 
under the attacker's identity. Flags are no longer inherited 
(CVE-2026-71887).</li>
   <li>The high-level OpenPGP API used a version 6 key carrying no valid Direct 
Key signature, falling back to the primary user ID binding as it correctly does 
for version 4. RFC 9580 sec. 5.2.3.10 requires the opposite, and since a v6 
certificate carries its expiration and preferences there, stripping that one 
packet silently dropped them - the certificate went on offering subkeys of a 
key set to expire. isBoundBy now requires a valid Direct Key self-signature 
before any v6 component is treated as bound; version 4 is unaffected.</li>
   <li>The high-level OpenPGP API ignored the OpenPGPPolicy a caller had 
configured when verifying signatures on an inline message: 
OpenPGPMessageInputStream took the policy from the implementation's own default 
rather than from the processor doing the verification, so a hardened policy had 
no bearing on acceptance and getSignatures() reported isTestedCorrect() true 
for a signature that policy rejects. Both the one-pass and prefixed-signature 
paths now read the configured policy.</li>
   <li>The high-level OpenPGP API went on offering the subkeys of a certificate 
whose primary key had expired, the binding check evaluating only a subkey's own 
Subkey Binding signature - so the certificate contradicted itself, reporting 
the primary unbound while still handing out its subkeys. The primary key's 
expiration now applies to the whole certificate, as GnuPG and Sequoia treat it, 
and a subkey no longer inherits the primary's validity period, which RFC 9580 
sec. 5.2.3.13 counts from the creation time of the key the carrying signature 
is made on.</li>
   <li>OpenPGPDocumentSignature.isValidAt(Date) reported a data signature as 
valid past the signature's own Signature Expiration Time (RFC 9580 sec. 
5.2.3.18): it checked that the signature was correct and the issuing key bound 
and signing-capable at that date, but never the signature's own expiration, so 
it disagreed with isEffectiveAt() on the same object and with its own javadoc. 
isValid() and isValid(policy), which evaluate at creation time, are 
unchanged.</li>
   <li>The lightweight LMSSigner and HSSSigner refused a key wrapped in 
ParametersWithRandom, which is how BcContentSignerBuilder passes one once 
setSecureRandom() has been called, so BcHssLmsContentSignerBuilder failed with 
&quot;Incorrect Key Parameters&quot; and the two signers raised 
ClassCastException. All three now unwrap it, as the ML-DSA and SLH-DSA signers 
already did; the random is accepted and ignored, LMS deriving its message 
randomiser deterministically from the seed and one-time index.</li>
   <li>LMS signature verification did not apply two checks RFC 8554 sec. 5.4.2 
requires before a signature is processed: step 2g, refusing a signature whose 
LMS typecode is not the public key's - without it a signature claiming a 
height-25 parameter set drove a 25-level computation against a height-5 key - 
and step 2i, refusing a leaf number outside the tree. Neither was a forgery, 
but both are attacker-chosen work the specification says to refuse up front. 
Both are now checked.</li>
   <li>The LMS and HSS key parameter classes now apply at construction the 
checks their decoders apply, so a key built directly cannot be one the decoder 
would refuse: LMSPrivateKeyParameters accepted an identifier of any length 
where the decoder reads exactly 16 bytes, and left q, maxQ and the seed length 
unchecked, while HSSPrivateKeyParameters checked neither its level count nor 
that it had a component key and chaining signature per level. The decoders now 
report a bad version or seed length as IOException rather than 
IllegalStateException.</li>
   <li>In the LMS JCE layer, LMSKeyGenParameterSpec.fromNames knew all twenty 
LMS parameter-set names but only four of the sixteen LM-OTS ones, so none of 
the SP 800-208 n24 or SHAKE sets could be named; all sixteen are now present. 
initialize(int, SecureRandom) now reports InvalidParameterException as the JCA 
specifies, and BCLMSPrivateKey.getIndex takes the exhaustion check and the 
index read under one monitor.</li>
   <li>KeyPairGenerator.initialize(int, SecureRandom) is documented to raise 
InvalidParameterException when the key size is not one the generator supports, 
and thirty of them raised a bare IllegalArgumentException instead. Every 
generator in BCPQC, and the ML-DSA, ML-KEM, SLH-DSA, Classic McEliece, 
FrodoKEM, NTRU and composite ones in the BC provider, now raise the documented 
type - which extends IllegalArgumentException, so existing catches still match. 
The two RSA generators translate the lightweight refusal through a new 
SecurityExceptions.invalidParameterException factory.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/bcgit/bc-java/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.codehaus.mojo:versions-maven-plugin` from 2.21.0 to 2.22.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.22.0</h2>
   <!-- raw HTML omitted -->
   <h2>🚀 New features and improvements</h2>
   <ul>
   <li>Add artifact classifier to ChangeRocorderXML (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1327";>#1327</a>) <a 
href="https://github.com/ggkochanski";><code>@​ggkochanski</code></a></li>
   </ul>
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Fix <a 
href="https://redirect.github.com/mojohaus/versions/issues/1342";>#1342</a>: 
avoid shared include/exclude filters in parallel dependency updates (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1351";>#1351</a>) <a 
href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   </ul>
   <h2>📝 Documentation updates</h2>
   <ul>
   <li>docs(markdown): fix grammar, typos, and markup in .md.vm files (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1364";>#1364</a>) <a 
href="https://github.com/kranthipoturaju";><code>@​kranthipoturaju</code></a></li>
   <li>docs: fix spelling in markdown docs (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1345";>#1345</a>) <a 
href="https://github.com/kranthipoturaju";><code>@​kranthipoturaju</code></a></li>
   </ul>
   <h2>👻 Maintenance</h2>
   <ul>
   <li>Stop dependabot from updating test fixtures (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1387";>#1387</a>) <a 
href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>Bump byteBuddyVersion from 1.18.12 to 1.18.13 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1395";>#1395</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.mariadb.jdbc:mariadb-java-client from 2.4.3 to 2.7.14 in 
/versions-maven-plugin/src/it/it-property-updates-report-002-slow (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1393";>#1393</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1391";>#1391</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-archiver from 4.13.0 to 4.14.0 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1392";>#1392</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-archiver from 4.12.0 to 4.13.0 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1388";>#1388</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-interactivity-api from 1.5.1 to 1.6.0 
(<a href="https://redirect.github.com/mojohaus/versions/pull/1389";>#1389</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-i18n from 1.1.0 to 1.2.0 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1390";>#1390</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump byteBuddyVersion from 1.18.11 to 1.18.12 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1386";>#1386</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump com.fasterxml.woodstox:woodstox-core from 7.2.1 to 7.2.2 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1384";>#1384</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1385";>#1385</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 96 to 97 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1379";>#1379</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump actions/stale from 10 to 11 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1381";>#1381</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump sisuVersion from 1.0.1 to 1.1.0 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1382";>#1382</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump commons-codec:commons-codec from 1.22.0 to 1.22.1 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1383";>#1383</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.postgresql:postgresql from 42.7.11 to 42.7.12 in 
/versions-maven-plugin/src/it/it-property-updates-report-002-slow (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1380";>#1380</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump 
apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml from 4 to 
5 (<a href="https://redirect.github.com/mojohaus/versions/pull/1376";>#1376</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml 
from 4 to 5 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1377";>#1377</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump apache/maven-gh-actions-shared/.github/workflows/pr-automation.yml 
from 4 to 5 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1375";>#1375</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump sisuVersion from 1.0.0 to 1.0.1 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1371";>#1371</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump byteBuddyVersion from 1.18.10 to 1.18.11 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1372";>#1372</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-archiver from 4.11.0 to 4.12.0 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1370";>#1370</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump byteBuddyVersion from 1.18.9 to 1.18.10 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1368";>#1368</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump com.fasterxml.woodstox:woodstox-core from 7.1.1 to 7.2.1 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1369";>#1369</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump byteBuddyVersion from 1.18.8 to 1.18.9 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1367";>#1367</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.postgresql:postgresql from 42.7.2 to 42.7.11 in 
/versions-maven-plugin/src/it/it-property-updates-report-002-slow (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1365";>#1365</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump commons-io:commons-io from 2.21.0 to 2.22.0 (<a 
href="https://redirect.github.com/mojohaus/versions/pull/1361";>#1361</a>) @<a 
href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mojohaus/versions/commit/7329d7e6a5d4624d14cb910046c43ef5683edf4a";><code>7329d7e</code></a>
 [maven-release-plugin] prepare release 2.22.0</li>
   <li><a 
href="https://github.com/mojohaus/versions/commit/99bbbb9c56a654814db754dbc201960f99b94da9";><code>99bbbb9</code></a>
 Bump byteBuddyVersion from 1.18.12 to 1.18.13</li>
   <li><a 
href="https://github.com/mojohaus/versions/commit/b9436791a4c5defbbbbf56c11cb5e898aa214629";><code>b943679</code></a>
 Add artifact classifier to ChangeRocorderXML</li>
   <li><a 
href="https://github.com/mojohaus/versions/commit/0cbb8fd718372c6d09fa58fbd62e6f6281aecfbe";><code>0cbb8fd</code></a>
 Bump org.mariadb.jdbc:mariadb-java-client</li>
   <li><a 
href="https://github.com/mojohaus/versions/commit/03390a50d5a1e7c052dce3d4ff05dfa5e0284fc7";><code>03390a5</code></a>
 Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0</li>
   <li><a 
href="https://github.com/mojohaus/versions/commit/b7fe8c6f59416d237d1eb1e8367fc29c80170573";><code>b7fe8c6</code></a>
 Bump org.codehaus.plexus:plexus-archiver from 4.13.0 to 4.14.0</li>
   <li><a 
href="https://github.com/mojohaus/versions/commit/db72fa622afbbd89656b82c486a6fa780c3fa9bd";><code>db72fa6</code></a>
 Bump org.codehaus.plexus:plexus-archiver from 4.12.0 to 4.13.0</li>
   <li><a 
href="https://github.com/mojohaus/versions/commit/e7c09587243d0534525730043c8561458001c6ad";><code>e7c0958</code></a>
 Bump org.codehaus.plexus:plexus-interactivity-api from 1.5.1 to 1.6.0</li>
   <li><a 
href="https://github.com/mojohaus/versions/commit/4c0693b345c49df0f59b5f332432ebdb4f133c4f";><code>4c0693b</code></a>
 Bump org.codehaus.plexus:plexus-i18n from 1.1.0 to 1.2.0</li>
   <li><a 
href="https://github.com/mojohaus/versions/commit/80329a0326d4c871c15a3507b464dc8336c0f4f4";><code>80329a0</code></a>
 Bump byteBuddyVersion from 1.18.11 to 1.18.12</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mojohaus/versions/compare/2.21.0...2.22.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.codehaus.mojo:build-helper-maven-plugin` from 3.6.1 to 3.6.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mojohaus/build-helper-maven-plugin/releases";>org.codehaus.mojo:build-helper-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.6.2</h2>
   <!-- raw HTML omitted -->
   <h2>🐛 Bug Fixes</h2>
   <ul>
   <li>Replace raw <code>NPEx</code> with customized exception message (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/239";>#239</a>)
 <a href="https://github.com/pzygielo";><code>@​pzygielo</code></a></li>
   </ul>
   <h2>👻 Maintenance</h2>
   <ul>
   <li>Remove redundant maven-resolver-api dependency and ignore Resolver/SLF4J 
2.x in Dependabot (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/248";>#248</a>)
 <a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>Remove redundant maven-resolver-api dependency and ignore Resolver/SLF4J 
2.x in Dependabot (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/248";>#248</a>)
 <a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0 (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/247";>#247</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump 
apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml from 4 to 
5 (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/244";>#244</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 96 to 97 (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/246";>#246</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml 
from 4 to 5 (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/245";>#245</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3 (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/241";>#241</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 95 to 96 (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/240";>#240</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 94 to 95 (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/235";>#235</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 93 to 94 (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/233";>#233</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 92 to 93 (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/232";>#232</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 91 to 92 (<a 
href="https://redirect.github.com/mojohaus/build-helper-maven-plugin/pull/231";>#231</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mojohaus/build-helper-maven-plugin/commit/813bc7d2f03f2c9975de1f079cf7a7334211e0b6";><code>813bc7d</code></a>
 [maven-release-plugin] prepare release 3.6.2</li>
   <li><a 
href="https://github.com/mojohaus/build-helper-maven-plugin/commit/07d91091b06db894178bcb6e71bc55f857546f46";><code>07d9109</code></a>
 Remove redundant maven-resolver-api and ignore Resolver/SLF4J 2.x in 
Dependabot</li>
   <li><a 
href="https://github.com/mojohaus/build-helper-maven-plugin/commit/9abd552f324e429beb586407139eb4d43127344a";><code>9abd552</code></a>
 Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0</li>
   <li><a 
href="https://github.com/mojohaus/build-helper-maven-plugin/commit/3c15526bf151e28d6ce651197b36958164da4d4a";><code>3c15526</code></a>
 Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml</li>
   <li><a 
href="https://github.com/mojohaus/build-helper-maven-plugin/commit/3b1f104096756ce33e8fc3e4c3062b1ccd8cf227";><code>3b1f104</code></a>
 Bump org.codehaus.mojo:mojo-parent from 96 to 97</li>
   <li><a 
href="https://github.com/mojohaus/build-helper-maven-plugin/commit/1749855c90317f651eed427e45cb27c52cf8a542";><code>1749855</code></a>
 Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml</li>
   <li><a 
href="https://github.com/mojohaus/build-helper-maven-plugin/commit/52300415d70e84a20924c06c26d9375b152e5409";><code>5230041</code></a>
 Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3</li>
   <li><a 
href="https://github.com/mojohaus/build-helper-maven-plugin/commit/c0e937567a4604534e32cf3cc4c3abb43bfa243c";><code>c0e9375</code></a>
 Delete .github/release-drafter.yml</li>
   <li><a 
href="https://github.com/mojohaus/build-helper-maven-plugin/commit/84a839e4cb9b84b3afbbeef7f6c950ba5b478b31";><code>84a839e</code></a>
 Bump org.codehaus.mojo:mojo-parent from 95 to 96</li>
   <li><a 
href="https://github.com/mojohaus/build-helper-maven-plugin/commit/a85c668b83334b423844fc448709b1d6e53cb32c";><code>a85c668</code></a>
 Replace raw <code>NPEx</code> with customized exception message</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mojohaus/build-helper-maven-plugin/compare/3.6.1...3.6.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.codehaus.mojo:buildnumber-maven-plugin` from 3.3.0 to 3.3.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mojohaus/buildnumber-maven-plugin/releases";>org.codehaus.mojo:buildnumber-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.3.1</h2>
   <!-- raw HTML omitted -->
   <h2>📦 Dependency updates</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/280";>#280</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 7.6.0 to 7.7.0 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/278";>#278</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump actions/stale from 10 to 11 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/275";>#275</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 7 to 7.6.0 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/277";>#277</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 96 to 97 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/274";>#274</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml 
from 4 to 5 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/273";>#273</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven:apache-maven from 3.9.15 to 3.9.16 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/272";>#272</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump com.google.code.gson:gson from 2.13.2 to 2.14.0 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/271";>#271</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven:apache-maven from 3.9.14 to 3.9.15 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/270";>#270</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/269";>#269</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven:apache-maven from 3.6.3 to 3.9.14 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/265";>#265</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 6 to 7 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/266";>#266</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:extra-enforcer-rules from 1.11.0 to 1.12.0 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/267";>#267</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 95 to 96 (<a 
href="https://redirect.github.com/mojohaus/buildnumber-maven-plugin/pull/268";>#268</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mojohaus/buildnumber-maven-plugin/commit/ca6350c5a3a3bfb365a95209427cd2654f05e6ff";><code>ca6350c</code></a>
 [maven-release-plugin] prepare release buildnumber-maven-plugin-3.3.1</li>
   <li><a 
href="https://github.com/mojohaus/buildnumber-maven-plugin/commit/f473c17115abf1433b2851a70b2299d1e1ff0523";><code>f473c17</code></a>
 Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0</li>
   <li><a 
href="https://github.com/mojohaus/buildnumber-maven-plugin/commit/3403ebec554c86c7b68b237dc976b9be524417f6";><code>3403ebe</code></a>
 Bump release-drafter/release-drafter from 7.6.0 to 7.7.0</li>
   <li><a 
href="https://github.com/mojohaus/buildnumber-maven-plugin/commit/b98bcafe915f72858568765bfb8396c94456fbff";><code>b98bcaf</code></a>
 Bump actions/stale from 10 to 11</li>
   <li><a 
href="https://github.com/mojohaus/buildnumber-maven-plugin/commit/fa57d5ef41fde8ac140eace445a7612612e9f323";><code>fa57d5e</code></a>
 Bump release-drafter/release-drafter from 7 to 7.6.0</li>
   <li><a 
href="https://github.com/mojohaus/buildnumber-maven-plugin/commit/2e3146b8a4c49ac78df2eb9ff3040d9ea338a12e";><code>2e3146b</code></a>
 Bump org.codehaus.mojo:mojo-parent from 96 to 97</li>
   <li><a 
href="https://github.com/mojohaus/buildnumber-maven-plugin/commit/fb6ec9b289ebadf807fb45b4b87bdf3db4643831";><code>fb6ec9b</code></a>
 Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml</li>
   <li><a 
href="https://github.com/mojohaus/buildnumber-maven-plugin/commit/bb5007d1bcd70a43f11deffe6cde1322ae658759";><code>bb5007d</code></a>
 Bump org.apache.maven:apache-maven from 3.9.15 to 3.9.16</li>
   <li><a 
href="https://github.com/mojohaus/buildnumber-maven-plugin/commit/bab066f92eeeaaff9dceb64982b8268c8a9ff002";><code>bab066f</code></a>
 Bump com.google.code.gson:gson from 2.13.2 to 2.14.0</li>
   <li><a 
href="https://github.com/mojohaus/buildnumber-maven-plugin/commit/9c75c8657475d47a9f2f903651ff68ce8d3c5324";><code>9c75c86</code></a>
 Bump org.apache.maven:apache-maven from 3.9.14 to 3.9.15</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mojohaus/buildnumber-maven-plugin/compare/buildnumber-maven-plugin-3.3.0...buildnumber-maven-plugin-3.3.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.codehaus.mojo:taglist-maven-plugin` from 3.2.2 to 3.2.3
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mojohaus/taglist-maven-plugin/releases";>org.codehaus.mojo:taglist-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.2.3</h2>
   <!-- raw HTML omitted -->
   <h2>📦 Dependency updates</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>Ignore Maven Resolver &gt;= 2.0 and SLF4J &gt;= 2.0 in Dependabot (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/196";>#196</a>)
 <a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/195";>#195</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 7.6.0 to 7.7.0 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/194";>#194</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump actions/stale from 10 to 11 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/192";>#192</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 7 to 7.6.0 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/193";>#193</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml 
from 4 to 5 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/190";>#190</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 96 to 97 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/191";>#191</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven.doxia:doxia-sink-api from 2.0.0 to 2.1.0 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/187";>#187</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/188";>#188</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 95 to 96 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/186";>#186</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 6 to 7 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/185";>#185</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 
3.5.0 to 3.5.1 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/184";>#184</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 
3.4.0 to 3.5.0 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/183";>#183</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 94 to 95 (<a 
href="https://redirect.github.com/mojohaus/taglist-maven-plugin/pull/182";>#182</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mojohaus/taglist-maven-plugin/commit/9965cf7acf6c1192e09f2bfaec8532a4be80a5f1";><code>9965cf7</code></a>
 [maven-release-plugin] prepare release 3.2.3</li>
   <li><a 
href="https://github.com/mojohaus/taglist-maven-plugin/commit/85fb4e183e56e83bb00864415c0569647f7282f5";><code>85fb4e1</code></a>
 Ignore Maven Resolver &gt;= 2.0 and SLF4J &gt;= 2.0 in Dependabot</li>
   <li><a 
href="https://github.com/mojohaus/taglist-maven-plugin/commit/b4a3678dace8515457386ab82864a515733d21da";><code>b4a3678</code></a>
 Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0</li>
   <li><a 
href="https://github.com/mojohaus/taglist-maven-plugin/commit/71b51201bbb28d8d15f2b9f4b7e20df2e1bf40a6";><code>71b5120</code></a>
 Bump release-drafter/release-drafter from 7.6.0 to 7.7.0</li>
   <li><a 
href="https://github.com/mojohaus/taglist-maven-plugin/commit/85df739a75ab3dfceeaf8fde41f6c77985f60581";><code>85df739</code></a>
 Bump actions/stale from 10 to 11</li>
   <li><a 
href="https://github.com/mojohaus/taglist-maven-plugin/commit/f70f0f8a623400bb7ff3a2b246ae106376cd774f";><code>f70f0f8</code></a>
 Bump release-drafter/release-drafter from 7 to 7.6.0</li>
   <li><a 
href="https://github.com/mojohaus/taglist-maven-plugin/commit/b1500d1fcc58a81ea3aa9d546510799640c8908f";><code>b1500d1</code></a>
 Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml</li>
   <li><a 
href="https://github.com/mojohaus/taglist-maven-plugin/commit/00fd63f2fd76d7ac7fc7305a5ef319d56c2e9b87";><code>00fd63f</code></a>
 Bump org.codehaus.mojo:mojo-parent from 96 to 97</li>
   <li><a 
href="https://github.com/mojohaus/taglist-maven-plugin/commit/22b3751e6b1114230350069726cfd86366506fcb";><code>22b3751</code></a>
 Bump org.apache.maven.doxia:doxia-sink-api from 2.0.0 to 2.1.0</li>
   <li><a 
href="https://github.com/mojohaus/taglist-maven-plugin/commit/e2e9aa76fe179236c9fa2ddf504a1315fdf8ccec";><code>e2e9aa7</code></a>
 Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mojohaus/taglist-maven-plugin/compare/taglist-maven-plugin-3.2.2...3.2.3";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.codehaus.mojo:jdepend-maven-plugin` from 2.2.0 to 2.2.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mojohaus/jdepend-maven-plugin/releases";>org.codehaus.mojo:jdepend-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>2.2.1</h2>
   <!-- raw HTML omitted -->
   <h2>📦 Dependency updates</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/91";>#91</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 7.6.0 to 7.7.0 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/90";>#90</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.xmlunit:xmlunit-core from 2.12.0 to 2.13.0 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/89";>#89</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump actions/stale from 10 to 11 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/87";>#87</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 7 to 7.6.0 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/88";>#88</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 96 to 97 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/86";>#86</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml 
from 4 to 5 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/85";>#85</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven:maven-core from 3.9.14 to 3.9.16 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/82";>#82</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.xmlunit:xmlunit-core from 2.11.0 to 2.12.0 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/83";>#83</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/74";>#74</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 3.0.24 to 4.0.3 in 
/src/it/jdepend-example (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/75";>#75</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven:maven-core from 3.9.12 to 3.9.14 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/71";>#71</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 6 to 7 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/72";>#72</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 95 to 96 (<a 
href="https://redirect.github.com/mojohaus/jdepend-maven-plugin/pull/73";>#73</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mojohaus/jdepend-maven-plugin/commit/423c83147812c23eb087f11042936d9edae25054";><code>423c831</code></a>
 [maven-release-plugin] prepare release jdepend-maven-plugin-2.2.1</li>
   <li><a 
href="https://github.com/mojohaus/jdepend-maven-plugin/commit/97ac58da62bfeff6d92b4a4bb14a5e1eb3b21d2e";><code>97ac58d</code></a>
 Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0</li>
   <li><a 
href="https://github.com/mojohaus/jdepend-maven-plugin/commit/938788a6666abb3c9882bab87eeb17a6a37f7f77";><code>938788a</code></a>
 Bump release-drafter/release-drafter from 7.6.0 to 7.7.0</li>
   <li><a 
href="https://github.com/mojohaus/jdepend-maven-plugin/commit/09940caa41d83c4b2a53ad1b9f535088f0707d3a";><code>09940ca</code></a>
 Bump org.xmlunit:xmlunit-core from 2.12.0 to 2.13.0</li>
   <li><a 
href="https://github.com/mojohaus/jdepend-maven-plugin/commit/1279e057f332b0486e51a15572f7d4165c0d9d96";><code>1279e05</code></a>
 Bump actions/stale from 10 to 11</li>
   <li><a 
href="https://github.com/mojohaus/jdepend-maven-plugin/commit/68d73cb0103cbfc2f9723d98ac0c0efc2c8b54be";><code>68d73cb</code></a>
 Bump release-drafter/release-drafter from 7 to 7.6.0</li>
   <li><a 
href="https://github.com/mojohaus/jdepend-maven-plugin/commit/7f895fb75b9823d4dde0a4a8227caa758b3f94af";><code>7f895fb</code></a>
 Bump org.codehaus.mojo:mojo-parent from 96 to 97</li>
   <li><a 
href="https://github.com/mojohaus/jdepend-maven-plugin/commit/4903fe6e4c229de6a55aa42fedf55fca423129be";><code>4903fe6</code></a>
 Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml</li>
   <li><a 
href="https://github.com/mojohaus/jdepend-maven-plugin/commit/6cfbea472adb9be4c2e0043b93274114d6692cca";><code>6cfbea4</code></a>
 Bump org.apache.maven:maven-core from 3.9.14 to 3.9.16</li>
   <li><a 
href="https://github.com/mojohaus/jdepend-maven-plugin/commit/0ebc932bd2204db687eab826c057d7900e7d6040";><code>0ebc932</code></a>
 Bump org.xmlunit:xmlunit-core from 2.11.0 to 2.12.0</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mojohaus/jdepend-maven-plugin/compare/jdepend-maven-plugin-2.2.0...jdepend-maven-plugin-2.2.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.codehaus.mojo:xml-maven-plugin` from 1.2.1 to 1.2.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mojohaus/xml-maven-plugin/releases";>org.codehaus.mojo:xml-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>1.2.2</h2>
   <!-- raw HTML omitted -->
   <h2>📦 Dependency updates</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>Bump org.codehaus.plexus:plexus-archiver from 4.13.0 to 4.14.0 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/180";>#180</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/176";>#176</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-resources from 1.3.1 to 1.4.0 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/177";>#177</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-archiver from 4.12.0 to 4.13.0 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/178";>#178</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-io from 3.6.0 to 3.7.0 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/179";>#179</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 7.6.0 to 7.7.0 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/175";>#175</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 7 to 7.6.0 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/174";>#174</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 96 to 97 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/173";>#173</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml 
from 4 to 5 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/172";>#172</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-archiver from 4.11.0 to 4.12.0 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/171";>#171</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump commons-io:commons-io from 2.21.0 to 2.22.0 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/170";>#170</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/169";>#169</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump release-drafter/release-drafter from 6 to 7 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/167";>#167</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 95 to 96 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/168";>#168</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 
3.5.0 to 3.5.1 (<a 
href="https://redirect.github.com/mojohaus/xml-maven-plugin/pull/166";>#166</a>) 
@<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mojohaus/xml-maven-plugin/commit/bbcd1a0630b3443a022381ba8792c074cc00648d";><code>bbcd1a0</code></a>
 [maven-release-plugin] prepare release xml-maven-plugin-1.2.2</li>
   <li><a 
href="https://github.com/mojohaus/xml-maven-plugin/commit/ca0a410b00f2d4e5683231579f6b24de8e5e74f9";><code>ca0a410</code></a>
 Bump org.codehaus.plexus:plexus-archiver from 4.13.0 to 4.14.0</li>
   <li><a 
href="https://github.com/mojohaus/xml-maven-plugin/commit/2389aec56a0dcc972504cc0cd64b3c4085b27692";><code>2389aec</code></a>
 Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0</li>
   <li><a 
href="https://github.com/mojohaus/xml-maven-plugin/commit/2a103296ff6d639bcfe1c637a61b44c55177f72e";><code>2a10329</code></a>
 Bump org.codehaus.plexus:plexus-resources from 1.3.1 to 1.4.0</li>
   <li><a 
href="https://github.com/mojohaus/xml-maven-plugin/commit/f63b1d4d4a3b54e9835ffe939685b6af79eec7dc";><code>f63b1d4</code></a>
 Bump org.codehaus.plexus:plexus-archiver from 4.12.0 to 4.13.0</li>
   <li><a 
href="https://github.com/mojohaus/xml-maven-plugin/commit/e223ed2e93324d893dc6fc489b1a90e6611dbd52";><code>e223ed2</code></a>
 Bump org.codehaus.plexus:plexus-io from 3.6.0 to 3.7.0</li>
   <li><a 
href="https://github.com/mojohaus/xml-maven-plugin/commit/f07f49eb197018914b5632453fcaebffd95a958a";><code>f07f49e</code></a>
 Bump release-drafter/release-drafter from 7.6.0 to 7.7.0</li>
   <li><a 
href="https://github.com/mojohaus/xml-maven-plugin/commit/cdfb78218213222a0bf7f4f94309cbfe69454190";><code>cdfb782</code></a>
 Bump release-drafter/release-drafter from 7 to 7.6.0</li>
   <li><a 
href="https://github.com/mojohaus/xml-maven-plugin/commit/65fd3157bded55aa661697e1975053ff5ddf4c5e";><code>65fd315</code></a>
 Bump org.codehaus.mojo:mojo-parent from 96 to 97</li>
   <li><a 
href="https://github.com/mojohaus/xml-maven-plugin/commit/2c36307aad8e295ba4dcd89206df8942b4ba00a9";><code>2c36307</code></a>
 Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml</li>
   <li>Additional commits viewable in <a 
href="https://github.com/mojohaus/xml-maven-plugin/compare/xml-maven-plugin-1.2.1...xml-maven-plugin-1.2.2";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.omnifaces:omnifaces` from 5.5.2 to 5.5.3
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/e01518d17c1cb06a1c769496239b6a4306e0fa15";><code>e01518d</code></a>
 Prepare 5.5.3 release</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/ef096c3f8c70acb12861f86b779a282a7337b3b3";><code>ef096c3</code></a>
 Merge remote-tracking branch 'origin/5.x' into 5.x</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/74623eb25619bb6e62d7e414438439aeaaf93d79";><code>74623eb</code></a>
 Fix <a 
href="https://redirect.github.com/omnifaces/omnifaces/issues/1003";>#1003</a>: 
DynamicRoutesNavigationHandler didn't recognize multiviews</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/871fb94657b8a880a937bcdb2029d7663ffa675b";><code>871fb94</code></a>
 Merge pull request <a 
href="https://redirect.github.com/omnifaces/omnifaces/issues/1002";>#1002</a> 
from omnifaces/dependabot/npm_and_yarn/src/main/ts/n...</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/edc14e4b25171f80150dc71bb64ad713f408f24c";><code>edc14e4</code></a>
 prevent dependabot from running deploy+sonar</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/3818a30ae37e712a82cb162231ee1cd22d32f3f1";><code>3818a30</code></a>
 Bump the npm group across 2 directories with 5 updates</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/f1350cf9ee68cea9d88c934d3e9901e6ce6dce0f";><code>f1350cf</code></a>
 fix javadoc error introduced in <a 
href="https://redirect.github.com/omnifaces/omnifaces/issues/1001";>#1001</a></li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/72f9dab2ab7cf258c7314472dcc7df3a9a4c2d04";><code>72f9dab</code></a>
 Fix <a 
href="https://redirect.github.com/omnifaces/omnifaces/issues/1001";>#1001</a> 
skip a dynamic route when collecting the cacheable view IDs</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/8b4d584f7e795b3eb7fe8eab769e8ac80abeee7e";><code>8b4d584</code></a>
 Use non-deprecated setup-java credential inputs</li>
   <li><a 
href="https://github.com/omnifaces/omnifaces/commit/c41ad903adf5a1da44768afd1e07470267edf979";><code>c41ad90</code></a>
 Address Sonar findings in push contexts and date functions</li>
   <li>Additional commits viewable in <a 
href="https://github.com/omnifaces/omnifaces/compare/5.5.2...5.5.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.apache.tomcat.embed:tomcat-embed-core` from 11.0.25 to 11.0.26
   
   Updates `org.apache.tomcat.embed:tomcat-embed-el` from 11.0.25 to 11.0.26
   
   Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.25 to 
11.0.26
   
   Updates `org.apache.tomcat:tomcat-jaspic-api` from 11.0.25 to 11.0.26
   
   Updates `org.apache.tomcat:tomcat-catalina` from 11.0.25 to 11.0.26
   
   Updates `org.apache.tomcat:tomcat-jasper` from 11.0.25 to 11.0.26
   
   Updates `org.apache.tomcat:tomcat-jasper-el` from 11.0.25 to 11.0.26
   
   Updates `org.apache.tomcat.embed:tomcat-embed-el` from 11.0.25 to 11.0.26
   
   Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.25 to 
11.0.26
   
   Updates `org.apache.tomcat:tomcat-jaspic-api` from 11.0.25 to 11.0.26
   
   Updates `org.apache.tomcat:tomcat-catalina` from 11.0.25 to 11.0.26
   
   Updates `com.flowlogix.depchain:integration-test` from 130 to 131
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/flowlogix/depchain/commits";>compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `com.flowlogix:flowlogix-jee` from 11.5 to 11.6
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/flowlogix/flowlogix/releases";>com.flowlogix:flowlogix-jee's
 releases</a>.</em></p>
   <blockquote>
   <h2>11.6</h2>
   <h2>Major dependency upgrade</h2>
   <p>This version is compatible with PrimeFaces 16.0, which no longer uses 
<code>jakarta</code> classifier.
   Also removed are the MIME types that were missing from PrimeFaces &lt; 
16.0</p>
   <h2>Improvements</h2>
   <ul>
   <li>Added quick start to the documentation</li>
   </ul>
   <h2>Dependency Updates</h2>
   <ul>
   <li>build(deps): bump io.github.git-commit-id:git-commit-id-maven-plugin 
from 10.0.0 to 10.0.1 in the maven-dependencies group by <a 
href="https://github.com/dependabot";><code>@​dependabot</code></a>[bot] in <a 
href="https://redirect.github.com/flowlogix/flowlogix/pull/1701";>flowlogix/flowlogix#1701</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/flowlogix/flowlogix/compare/Version-11.5...Version-11.6";>https://github.com/flowlogix/flowlogix/compare/Version-11.5...Version-11.6</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/flowlogix/flowlogix/commit/5a5790bbcc7cf4864f9a91e6eb1ef39aa2cb2013";><code>5a5790b</code></a>
 [maven-release-plugin] prepare release Version-11.6</li>
   <li><a 
href="https://github.com/flowlogix/flowlogix/commit/7c5d10ad9cad1baf6eef278cee38d776531a074d";><code>7c5d10a</code></a>
 deps: bump depchain to 131</li>
   <li><a 
href="https://github.com/flowlogix/flowlogix/commit/c1a480668874741591badf9a847bdbd33f5a82dc";><code>c1a4806</code></a>
 build(deps): bump io.github.git-commit-id:git-commit-id-maven-plugin (<a 
href="https://redirect.github.com/flowlogix/flowlogix/issues/1701";>#1701</a>)</li>
   <li><a 
href="https://github.com/flowlogix/flowlogix/commit/278e1f04b2113f8711f4dbd1ad43c8cc71a0a0fd";><code>278e1f0</code></a>
 deps: bump PrimeFaces to 16.0.0 via base-pom</li>
   <li><a 
href="https://github.com/flowlogix/flowlogix/commit/4582b1ba3d9d9dca5308608e410d46e8fee60f69";><code>4582b1b</code></a>
 chore(docs): differentiated scarf README</li>
   <li><a 
href="https://github.com/flowlogix/flowlogix/commit/cb06194f2066e31a289f500f900e567175a4b49f";><code>cb06194</code></a>
 chore(docs): differentiated scarf README</li>
   <li><a 
href="https://github.com/flowlogix/flowlogix/commit/cab9e3f40fd77f73500122b0813829df77c8220e";><code>cab9e3f</code></a>
 chore(docs): fixed scarf README</li>
   <li><a 
href="https://github.com/flowlogix/flowlogix/commit/8dd88311d29afc1fe072159ae8008c63cac1652b";><code>8dd8831</code></a>
 enh(docs): added scarf.sh config</li>
   <li><a 
href="https://github.com/flowlogix/flowlogix/commit/da1945fdeef8928f6105139e318ad14e9250015f";><code>da1945f</code></a>
 docs: docs with quick start</li>
   <li><a 
href="https://github.com/flowlogix/flowlogix/commit/966f3c85f48102f33db785a57776f37bfbec18e8";><code>966f3c8</code></a>
 docs: updated README with quick start enhancement</li>
   <li>Additional commits viewable in <a 
href="https://github.com/flowlogix/flowlogix/compare/Version-11.5...Version-11.6";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `org.codehaus.mojo:exec-maven-plugin` from 3.6.3 to 3.6.4
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/mojohaus/exec-maven-plugin/releases";>org.codehaus.mojo:exec-maven-plugin's
 releases</a>.</em></p>
   <blockquote>
   <h2>3.6.4</h2>
   <!-- raw HTML omitted -->
   <h2>📝 Documentation updates</h2>
   <ul>
   <li>Fix typo in docs (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/531";>#531</a>)
 <a href="https://github.com/pzygielo";><code>@​pzygielo</code></a></li>
   </ul>
   <h2>👻 Maintenance</h2>
   <ul>
   <li>Ignore Maven Resolver &gt;= 2.0 and SLF4J &gt;= 2.0 in Dependabot (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/538";>#538</a>)
 <a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   <li>Stop dependabot from updating test fixtures (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/535";>#535</a>)
 <a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   <li>Add IT using custom plugin repository (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/497";>#497</a>)
 <a href="https://github.com/Marcono1234";><code>@​Marcono1234</code></a></li>
   </ul>
   <h2>📦 Dependency updates</h2>
   <!-- raw HTML omitted -->
   <ul>
   <li>Ignore Maven Resolver &gt;= 2.0 and SLF4J &gt;= 2.0 in Dependabot (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/538";>#538</a>)
 <a href="https://github.com/slachiewicz";><code>@​slachiewicz</code></a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 3.0.24 to 3.6.1 in 
/src/it/projects/jigsaw (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/537";>#537</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.3 to 4.1.0 (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/536";>#536</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump 
apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml from 4 to 
5 (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/528";>#528</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 96 to 97 (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/530";>#530</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven.plugins:maven-toolchains-plugin from 3.2.0 to 
3.3.0 (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/533";>#533</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml 
from 4 to 5 (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/529";>#529</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump asm.version from 9.10 to 9.10.1 (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/525";>#525</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump asm.version from 9.9.1 to 9.10 (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/524";>#524</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.plexus:plexus-utils from 4.0.2 to 4.0.3 (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/516";>#516</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 
3.5.0 to 3.5.1 (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/512";>#512</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 95 to 96 (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/514";>#514</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness from 
3.4.0 to 3.5.0 (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/511";>#511</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   <li>Bump org.codehaus.mojo:mojo-parent from 94 to 95 (<a 
href="https://redirect.github.com/mojohaus/exec-maven-plugin/pull/510";>#510</a>)
 @<a href="https://github.com/apps/dependabot";>dependabot[bot]</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/mojohaus/exec-maven-plugin/commit/56083f01f49958e6a1c6feac4fbb50062518749a";><code>56083f0</code></a>
 [maven-release-plugin] prepare release 3.6.4</li>
   <li><a 
href="https://github.com/mojohaus/exec-maven-plugin/commit/57c594b3c1b86aa6981ecfd6760eac8d51eaba09";><code>57c594b</code></a>
 Ignore Maven Resolver &gt;= 2.0 and SLF4J &gt;= 2.0 in Dependabot</li>
   <li><a 
href="https://github.com/mojohaus/exec-maven-plugin/commit/c2f5d4e05214d346a364551219504f24fa920378";><code>c2f5d4e</code></a>
 Update required module name in jigsaw IT to org.codehaus.plexus.util</li>
   <li><a 
href="https://github.com/mojohaus/exec-maven-plugin/commit/d227ee6474b1d78fdfd2d55039f504894b98c197";><code>d227ee6</code></a>
 Bump org.codehaus.plexus:plexus-utils in /src/it/projects/jigsaw</li>
   <li><a href="https://github.com/mojohaus/exec-maven-plug...
   
   _Description has been truncated_


-- 
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]

Reply via email to