Skip to content

Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1#493

Merged
garydgregory merged 1 commit into
masterfrom
dependabot/maven/org.codehaus.mojo-taglist-maven-plugin-3.2.1
Oct 18, 2024
Merged

Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1#493
garydgregory merged 1 commit into
masterfrom
dependabot/maven/org.codehaus.mojo-taglist-maven-plugin-3.2.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 18, 2024

Copy link
Copy Markdown
Contributor

Bumps org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1.

Release notes

Sourced from org.codehaus.mojo:taglist-maven-plugin's releases.

3.2.1

❗ NOTICE

Due to Doxia 2.x stack maven-site-plugin 3.20+ is required.

🐛 Bug Fixes

3.2.0

❗ NOTICE

Due to Doxia 2.x stack maven-site-plugin 3.20+ is requred.

🚀 New features and improvements

📦 Dependency updates

🔧 Build

Commits
  • 8662646 [maven-release-plugin] prepare release 3.2.1
  • 84448b2 Use sink directly for tableRow with comments
  • 9f08dfa [maven-release-plugin] prepare for next development iteration
  • 31f20da [maven-release-plugin] prepare release 3.2.0
  • 6599b57 Upgrade Doxia to 2.x stack (#160)
  • 909b510 Build with Maven 4.x
  • 5bcba29 Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2
  • f0e3047 Bump org.codehaus.mojo:mojo-parent from 85 to 86 (#157)
  • 0e0729c Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • c3b58fe Bump org.codehaus.mojo:mojo-parent from 84 to 85
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.codehaus.mojo:taglist-maven-plugin](https://github.com/mojohaus/taglist-maven-plugin) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/mojohaus/taglist-maven-plugin/releases)
- [Commits](mojohaus/taglist-maven-plugin@3.1.0...3.2.1)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:taglist-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 18, 2024
@garydgregory garydgregory merged commit 2453d64 into master Oct 18, 2024
@garydgregory garydgregory deleted the dependabot/maven/org.codehaus.mojo-taglist-maven-plugin-3.2.1 branch October 18, 2024 13:32
cxzl25 pushed a commit to apache/orc that referenced this pull request Jan 21, 2025
Bumps [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) from 1.12.0 to 1.13.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt">org.apache.commons:commons-csv's changelog</a>.</em></p>
<blockquote>
<p>Apache Commons CSV Version 1.13.0 Release Notes</p>
<p>This document contains the release notes for the 1.13.0 version of Apache Commons CSV.
Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.</p>
<p>Commons CSV requires at least Java 8.</p>
<p>The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.</p>
<p>This is a feature and maintenance release. Java 8 or later is required.</p>
<p>Changes in this version include:</p>
<h2>New Features</h2>
<ul>
<li>CSV-313:  Add CSVPrinter.getRecordCount(). Thanks to Gary Gregory.</li>
<li>
<pre><code>      Add and use CSVParser.Builder and builder() and deprecate CSVParser constructors. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code>      CSVFormat.Builder implements Supplier&lt;CSVFormat&gt;. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code>      Deprecate CSVFormat.Builder.build() for get(). Thanks to Gary Gregory.
</code></pre>
</li>
<li>CSV-196:  Track byte position <a href="https://redirect.github.com/apache/commons-csv/issues/502">#502</a>. Thanks to Yuzhan Jiang, Gary Gregory.</li>
</ul>
<h2>Fixed Bugs</h2>
<ul>
<li>CSV-314:  Required OSGi Import-Package version numbers in MANIFEST.MF <a href="https://redirect.github.com/apache/commons-csv/issues/504">#504</a>. Thanks to Gary Gregory.</li>
<li>CSV-314:  CSVParser.nextRecord() should throw CSVException (an IOException subclass) instead of IOException and IllegalStateException, no method signature changes needed. Thanks to Gary Gregory.</li>
</ul>
<h2>Changes</h2>
<ul>
<li>
<pre><code>      Bump org.apache.commons:commons-parent from 76 to 78 [#486](apache/commons-csv#486), [#495](apache/commons-csv#495). Thanks to Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code>      Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 [#493](apache/commons-csv#493). Thanks to Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code>      Bump commons-io:commons-io from 2.17.0 to 2.18.0 [#505](apache/commons-csv#505). Thanks to Gary Gregory, Dependabot.
</code></pre>
</li>
<li>
<pre><code>      Bump commons-codec:commons-codec from 1.17.1 to 1.17.2. Thanks to Gary Gregory.
</code></pre>
</li>
<li>
<pre><code>      Bump org.apache.commons:commons-parent from 78 to 79. Thanks to Gary Gregory.
</code></pre>
</li>
</ul>
<p>Historical list of changes: <a href="https://commons.apache.org/proper/commons-csv/changes-report.html">https://commons.apache.org/proper/commons-csv/changes-report.html</a></p>
<p>For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
patches, or suggestions for improvement, see the Apache Commons CSV website:</p>
<p><a href="https://commons.apache.org/proper/commons-csv/">https://commons.apache.org/proper/commons-csv/</a></p>
<p>Download page: <a href="https://commons.apache.org/proper/commons-csv/download_csv.cgi">https://commons.apache.org/proper/commons-csv/download_csv.cgi</a></p>
<p>Have fun!
-Apache Commons CSV team</p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/commons-csv/commit/f2f1cffe53cde4b36623403bdc27855cec01fac2"><code>f2f1cff</code></a> Prepare for the next release candidate</li>
<li><a href="https://github.com/apache/commons-csv/commit/732c2f8b1ce031384e63e0594cc16a2945528891"><code>732c2f8</code></a> Prepare for the next release candidate</li>
<li><a href="https://github.com/apache/commons-csv/commit/02b398d33f9c4f0b94f8554586d68394315f9cd5"><code>02b398d</code></a> Add Checstyle UnnecessaryParentheses</li>
<li><a href="https://github.com/apache/commons-csv/commit/947c514bd2183e438d9334aac8b8b506bac6ec11"><code>947c514</code></a> Add Checstyle SuperFinalize</li>
<li><a href="https://github.com/apache/commons-csv/commit/4579bd3be81495965c11c756ae1480b42998c6fa"><code>4579bd3</code></a> Add Checstyle SuperClone</li>
<li><a href="https://github.com/apache/commons-csv/commit/a0ff618877365a6694e8a1e0ede80d0b85df7894"><code>a0ff618</code></a> Add Checstyle StringLiteralEquality</li>
<li><a href="https://github.com/apache/commons-csv/commit/f69526c8f10d8aae6cd094f45ac67132e5d3b6ed"><code>f69526c</code></a> Add Checstyle SimplifyBooleanReturn</li>
<li><a href="https://github.com/apache/commons-csv/commit/81f90443d84112637f967226ebfda99983b65011"><code>81f9044</code></a> Add Checstyle SimplifyBooleanExpression</li>
<li><a href="https://github.com/apache/commons-csv/commit/6afa33cde8039a1233568a1ede5ff0de2cf07e41"><code>6afa33c</code></a> Add Checstyle MultipleVariableDeclarations</li>
<li><a href="https://github.com/apache/commons-csv/commit/114118c00f8e4e918d639c72ada6c213c7ee3d2d"><code>114118c</code></a> Add Checstyle IllegalInstantiation</li>
<li>Additional commits viewable in <a href="https://github.com/apache/commons-csv/compare/rel/commons-csv-1.12.0...rel/commons-csv-1.13.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-csv&package-manager=maven&previous-version=1.12.0&new-version=1.13.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Closes #2111 from dependabot[bot]/dependabot/maven/java/org.apache.commons-commons-csv-1.13.0.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Shaoyun Chen <csy@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant