Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.24...v3.0.0) (2022-10-20)

### Bug Fixes

* bump junit-jupiter.version from 5.9.0 to 5.9.1 ([3b64ac4](3b64ac4))
* bump spring-boot-starter-test from 2.7.3 to 2.7.4 ([f17784e](f17784e))
* bump spring-context from 5.3.22 to 5.3.23 ([967543c](967543c))
* **deps:** Suppression des dépendances transitives JUnit  💩 ([faf9f96](faf9f96)), closes [#139](#139)
* **deps:** Suppression des dépendances transitives JUnit  💩 ([916efc2](916efc2)), closes [#139](#139)

### Code Refactoring

* Plus de support java 8 ([a857455](a857455)), closes [#131](#131)

### BREAKING CHANGES

* Plus de compatibilité Java 8
  • Loading branch information
semantic-release-bot committed Oct 20, 2022
1 parent 014eca4 commit 3dae01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>nc.opt.core</groupId>
<artifactId>opt-logging</artifactId>
<version>2.1.24</version>
<version>3.0.0</version>
<name>opt-logging</name>
<description>Librairie OPT de gestion des logs pour les applications du socle.</description>
<inceptionYear>2017</inceptionYear>
Expand Down

0 comments on commit 3dae01e

Please sign in to comment.