Skip to content

Commit

Permalink
chore: library update
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasnogueira committed Jan 13, 2025
1 parent a5f3a93 commit eb40266
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.17] - 13-01-2025

### Changed

- Updated the following libraries
- `assertj -> 3.27.2`
- `springdoc-openapi-starter-webmvc-ui -> 2.8.3`

## [1.3.16] - 22-12-2024

### Changed
Expand Down
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.eliasogueira.credit</groupId>
<artifactId>combined-credit-api</artifactId>
<version>1.13.16</version>
<version>1.13.17</version>

<distributionManagement>
<repository>
Expand All @@ -29,7 +29,7 @@
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-surefire-junit5-tree-reporter.version>1.4.0</maven-surefire-junit5-tree-reporter.version>

<springdoc-openapi-starter-webmvc-ui.version>2.7.0</springdoc-openapi-starter-webmvc-ui.version>
<springdoc-openapi-starter-webmvc-ui.version>2.8.3</springdoc-openapi-starter-webmvc-ui.version>
<modelmapper.version>3.2.2</modelmapper.version>
<lombok.version>1.18.36</lombok.version>
<hibernate-jpamodelgen.version>6.6.4.Final</hibernate-jpamodelgen.version>
Expand All @@ -40,7 +40,7 @@

<junit.version>5.11.4</junit.version>
<restassured.version>5.5.0</restassured.version>
<assertj.version>3.27.0</assertj.version>
<assertj.version>3.27.2</assertj.version>
<datafaker.version>2.4.2</datafaker.version>
<testcontainers.version>1.20.4</testcontainers.version>

Expand All @@ -52,15 +52,10 @@
</properties>

<dependencies>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<!-- <exclusions>-->
<!-- <exclusion>-->
<!-- <groupId>ch.qos.logback</groupId>-->
<!-- <artifactId>logback-core</artifactId>-->
<!-- </exclusion>-->
<!-- </exclusions>-->
</dependency>

<dependency>
Expand Down

0 comments on commit eb40266

Please sign in to comment.