Skip to content

Commit

Permalink
Merge pull request #113 from cyberark/update-dependencies
Browse files Browse the repository at this point in the history
Bump Apache cxf to 4.0.0, upgrade dockerfile base images
  • Loading branch information
gl-johnson authored Feb 7, 2023
2 parents 84a8993 + 7f76f38 commit 8214ec5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Security
- Update Dockerfile base images, bump Apache cxf to 3.5.5
[cyberark/conjur-api-java#113](https://github.com/cyberark/conjur-api-java/issues/113)

## [3.0.3] - 2022-05-31

### Security
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.nginx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:1.21.6
FROM nginx:1.23.3

MAINTAINER Conjur Inc

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17-jdk-bullseye
FROM openjdk:21-slim

MAINTAINER Conjur Inc

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-rs-client</artifactId>
<version>3.5.1</version>
<version>3.5.5</version>
</dependency>

<!-- JSON support -->
Expand Down

0 comments on commit 8214ec5

Please sign in to comment.