diff --git a/.github/workflows/test-execution.yml b/.github/workflows/test-execution.yml
index af1d689..54f7131 100644
--- a/.github/workflows/test-execution.yml
+++ b/.github/workflows/test-execution.yml
@@ -30,14 +30,14 @@ jobs:
distribution: oracle
- name: Cache Maven packages
- uses: actions/cache@v3
+ uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Wait for the backend service to start
- run: wget -qO- https://raw.githubusercontent.com/eficode/wait-for/$WAIT_FOR_VERSION/wait-for | sh -s -- http://localhost:8088/actuator/health -t 30 -- echo "Backend is up"
+ run: wget -qO- https://raw.githubusercontent.com/eficode/wait-for/$WAIT_FOR_VERSION/wait-for | sh -s -- http://localhost:8088/actuator/health -t 50 -- echo "Backend is up"
env:
WAIT_FOR_VERSION: 4df3f9262d84cab0039c07bf861045fbb3c20ab7
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0acaf00..ad4ca9d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,17 @@ 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).
+## [2.4.3] - 10-12-2024
+
+### Changed
+
+- Update `actions/cache` to `v4`
+- Updated the following dependencies
+ - `maven-surefire-plugin -> 3.5.2`
+ - `datafaker -> 2.4.2`
+ - `allure -> 2.29.1`
+ - `allure-maven -> 2.15.2`
+
## [2.4.2] - 27-10-2024
## Changed
diff --git a/pom.xml b/pom.xml
index e5a0473..7e10adc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,33 +6,29 @@
com.eliasogueira.credit
restassured-complete-basic-example
- 2.4.2
+ 2.4.3
23
UTF-8
UTF-8
3.13.0
- 3.5.1
+ 3.5.2
3.2.5
5.5.0
5.11.3
3.26.3
- 2.4.1
+ 2.4.2
1.0.12
2.23.1
2.0.13
- 2.29.0
- 2.14.0
+ 2.29.1
+ 2.15.2
1.9.22.1
https://repo.maven.apache.org/maven2/io/qameta/allure/allure-commandline
-
-
- 1.17.1
- 2.18.0
@@ -133,19 +129,6 @@
${slf4j.version}
-
-
- com.fasterxml.jackson.core
- jackson-databind
- ${jackson-databind.version}
-
-
-
- commons-codec
- commons-codec
- ${commons-codec.version}
-
-