Skip to content

Commit 8214ec5

Browse files
authored
Merge pull request #113 from cyberark/update-dependencies
Bump Apache cxf to 4.0.0, upgrade dockerfile base images
2 parents 84a8993 + 7f76f38 commit 8214ec5

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
### Security
10+
- Update Dockerfile base images, bump Apache cxf to 3.5.5
11+
[cyberark/conjur-api-java#113](https://github.com/cyberark/conjur-api-java/issues/113)
12+
913
## [3.0.3] - 2022-05-31
1014

1115
### Security

Dockerfile.nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.21.6
1+
FROM nginx:1.23.3
22

33
MAINTAINER Conjur Inc
44

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openjdk:17-jdk-bullseye
1+
FROM openjdk:21-slim
22

33
MAINTAINER Conjur Inc
44

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<dependency>
161161
<groupId>org.apache.cxf</groupId>
162162
<artifactId>cxf-rt-rs-client</artifactId>
163-
<version>3.5.1</version>
163+
<version>3.5.5</version>
164164
</dependency>
165165

166166
<!-- JSON support -->

0 commit comments

Comments
 (0)