From adee53864a6f950ceeab5b22c8d51354b24eb474 Mon Sep 17 00:00:00 2001 From: Jan Galinski Date: Thu, 10 Oct 2024 23:24:56 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 651089d..1a3d63b 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,8 @@ are included. | Lib | Version | Info | |--------|----------|--------------------------------------| -| jetbrains-annotations | `25.0.0` | common annotations | -| junit5 | `5.11.1` | bom dependency, unit testing | +| jetbrains-annotations | `26.0.0` | common annotations | +| junit5 | `5.11.2` | bom dependency, unit testing | ## Plugins @@ -77,18 +77,18 @@ see [official plugins](https://maven.apache.org/plugins/index.html) | [maven-dependency](https://maven.apache.org/plugins/maven-dependency-plugin/) | `3.8.0` | check/update dependency versions | | [maven-deploy](https://maven.apache.org/plugins/maven-deploy-plugin/) | `3.1.3` | - | | [maven-enforcer](https://maven.apache.org/enforcer/maven-enforcer-plugin/) | `3.4.1` | enforce project setup | -| [maven-failsafe](https://maven.apache.org/surefire/maven-failsafe-plugin/) | `3.5.0` | testing | +| [maven-failsafe](https://maven.apache.org/surefire/maven-failsafe-plugin/) | `3.5.1` | testing | | [maven-gpg](https://maven.apache.org/plugins/maven-gpg-plugin/) | `3.2.7` | sign artifacts for release | | [maven-install](https://maven.apache.org/plugins/maven-install-plugin/) | `3.1.3` | - | | [maven-jar-plugin](https://maven.apache.org/plugins/maven-jar-plugin/) | `3.4.2` | - | | [maven-resources](https://maven.apache.org/plugins/maven-resources-plugin/) | `3.3.1` | filter resources | | [maven-source](https://maven.apache.org/plugins/maven-source-plugin/) | `3.3.1` | add sources to artifacts | -| [maven-surefire](https://maven.apache.org/surefire/maven-surefire-plugin/) | `3.5.0` | testing | +| [maven-surefire](https://maven.apache.org/surefire/maven-surefire-plugin/) | `3.5.1` | testing | | [build-helper](https://www.mojohaus.org/build-helper-maven-plugin/) | `3.6.0` | define source directories | | [gitflow-maven](https://aleksandr-m.github.io/gitflow-maven-plugin/) | `1.21.0` | gitflow relase master/develop/release | | [jacoco-maven](https://www.eclemma.org/jacoco/trunk/doc/maven.html) | `0.8.12` | test reports | | [jgiven-maven](https://jgiven.org/userguide/#_maven) | `1.3.1` | jgiven test reports | -| [openapi-generator](https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin) | `7.8.0` | openapi/swagger code generation | +| [openapi-generator](https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator-maven-plugin) | `7.9.0` | openapi/swagger code generation | | [properties-maven](https://www.mojohaus.org/properties-maven-plugin/) | `1.2.1` | generate build properties for project | | [versions-maven](https://www.mojohaus.org/versions/versions-maven-plugin/index.html) | `2.17.1` | modify versions of project | | [nexus-staging-maven](https://github.com/sonatype/nexus-maven-plugins/blob/main/staging/maven-plugin/README.md) | `1.6.13` | release on maven central |