Skip to content

Commit

Permalink
fix: compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnogueira committed Dec 17, 2024
1 parent 6139de1 commit d0a9606
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4] - 17-12-2024

### Changed

- Updated the following dependencies
- junit.jupiter.version>5.11.4

### Fix

- Fix compilation error

## [2.4.3] - 10-12-2024

### Changed
Expand Down
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.eliasogueira.credit</groupId>
<artifactId>restassured-complete-basic-example</artifactId>
<version>2.4.3</version>
<version>2.4.4</version>

<properties>
<java.version>23</java.version>
Expand All @@ -17,7 +17,7 @@
<maven-failsafe-plugin.version>3.2.5</maven-failsafe-plugin.version>

<restassured.version>5.5.0</restassured.version>
<junit.jupiter.version>5.11.3</junit.jupiter.version>
<junit.jupiter.version>5.11.4</junit.jupiter.version>
<assertj.version>3.26.3</assertj.version>
<datafaker.version>2.4.2</datafaker.version>
<owner.version>1.0.12</owner.version>
Expand Down Expand Up @@ -48,12 +48,6 @@
<groupId>io.rest-assured</groupId>
<artifactId>json-schema-validator</artifactId>
<version>${restassured.version}</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit d0a9606

Please sign in to comment.