From 93d751365786d8589befc4d59acd2790c2478057 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:58:12 +0000 Subject: [PATCH] Bump the version-updates group across 1 directory with 5 updates Bumps the version-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.34` | `1.18.36` | | [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `25.0.0` | `26.0.1` | | [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.10.1` | `3.11.1` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.1` | `3.5.2` | Updates `org.projectlombok:lombok` from 1.18.34 to 1.18.36 - [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown) - [Commits](https://github.com/projectlombok/lombok/compare/v1.18.34...v1.18.36) Updates `org.jetbrains:annotations` from 25.0.0 to 26.0.1 - [Release notes](https://github.com/JetBrains/java-annotations/releases) - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md) - [Commits](https://github.com/JetBrains/java-annotations/compare/25.0.0...26.0.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.10.1 to 3.11.1 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.1...maven-javadoc-plugin-3.11.1) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.1 to 3.5.2 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.5.1...surefire-3.5.2) --- updated-dependencies: - dependency-name: org.projectlombok:lombok dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-major dependency-group: version-updates - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:development update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates ... Signed-off-by: dependabot[bot] --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index db57034..6b36ff9 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.projectlombok lombok - 1.18.34 + 1.18.36 @@ -47,7 +47,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.10.1 + 3.11.1 all,-missing @@ -63,7 +63,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.1 + 3.5.2 @@ -90,18 +90,18 @@ org.jetbrains annotations - 25.0.0 + 26.0.1 provided org.projectlombok lombok - 1.18.34 + 1.18.36 org.junit.jupiter junit-jupiter-engine - 5.11.2 + 5.11.3 test