File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- FROM nginx:1.21 .6
1+ FROM nginx:1.23 .3
22
33MAINTAINER Conjur Inc
44
Original file line number Diff line number Diff line change 1- FROM openjdk:17-jdk-bullseye
1+ FROM openjdk:21-slim
22
33MAINTAINER Conjur Inc
44
Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments