Skip to content

Commit

Permalink
Merge pull request #198 from eliasnogueira/library-updates
Browse files Browse the repository at this point in the history
chore: library updates
  • Loading branch information
eliasnogueira authored Nov 13, 2024
2 parents e72cb9d + 80fd174 commit b7dcef7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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.12] - 13-10-2024

## Changed

- Updated the following libraries
- `maven-surefire-plugin -> 3.5.2`
- `hibernate-jpamodelgen -> 6.6.2.Final`

## [1.3.10] - 16-10-2024

## [1.3.10] - 27-10-2024

## Changed
Expand Down
12 changes: 9 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.11</version>
<version>1.13.12</version>

<distributionManagement>
<repository>
Expand All @@ -26,13 +26,13 @@
<java.version>23</java.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven.compiler.proc>full</maven.compiler.proc>
<maven-surefire-plugin.version>3.5.1</maven-surefire-plugin.version>
<maven-surefire-plugin.version>3.5.2</maven-surefire-plugin.version>
<maven-surefire-junit5-tree-reporter.version>1.3.0</maven-surefire-junit5-tree-reporter.version>

<springdoc-openapi-starter-webmvc-ui.version>2.6.0</springdoc-openapi-starter-webmvc-ui.version>
<modelmapper.version>3.2.1</modelmapper.version>
<lombok.version>1.18.34</lombok.version>
<hibernate-jpamodelgen.version>6.6.1.Final</hibernate-jpamodelgen.version>
<hibernate-jpamodelgen.version>6.6.2.Final</hibernate-jpamodelgen.version>
<jakarta-xml-bind-api.version>4.0.2</jakarta-xml-bind-api.version>
<h2.version>2.3.232</h2.version>
<jib-maven-plugin.version>3.4.4</jib-maven-plugin.version>
Expand Down Expand Up @@ -73,6 +73,12 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<exclusions>
<exclusion>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit b7dcef7

Please sign in to comment.