Skip to content

Commit d0a9606

Browse files
committed
fix: compilation error
1 parent 6139de1 commit d0a9606

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.4.4] - 17-12-2024
9+
10+
### Changed
11+
12+
- Updated the following dependencies
13+
- junit.jupiter.version>5.11.4
14+
15+
### Fix
16+
17+
- Fix compilation error
18+
819
## [2.4.3] - 10-12-2024
920

1021
### Changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.eliasogueira.credit</groupId>
88
<artifactId>restassured-complete-basic-example</artifactId>
9-
<version>2.4.3</version>
9+
<version>2.4.4</version>
1010

1111
<properties>
1212
<java.version>23</java.version>
@@ -17,7 +17,7 @@
1717
<maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version>
1818

1919
<restassured.version>5.5.0</restassured.version>
20-
<junit.jupiter.version>5.11.3</junit.jupiter.version>
20+
<junit.jupiter.version>5.11.4</junit.jupiter.version>
2121
<assertj.version>3.26.3</assertj.version>
2222
<datafaker.version>2.4.2</datafaker.version>
2323
<owner.version>1.0.12</owner.version>
@@ -48,12 +48,6 @@
4848
<groupId>io.rest-assured</groupId>
4949
<artifactId>json-schema-validator</artifactId>
5050
<version>${restassured.version}</version>
51-
<exclusions>
52-
<exclusion>
53-
<groupId>com.fasterxml.jackson.core</groupId>
54-
<artifactId>jackson-databind</artifactId>
55-
</exclusion>
56-
</exclusions>
5751
</dependency>
5852

5953
<dependency>

0 commit comments

Comments
 (0)