Skip to content

Commit

Permalink
Merge pull request #169 from eliasnogueira/library-update
Browse files Browse the repository at this point in the history
chore: library updates
  • Loading branch information
eliasnogueira committed Jul 24, 2024
2 parents bb4486f + b2596f2 commit 0ff55d8
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .mvn/maven.config
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-B
-q

2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# under the License.
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ 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.7] - 24-07-2024

### Changed

- Updated Maven Wrapper
- Updated the following libraries
- `spring-boot-starter-parent -> 3.3.2`
- `springdoc-openapi-starter-webmvc-ui -> 2.6.0`
- `modelmapper -> 3.2.0`
- `lombok -> 1.18.34`
- `h2 -> 2.3.230`
- `jib-maven-plugin -> 3.4.3`
- `restassured -> 5.5.0`
- `assertj -> 3.26.3`
- `datafaker -> 2.3.1`
- `testcontainers -> 1.20.0`

## [1.13.6] - 27-06-2024

### Changed
Expand Down
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.0</version>
<version>3.3.2</version>
</parent>

<groupId>com.eliasogueira.credit</groupId>
<artifactId>combined-credit-api</artifactId>
<version>1.13.6</version>
<version>1.13.7</version>

<distributionManagement>
<repository>
Expand All @@ -27,19 +27,19 @@
<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.5.0</springdoc-openapi-starter-webmvc-ui.version>
<springdoc-openapi-starter-webmvc-ui.version>2.6.0</springdoc-openapi-starter-webmvc-ui.version>
<modelmapper.version>3.2.0</modelmapper.version>
<lombok.version>1.18.32</lombok.version>
<lombok.version>1.18.34</lombok.version>
<hibernate-jpamodelgen.version>6.5.2.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.2</jib-maven-plugin.version>
<h2.version>2.3.230</h2.version>
<jib-maven-plugin.version>3.4.3</jib-maven-plugin.version>

<junit.version>5.11.0-M2</junit.version>
<restassured.version>5.4.0</restassured.version>
<assertj.version>3.26.0</assertj.version>
<datafaker.version>2.2.2</datafaker.version>
<testcontainers.version>1.19.8</testcontainers.version>
<restassured.version>5.5.0</restassured.version>
<assertj.version>3.26.3</assertj.version>
<datafaker.version>2.3.1</datafaker.version>
<testcontainers.version>1.20.0</testcontainers.version>

<!-- transitive vulnerable dependencies -->
<commons-compress>1.26.2</commons-compress>
Expand Down

0 comments on commit 0ff55d8

Please sign in to comment.