Skip to content

Commit

Permalink
Bump the prod-deps group with 7 updates
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
- [Release notes](https://github.com/jakartaee/persistence/releases)
- [Commits](jakartaee/persistence@3.1-3.1.0-RELEASE...3.2-3.2.0-RELEASE)

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

---
updated-dependencies:
- dependency-name: jakarta.persistence:jakarta.persistence-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.apache.cxf:cxf-rt-frontend-jaxws
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.apache.cxf:cxf-rt-transports-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.apache.cxf:cxf-testutils
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.apache.cxf:cxf-rt-transports-local
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.apache.cxf:cxf-rt-features-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.apache.cxf:cxf-codegen-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.apache.cxf:cxf-rt-transports-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.apache.cxf:cxf-rt-features-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.apache.cxf:cxf-codegen-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 7e78a68 commit 9f2b753
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 9f2b753

Please sign in to comment.