Skip to content

Commit

Permalink
Bump the prod-deps group with 7 updates (#148)
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
|
[jakarta.persistence:jakarta.persistence-api](https://github.com/jakartaee/persistence)
| `3.1.0` | `3.2.0` |
| org.apache.cxf:cxf-rt-frontend-jaxws | `4.0.5` | `4.0.6` |
| org.apache.cxf:cxf-rt-transports-http | `4.0.5` | `4.0.6` |
| org.apache.cxf:cxf-testutils | `4.0.5` | `4.0.6` |
| org.apache.cxf:cxf-rt-transports-local | `4.0.5` | `4.0.6` |
| org.apache.cxf:cxf-rt-features-logging | `4.0.5` | `4.0.6` |
| org.apache.cxf:cxf-codegen-plugin | `4.0.5` | `4.0.6` |

Updates `jakarta.persistence:jakarta.persistence-api` from 3.1.0 to
3.2.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jakartaee/persistence/releases">jakarta.persistence:jakarta.persistence-api's
releases</a>.</em></p>
<blockquote>
<h2>Jakarta Persistence 3.2.0-M01</h2>
<p>This release contains following changes:</p>
<ul>
<li>Adds factory-level access to named queries and named entity
graphs</li>
<li>Updates orm schema for 3.2</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jakartaee/persistence/compare/3.2-DRAFT01-3.2.0-B02-RELEASE...3.2-M1-3.2.0-M1-RELEASE">https://github.com/jakartaee/persistence/compare/3.2-DRAFT01-3.2.0-B02-RELEASE...3.2-M1-3.2.0-M1-RELEASE</a></p>
<h2>Jakarta Persistence 3.1.0 API</h2>
<p>This release contains following changes:</p>
<ul>
<li>EntityManagerFactory and EntityManager interfaces extends
java.lang.AutoCloseable interface</li>
<li>Fixes ClassTransformer.transform to throw Persistence API specific
exception</li>
<li>Adds support for java.util.UUID and GenerationType.UUID</li>
<li>Adds CEILING, EXP, FLOOR, LN, POWER, ROUND, and SIGN numeric
functions to Jakarta Persistence QL and ceiling(), exp(), floor(), ln(),
power(), round(), and sign() to Criteria API</li>
<li>Adds LOCAL DATE, LOCAL DATETIME, and LOCAL TIME functions to Jakarta
Persistence QL and corresponding localDate(), localDateTime(), and
localTime() to Criteria API</li>
<li>Adds EXTRACT function to Jakarta Persistence QL</li>
<li>Adds support for Expressions as conditions in Criteria CASE
expressions</li>
<li>Adds missing definition of single_valued_embeddable_object_field in
Jakarta Persistence QL BNF</li>
<li>Clarifies mixing types of query input parameters</li>
<li>Clarifies definition of the Basic type</li>
<li>Clarifies the order of parameters in the LOCATE function</li>
<li>Clarifies SqlResultSetMapping with multiple EntityResults and
conflicting aliases</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/scottmarlow"><code>@​scottmarlow</code></a></li>
<li><a href="https://github.com/m0mus"><code>@​m0mus</code></a></li>
<li><a
href="https://github.com/pzygielo"><code>@​pzygielo</code></a></li>
<li><a href="https://github.com/hebo6"><code>@​hebo6</code></a></li>
<li><a
href="https://github.com/moghaddam"><code>@​moghaddam</code></a></li>
<li><a href="https://github.com/manouti"><code>@​manouti</code></a></li>
<li><a href="https://github.com/jbescos"><code>@​jbescos</code></a></li>
<li><a
href="https://github.com/gavinking"><code>@​gavinking</code></a></li>
<li><a href="https://github.com/dazey3"><code>@​dazey3</code></a></li>
<li><a
href="https://github.com/DmitriGit"><code>@​DmitriGit</code></a></li>
<li><a
href="https://github.com/sebersole"><code>@​sebersole</code></a></li>
</ul>
<p><strong>Project Board</strong>: <a
href="https://github.com/eclipse-ee4j/jpa-api/projects/2">https://github.com/eclipse-ee4j/jpa-api/projects/2</a>
<strong>Full Changelog</strong>: <a
href="https://github.com/eclipse-ee4j/jpa-api/commits/3.1-3.1.0-RELEASE">https://github.com/eclipse-ee4j/jpa-api/commits/3.1-3.1.0-RELEASE</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jakartaee/persistence/commit/320bface63284bf72f5844dc34f6b8ddad7b39c7"><code>320bfac</code></a>
Update API version of jakarta.persistence:jakarta.persistence-api to
3.2.0</li>
<li><a
href="https://github.com/jakartaee/persistence/commit/cca3db7329c9b1632fd58735f94b7a5b68b1ec28"><code>cca3db7</code></a>
Update SPEC version of jakarta.persistence:persistence-spec to 3.2</li>
<li><a
href="https://github.com/jakartaee/persistence/commit/5e5f3613f1045a6effc9326f9a20378a0abd17fd"><code>5e5f361</code></a>
consistently use monospace font in ch4</li>
<li><a
href="https://github.com/jakartaee/persistence/commit/48d0c3bdde2e67deaa7bb416189225f41f45ca3a"><code>48d0c3b</code></a>
mention addition of TypedQueryReference in changelog</li>
<li><a
href="https://github.com/jakartaee/persistence/commit/ac57cee2b8fb6db02f35ebac9528bf5feb1170ba"><code>ac57cee</code></a>
add missing <a href="https://github.com/since"><code>@​since</code></a>
annotations</li>
<li><a
href="https://github.com/jakartaee/persistence/commit/16e386c89232e9c29d8690d57f59491ce3825bd8"><code>16e386c</code></a>
update spec license to 1.1</li>
<li><a
href="https://github.com/jakartaee/persistence/commit/a5f9aa25d73f274c6d9accb6fca6424170b9ae08"><code>a5f9aa2</code></a>
clean up the orderby_item rule</li>
<li><a
href="https://github.com/jakartaee/persistence/commit/f1904daba0abed91df7902288369ecb67d42b204"><code>f1904da</code></a>
entity_id_or_version_function should be a scalar_expression</li>
<li><a
href="https://github.com/jakartaee/persistence/commit/4eb16174ab6fd48df8f6fbf85fd4914babd460e9"><code>4eb1617</code></a>
Finalize the changelog for 3.2</li>
<li><a
href="https://github.com/jakartaee/persistence/commit/c73b77afb62f839234bb95b135c508a8b94fbbb7"><code>c73b77a</code></a>
<a
href="https://redirect.github.com/jakartaee/persistence/issues/589">#589</a>:
avoid collisions in metamodel's variables (<a
href="https://redirect.github.com/jakartaee/persistence/issues/592">#592</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/jakartaee/persistence/compare/3.1-3.1.0-RELEASE...3.2-3.2.0-RELEASE">compare
view</a></li>
</ul>
</details>
<br />

Updates `org.apache.cxf:cxf-rt-frontend-jaxws` from 4.0.5 to 4.0.6

Updates `org.apache.cxf:cxf-rt-transports-http` from 4.0.5 to 4.0.6

Updates `org.apache.cxf:cxf-testutils` from 4.0.5 to 4.0.6

Updates `org.apache.cxf:cxf-rt-transports-local` from 4.0.5 to 4.0.6

Updates `org.apache.cxf:cxf-rt-features-logging` from 4.0.5 to 4.0.6

Updates `org.apache.cxf:cxf-codegen-plugin` from 4.0.5 to 4.0.6

Updates `org.apache.cxf:cxf-rt-transports-http` from 4.0.5 to 4.0.6

Updates `org.apache.cxf:cxf-rt-features-logging` from 4.0.5 to 4.0.6

Updates `org.apache.cxf:cxf-codegen-plugin` from 4.0.5 to 4.0.6


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
1 parent 7e78a68 commit c52436f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</modules>

<properties>
<cxf.version>4.0.5</cxf.version>
<cxf.version>4.0.6</cxf.version>
<jakarta.mail-api.version>2.1.3</jakarta.mail-api.version>
<angus.mail.version>2.0.3</angus.mail.version>

Expand All @@ -40,7 +40,7 @@
Jakarta EE 10 compatible, because even though Dropwizard 4.x is compatible with Jakarta EE 9, it still
seems to work just fine.
-->
<jakarta.persistence-api.version>3.1.0</jakarta.persistence-api.version>
<jakarta.persistence-api.version>3.2.0</jakarta.persistence-api.version>
<jakarta.transaction-api.version>2.0.1</jakarta.transaction-api.version>
<jakarta.xml.soap-api.version>3.0.2</jakarta.xml.soap-api.version>
<jaxb-runtime.version>4.0.5</jaxb-runtime.version>
Expand Down

0 comments on commit c52436f

Please sign in to comment.