Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2025

Bumps org.apache.parquet:parquet-avro from 1.15.1 to 1.15.2.

Release notes

Sourced from org.apache.parquet:parquet-avro's releases.

Apache Parquet Java 1.15.2

What's Changed

Full Changelog: apache/parquet-java@apache-parquet-1.15.1...apache-parquet-1.15.2-rc0

Commits
  • 859eac1 [maven-release-plugin] prepare release apache-parquet-1.15.2-rc0
  • 2fef79b GH-3198: Allow specifying trusted classes by class name (#3199)
  • aedfbbc Fix snapshot version of parquet-plugins
  • fe532b5 Prepare for next development iteration
  • e7ecd8a [maven-release-plugin] prepare for next development iteration
  • See full diff 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 6, 2025
@dependabot dependabot bot requested a review from lidavidm as a code owner May 6, 2025 16:47
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2025
@dependabot dependabot bot requested review from jbonofre, laurentgo and wgtmac as code owners May 6, 2025 16:47
@dependabot dependabot bot added the java Pull requests that update Java code label May 6, 2025
@jbonofre
Copy link
Member

jbonofre commented May 7, 2025

@dependabot rebase

Bumps [org.apache.parquet:parquet-avro](https://github.com/apache/parquet-mr) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/apache/parquet-mr/releases)
- [Changelog](https://github.com/apache/parquet-java/blob/master/CHANGES.md)
- [Commits](apache/parquet-java@apache-parquet-1.15.1...apache-parquet-1.15.2)

---
updated-dependencies:
- dependency-name: org.apache.parquet:parquet-avro
  dependency-version: 1.15.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/dataset/org.apache.parquet-parquet-avro-1.15.2 branch from 2c19408 to d11ac56 Compare May 7, 2025 09:08
@jbonofre jbonofre changed the title Bump org.apache.parquet:parquet-avro from 1.15.1 to 1.15.2 in /dataset Minor: Bump org.apache.parquet:parquet-avro from 1.15.1 to 1.15.2 in /dataset May 7, 2025
@jbonofre jbonofre changed the title Minor: Bump org.apache.parquet:parquet-avro from 1.15.1 to 1.15.2 in /dataset MINOR: Bump org.apache.parquet:parquet-avro from 1.15.1 to 1.15.2 in /dataset May 7, 2025
@jbonofre
Copy link
Member

jbonofre commented May 7, 2025

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 7, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@github-actions github-actions bot added this to the 18.3.0 milestone May 7, 2025
@jbonofre jbonofre merged commit 8f6db9f into main May 7, 2025
27 of 29 checks passed
@jbonofre jbonofre deleted the dependabot/maven/dataset/org.apache.parquet-parquet-avro-1.15.2 branch May 7, 2025 12:49
timhurskidremio pushed a commit to timhurskidremio/dremio-arrow-java that referenced this pull request Dec 5, 2025
…/dataset (apache#738)

Bumps
[org.apache.parquet:parquet-avro](https://github.com/apache/parquet-mr)
from 1.15.1 to 1.15.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/parquet-mr/releases">org.apache.parquet:parquet-avro's
releases</a>.</em></p>
<blockquote>
<h2>Apache Parquet Java 1.15.2</h2>
<h2>What's Changed</h2>
<ul>
<li><a
href="https://redirect.github.com/apache/parquet-mr/issues/3198">GH-3198</a>:
Allow specifying trusted classes by class name in <a
href="https://redirect.github.com/apache/parquet-java/pull/3199">apache/parquet-java#3199</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/apache/parquet-java/compare/apache-parquet-1.15.1...apache-parquet-1.15.2-rc0">https://github.com/apache/parquet-java/compare/apache-parquet-1.15.1...apache-parquet-1.15.2-rc0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/apache/parquet-java/commit/859eac165b08f927fa14590c33bc5f476405fb68"><code>859eac1</code></a>
[maven-release-plugin] prepare release apache-parquet-1.15.2-rc0</li>
<li><a
href="https://github.com/apache/parquet-java/commit/2fef79bb53ea0a894e4bae861faa8105ca9da15b"><code>2fef79b</code></a>
<a
href="https://redirect.github.com/apache/parquet-mr/issues/3198">GH-3198</a>:
Allow specifying trusted classes by class name (<a
href="https://redirect.github.com/apache/parquet-mr/issues/3199">#3199</a>)</li>
<li><a
href="https://github.com/apache/parquet-java/commit/aedfbbc13a72d738d6cd7db26662f37d3f614206"><code>aedfbbc</code></a>
Fix snapshot version of parquet-plugins</li>
<li><a
href="https://github.com/apache/parquet-java/commit/fe532b50a9da12a50612f5f73adb0b4c7f78734c"><code>fe532b5</code></a>
Prepare for next development iteration</li>
<li><a
href="https://github.com/apache/parquet-java/commit/e7ecd8a7cada0839c90652d1ec8d0aa4ce6fb694"><code>e7ecd8a</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/apache/parquet-mr/compare/apache-parquet-1.15.1...apache-parquet-1.15.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.parquet:parquet-avro&package-manager=maven&previous-version=1.15.1&new-version=1.15.2)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/apache/arrow-java/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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