diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f3a79d..4fd17cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.3.12] - 10-12-2024 +## [1.3.14] - 17-12-2024 + +### Changed + +- Updated the following libraries + - `junit.version -> 5.11.4` + - Jib image to `eclipse-temurin:23.0.1_11-jre-nanoserver-ltsc2022` + +## [1.3.13] - 10-12-2024 ### Changed diff --git a/README.md b/README.md index 350364b..44f6f9b 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ It's a combination of the following projects to facilitate the test automation: # Required software -* Java JDK 22+ +* Java JDK 23+ * you can change the `java.version` property in the `pom.xml` file to `17` as this project is not using any specific - Java 22 feature + Java 23 feature # About the API