Skip to content

Commit

Permalink
Updated dependancies version
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed May 5, 2024
1 parent b05d240 commit a116dfd
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 21 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- h2-version 2.2.224

### Changed

- mvn-source-version set to 3.3.1
- mvn-jar-version set to 3.4.1
- mvn-shade-version set to 3.5.3
- mvn-plugin-annotations-version set to 3.12.0
- mvn-plugin-version set to 3.12.0
- slf4j-version set to 2.0.13
- mvn-gpg-version set to 3.2.4
- common-codec-version set to 1.17.0
- jacoco-maven-plugin-version set to 0.8.12
- jackson-version set to 2.17.1

## [1.6.4] - 2024-04-01

### Changed
Expand Down
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@ Main parent pom of fugerit-org projects.
| property | current value | note |
|-------------------------------------------|------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| mvn-compiler-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.13.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-compiler-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-compiler-plugin) |
| mvn-source-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.3.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-source-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-source-plugin) |
| mvn-source-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.3.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-source-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-source-plugin) |
| mvn-javadoc-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.6.3-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-javadoc-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-javadoc-plugin) |
| mvn-jar-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.3.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-jar-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-jar-plugin) |
| mvn-shade-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.5.2-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-shade-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-shade-plugin) |
| mvn-jar-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.4.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-jar-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-jar-plugin) |
| mvn-shade-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.5.3-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-shade-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-shade-plugin) |
| mvn-surefire-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.2.5-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-surefire-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-surefire-plugin) |
| mvn-resources-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.3.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-resources-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-resources-plugin) |
| mvn-plugin-api-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.9.6-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven/maven-plugin-api.svg)](https://central.sonatype.com/artifact/org.apache.maven/maven-plugin-api) |
| mvn-plugin-annotations-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.11.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugin-tools/maven-plugin-annotations.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugin-tools/maven-plugin-annotations) |
| mvn-plugin-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.11.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-plugin-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-plugin-plugin) |
| slf4j-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.0.12-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.slf4j/slf4j-api.svg)](https://central.sonatype.com/artifact/org.slf4j/slf4j-api) |
| mvn-plugin-annotations-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.12.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugin-tools/maven-plugin-annotations.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugin-tools/maven-plugin-annotations) |
| mvn-plugin-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.12.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-plugin-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-plugin-plugin) |
| slf4j-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.0.13-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.slf4j/slf4j-api.svg)](https://central.sonatype.com/artifact/org.slf4j/slf4j-api) |
| log4j2-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.23.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.logging.log4j/log4j-api.svg)](https://central.sonatype.com/artifact/org.apache.logging.log4j/log4j-api) |
| nexus-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.6.13-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.sonatype.plugins/nexus-staging-maven-plugin.svg)](https://central.sonatype.com/artifact/org.sonatype.plugins/nexus-staging-maven-plugin) |
| mvn-gpg-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.2.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-gpg-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-gpg-plugin) |
| mvn-gpg-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.2.4-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-gpg-plugin.svg)](https://central.sonatype.com/artifact/org.apache.maven.plugins/maven-gpg-plugin) |
| poi-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v5.2.5-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.poi/poi.svg)](https://central.sonatype.com/artifact/org.apache.poi/poi) |
| common-codec-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.16.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/commons-codec/commons-codec.svg)](https://central.sonatype.com/artifact/commons-codec/commons-codec) |
| common-codec-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.17.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/commons-codec/commons-codec.svg)](https://central.sonatype.com/artifact/commons-codec/commons-codec) |
| dbcp-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.4-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/commons-dbcp/commons-dbcp.svg)](https://central.sonatype.com/artifact/commons-dbcp/commons-dbcp) |
| dbcp2-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.12.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-dbcp2.svg)](https://central.sonatype.com/artifact/org.apache.commons/commons-dbcp2) |
| junit-version (junit4) | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v4.13.2-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/junit/junit.svg)](https://central.sonatype.com/artifact/junit/junit) |
| testcontainers-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.19.7-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.testcontainers/testcontainers)](https://central.sonatype.com/artifact/org.testcontainers/testcontainers) |
| junit-jupiter-version (junit5) | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v5.10.2-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.junit.jupiter/junit-jupiter.svg)](https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter) |
| testcontainers-core-version | testcontainers-version | [![Maven Central](https://img.shields.io/maven-central/v/org.testcontainers/testcontainers)](https://central.sonatype.com/artifact/org.testcontainers/testcontainers) |
| testcontainers-junit-version | testcontainers-version | [![Maven Central](https://img.shields.io/maven-central/v/org.testcontainers/testcontainers)](https://central.sonatype.com/artifact/org.testcontainers/testcontainers) |
| testcontainers-core-version | testcontainers-version | [![Maven Central](https://img.shields.io/maven-central/v/org.testcontainers/testcontainers)](https://central.sonatype.com/artifact/org.testcontainers/testcontainers) |
| testcontainers-junit-version | testcontainers-version | [![Maven Central](https://img.shields.io/maven-central/v/org.testcontainers/testcontainers)](https://central.sonatype.com/artifact/org.testcontainers/testcontainers) |
| awaitility-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v4.2.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.awaitility/awaitility.svg)](https://central.sonatype.com/artifact/org.awaitility/awaitility) |
| hsqldb-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.7.2-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.hsqldb/hsqldb.svg)](https://central.sonatype.com/artifact/org.hsqldb/hsqldb) |
| fj-test-helper-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v0.5.2-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.fugerit.java/fj-test-helper.svg)](https://central.sonatype.com/artifact/org.fugerit.java/fj-test-helper) |
Expand All @@ -60,10 +60,10 @@ Main parent pom of fugerit-org projects.
| lombok-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v1.18.32-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.projectlombok/lombok.svg)](https://central.sonatype.com/artifact/org.projectlombok/lombok) |
| graalvm-mvn-native-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v0.10.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.graalvm.buildtools/native-maven-plugin.svg)](https://central.sonatype.com/artifact/org.graalvm.buildtools/native-maven-plugin) |
| slf4j-simple-version | slf4j-version | [![Maven Central](https://img.shields.io/maven-central/v/org.slf4j/slf4j-simple)](https://central.sonatype.com/artifact/org.slf4j/slf4j-simple) |
| jacoco-maven-plugin-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v0.8.11-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.jacoco/jacoco.svg)](https://central.sonatype.com/artifact/org.jacoco/jacoco) |
| jacoco-maven-plugin-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v0.8.12-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.jacoco/jacoco.svg)](https://central.sonatype.com/artifact/org.jacoco/jacoco) |
| buildnumber-maven-plugin-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.2.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/buildnumber-maven-plugin.svg)](https://central.sonatype.com/artifact/org.codehaus.mojo/buildnumber-maven-plugin) |
| build-helper-maven-plugin-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v3.5.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.mojo/build-helper-maven-plugin.svg)](https://central.sonatype.com/artifact/org.codehaus.mojo/build-helper-maven-plugin) |
| jackson-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.17.0-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.core/jackson-core.svg)](https://central.sonatype.com/artifact/com.fasterxml.jackson.core/jackson-core) |
| jackson-version | ![fj-bom version](https://img.shields.io/badge/fj%20bom-v2.17.1-teal.svg) | [![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.core/jackson-core.svg)](https://central.sonatype.com/artifact/com.fasterxml.jackson.core/jackson-core) |
| fasterxml-jackson-core-version | jackson-version | [![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.core/jackson-core.svg)](https://central.sonatype.com/artifact/com.fasterxml.jackson.core/jackson-core) |
| fasterxml-jackson-databind-version | jackson-version | [![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.core/jackson-databind.svg)](https://central.sonatype.com/artifact/com.fasterxml.jackson.core/jackson-databind) |
| fasterxml-jackson-dataformat-yaml-version | jackson-version | [![Maven Central](https://img.shields.io/maven-central/v/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml.svg)](https://central.sonatype.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml) |
Expand Down
Loading

0 comments on commit a116dfd

Please sign in to comment.