Skip to content

Commit

Permalink
chore: latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnogueira committed Dec 17, 2024
1 parent 0b77248 commit 1553735
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1553735

Please sign in to comment.