Skip to content

Commit

Permalink
Merge pull request #148 from eliasnogueira/library-update
Browse files Browse the repository at this point in the history
chore: library updates
  • Loading branch information
eliasnogueira authored Apr 10, 2024
2 parents d8f4a5c + 75896f8 commit a583130
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 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.13.5] - 10-044-2024

### Changed

- Updated the following libraries
- `springdoc-openapi-starter-webmvc-ui -> 2.5.0`
- `jib-maven-plugin -> 3.4.2`

## [1.13.2 - 1.13.4] - 01-04-2024

### Changed
Expand Down
6 changes: 3 additions & 3 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.4</version>
<version>1.13.5</version>

<distributionManagement>
<repository>
Expand All @@ -27,13 +27,13 @@
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>

<springdoc-openapi-starter-webmvc-ui.version>2.4.0</springdoc-openapi-starter-webmvc-ui.version>
<springdoc-openapi-starter-webmvc-ui.version>2.5.0</springdoc-openapi-starter-webmvc-ui.version>
<modelmapper.version>3.2.0</modelmapper.version>
<lombok.version>1.18.32</lombok.version>
<hibernate-jpamodelgen.version>6.4.4.Final</hibernate-jpamodelgen.version>
<jakarta-xml-bind-api.version>4.0.2</jakarta-xml-bind-api.version>
<h2.version>2.2.224</h2.version>
<jib-maven-plugin.version>3.4.1</jib-maven-plugin.version>
<jib-maven-plugin.version>3.4.2</jib-maven-plugin.version>

<junit.version>5.10.2</junit.version>
<restassured.version>5.4.0</restassured.version>
Expand Down

0 comments on commit a583130

Please sign in to comment.