Skip to content

Commit

Permalink
Bump cxf.version from 4.0.3 to 4.0.4 (#22)
Browse files Browse the repository at this point in the history
* Bump cxf.version from 4.0.3 to 4.0.4

Bumps `cxf.version` from 4.0.3 to 4.0.4.

Updates `org.apache.cxf:cxf-rt-rs-client` from 4.0.3 to 4.0.4

Updates `org.apache.cxf:cxf-rt-rs-extension-search` from 4.0.3 to 4.0.4

Updates `org.apache.cxf:cxf-rt-transports-http-hc` from 4.0.3 to 4.0.4

Updates `org.apache.cxf:cxf-rt-ws-policy` from 4.0.3 to 4.0.4

Updates `org.apache.cxf:cxf-rt-transports-local` from 4.0.3 to 4.0.4

---
updated-dependencies:
- dependency-name: org.apache.cxf:cxf-rt-rs-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.cxf:cxf-rt-rs-extension-search
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.cxf:cxf-rt-transports-http-hc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.cxf:cxf-rt-ws-policy
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.cxf:cxf-rt-transports-local
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Now requiring Maven 3.9.6 to build

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francesco Chicchiriccò <[email protected]>
  • Loading branch information
dependabot[bot] and ilgrosso authored Mar 12, 2024
1 parent c8ba514 commit 925870a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
distribution: 'zulu'
java-version: 11

- name: Setup Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6

- name: Cache local Maven repository
uses: actions/cache@v4
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
distribution: 'zulu'
java-version: 11

- name: Setup Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6

- name: Cache local Maven repository
uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<properties>
<connid.version>1.6.0.0-SNAPSHOT</connid.version>
<cxf.version>4.0.3</cxf.version>
<cxf.version>4.0.4</cxf.version>
<jackson.version>2.14.3</jackson.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 925870a

Please sign in to comment.