diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cd41c..29bab9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.2.2] - 2024-02-09 + ### Changed - Shifted tests to use `docker compose` instead of `docker-compose` [conjurdemos/pet-store-demo#70](https://github.com/conjurdemos/pet-store-demo/pull/70) ### Security +- Upgrade spring-boot and other dependencies to latest versions + [conjurdemos/pet-store-demo#71](https://github.com/conjurdemos/pet-store-demo/pull/71) - Upgrade spring-boot to 3.2.1 and Java to 11 [conjurdemos/pet-store-demo#70](https://github.com/conjurdemos/pet-store-demo/pull/70) - Upgrade spring-boot to 3.0.7 for CVE-2023-20883 @@ -65,6 +69,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. The first tagged version. -[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.2.1...HEAD +[Unreleased]: https://github.com/cyberark/secretless-broker/compare/v1.2.2...HEAD +[1.2.2]: https://github.com/cyberark/secretless-broker/compare/v1.2.1...v1.2.2 [1.2.1]: https://github.com/cyberark/secretless-broker/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/cyberark/secretless-broker/compare/v1.1.0...v1.2.0 diff --git a/Dockerfile b/Dockerfile index 07e008a..b40afb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN curl -sSL https://raw.githubusercontent.com/cyberark/summon/master/install.s # STAGE: # The 'maven' base is used to package the application -FROM maven:3.9.5-amazoncorretto-21-debian as maven +FROM maven:3.9.6-amazoncorretto-21-debian as maven WORKDIR /app diff --git a/VERSION b/VERSION index 6085e94..23aa839 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.1 +1.2.2 diff --git a/pom.xml b/pom.xml index 223952a..fc684ea 100644 --- a/pom.xml +++ b/pom.xml @@ -10,34 +10,34 @@ org.springframework.boot spring-boot-starter-parent - 3.2.1 + 3.2.2 org.springframework.boot spring-boot-starter-web - 3.2.1 + 3.2.2 org.postgresql postgresql - 42.7.0 + 42.7.1 com.mysql mysql-connector-j - 8.2.0 + 8.3.0 com.microsoft.sqlserver mssql-jdbc - 12.4.2.jre11 + 12.6.0.jre11 org.springframework.boot spring-boot-starter-data-jpa - 3.2.1 + 3.2.2 javax.xml.bind @@ -47,7 +47,7 @@ org.springframework.boot spring-boot-starter-validation - 3.2.1 + 3.2.2