From ce9132fa306e87e7b9dcd0b454c37e60ab41097b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 16:27:22 +0000 Subject: [PATCH] chore(deps): bump the maven-deps group with 17 updates Bumps the maven-deps group with 17 updates: | Package | From | To | | --- | --- | --- | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.15.0` | `10.16.0` | | [com.google.guava:guava](https://github.com/google/guava) | `33.1.0-jre` | `33.2.0-jre` | | [com.google.truth:truth](https://github.com/google/truth) | `1.1.3` | `1.4.2` | | [org.mockito:mockito-inline](https://github.com/mockito/mockito) | `4.11.0` | `5.2.0` | | [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.14.13` | `1.14.14` | | [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) | `1.14.13` | `1.14.14` | | [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.2` | `3.2.4` | | [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin) | `3.1.1` | `3.1.2` | | [org.apache.maven.plugins:maven-jar-plugin](https://github.com/apache/maven-jar-plugin) | `3.3.0` | `3.4.1` | | [org.apache.maven.plugins:maven-scm-plugin](https://github.com/apache/maven-scm) | `2.0.1` | `2.1.0` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.0` | `3.3.1` | | [biz.aQute.bnd:bnd-maven-plugin](https://github.com/bndtools/bnd) | `6.4.0` | `7.0.0` | | [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.1` | `3.1.2` | | [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `24.0.0` | `24.1.0` | | [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.20.2` | `3.25.3` | | [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `4.9.1` | `4.12.0` | | [org.eclipse.parsson:parsson](https://github.com/eclipse-ee4j/parsson) | `1.1.5` | `1.1.6` | Updates `com.puppycrawl.tools:checkstyle` from 10.15.0 to 10.16.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.15.0...checkstyle-10.16.0) Updates `com.google.guava:guava` from 33.1.0-jre to 33.2.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `com.google.truth:truth` from 1.1.3 to 1.4.2 - [Release notes](https://github.com/google/truth/releases) - [Commits](https://github.com/google/truth/commits/v1.4.2) Updates `org.mockito:mockito-inline` from 4.11.0 to 5.2.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.11.0...v5.2.0) Updates `net.bytebuddy:byte-buddy` from 1.14.13 to 1.14.14 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.13...byte-buddy-1.14.14) Updates `net.bytebuddy:byte-buddy-agent` from 1.14.13 to 1.14.14 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.13...byte-buddy-1.14.14) Updates `net.bytebuddy:byte-buddy-agent` from 1.14.13 to 1.14.14 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.13...byte-buddy-1.14.14) Updates `org.apache.maven.plugins:maven-gpg-plugin` from 3.2.2 to 3.2.4 - [Release notes](https://github.com/apache/maven-gpg-plugin/releases) - [Commits](https://github.com/apache/maven-gpg-plugin/compare/maven-gpg-plugin-3.2.2...maven-gpg-plugin-3.2.4) Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.1 to 3.1.2 - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.1.1...maven-install-plugin-3.1.2) Updates `org.apache.maven.plugins:maven-jar-plugin` from 3.3.0 to 3.4.1 - [Release notes](https://github.com/apache/maven-jar-plugin/releases) - [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.3.0...maven-jar-plugin-3.4.1) Updates `org.apache.maven.plugins:maven-scm-plugin` from 2.0.1 to 2.1.0 - [Commits](https://github.com/apache/maven-scm/compare/maven-scm-2.0.1...maven-scm-2.1.0) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.0 to 3.3.1 - [Commits](https://github.com/apache/maven-source-plugin/compare/maven-source-plugin-3.3.0...maven-source-plugin-3.3.1) Updates `biz.aQute.bnd:bnd-maven-plugin` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/bndtools/bnd/releases) - [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md) - [Commits](https://github.com/bndtools/bnd/compare/6.4.0...7.0.0) Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.1 to 3.1.2 - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.1.1...maven-deploy-plugin-3.1.2) Updates `org.jetbrains:annotations` from 24.0.0 to 24.1.0 - [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/24.0.0...24.1.0) Updates `org.assertj:assertj-core` from 3.20.2 to 3.25.3 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-core-3.20.2...assertj-build-3.25.3) Updates `com.squareup.okhttp3:okhttp` from 4.9.1 to 4.12.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.1...parent-4.12.0) Updates `org.eclipse.parsson:parsson` from 1.1.5 to 1.1.6 - [Release notes](https://github.com/eclipse-ee4j/parsson/releases) - [Commits](https://github.com/eclipse-ee4j/parsson/compare/1.1.5...1.1.6) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: com.google.truth:truth dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-deps - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-gpg-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-jar-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-scm-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: biz.aQute.bnd:bnd-maven-plugin dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-deploy-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.jetbrains:annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: com.squareup.okhttp3:okhttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: org.eclipse.parsson:parsson dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-deps ... Signed-off-by: dependabot[bot] --- javaparser-core-serialization/pom.xml | 2 +- javaparser-core/pom.xml | 2 +- jmlparser-jml-tests/pom.xml | 4 ++-- pom.xml | 26 +++++++++++++------------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/javaparser-core-serialization/pom.xml b/javaparser-core-serialization/pom.xml index 579331d579..e970563d89 100644 --- a/javaparser-core-serialization/pom.xml +++ b/javaparser-core-serialization/pom.xml @@ -68,7 +68,7 @@ org.eclipse.parsson parsson - 1.1.5 + 1.1.6 test diff --git a/javaparser-core/pom.xml b/javaparser-core/pom.xml index a2217939fc..bb7ea08182 100644 --- a/javaparser-core/pom.xml +++ b/javaparser-core/pom.xml @@ -29,7 +29,7 @@ org.jetbrains annotations - 24.0.1 + 24.1.0 diff --git a/jmlparser-jml-tests/pom.xml b/jmlparser-jml-tests/pom.xml index ba1c058692..0fa7c4c42e 100644 --- a/jmlparser-jml-tests/pom.xml +++ b/jmlparser-jml-tests/pom.xml @@ -127,13 +127,13 @@ org.assertj assertj-core - 3.20.2 + 3.25.3 test com.squareup.okhttp3 okhttp - 4.9.1 + 4.12.0 test diff --git a/pom.xml b/pom.xml index 3622395648..19f1ac1fc3 100644 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,7 @@ ${project.basedir}/jmlparser-jml-tests/target/site/jacoco/jacoco.xml, ${project.basedir}/javaparser-core-testing-bdd/target/site/jacoco/jacoco.xml, - 1.14.13 + 1.14.14 -javaagent:${settings.localRepository}/net/bytebuddy/byte-buddy-agent/${byte-buddy.version}/byte-buddy-agent-${byte-buddy.version}.jar 2024-04-04T00:00:00Z @@ -213,17 +213,17 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.4 org.apache.maven.plugins maven-install-plugin - 3.1.1 + 3.1.2 org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.1 org.sonatype.plugins @@ -262,12 +262,12 @@ org.apache.maven.plugins maven-scm-plugin - 2.0.1 + 2.1.0 org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 org.jacoco @@ -295,7 +295,7 @@ biz.aQute.bnd bnd-maven-plugin - 6.4.0 + 7.0.0 org.apache.maven.plugins @@ -310,7 +310,7 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 org.codehaus.mojo @@ -348,7 +348,7 @@ com.puppycrawl.tools checkstyle - 10.15.0 + 10.16.0 @@ -367,7 +367,7 @@ com.google.guava guava - 33.1.0-jre + 33.2.0-jre junit @@ -378,7 +378,7 @@ com.google.truth truth - 1.1.3 + 1.4.2 test @@ -414,7 +414,7 @@ org.mockito mockito-inline - 4.11.0 + 5.2.0 test @@ -518,7 +518,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.4 sign-artifacts