From c4619035f613b66b680620c8c442270bbb60a218 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 16:26:55 +0000 Subject: [PATCH] Bump the maven-deps group with 8 updates Bumps the maven-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `13.1.0` | `13.2.0` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.0.2` | `6.0.3` | | [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.18.4` | `1.18.5` | | [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) | `1.18.4` | `1.18.5` | | [org.apache.maven.plugins:maven-surefire-report-plugin](https://github.com/apache/maven-surefire) | `3.3.1` | `3.5.4` | | [org.apache.maven.plugins:maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) | `3.9.0` | `3.10.0` | | [com.squareup.okhttp3:okhttp](https://github.com/square/okhttp) | `4.9.2` | `5.3.2` | | [org.hamcrest:hamcrest-library](https://github.com/hamcrest/JavaHamcrest) | `2.2` | `3.0` | Updates `com.puppycrawl.tools:checkstyle` from 13.1.0 to 13.2.0 - [Release notes](https://github.com/checkstyle/checkstyle/releases) - [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-13.1.0...checkstyle-13.2.0) Updates `org.junit:junit-bom` from 6.0.2 to 6.0.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.0.3) Updates `net.bytebuddy:byte-buddy` from 1.18.4 to 1.18.5 - [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.18.4...byte-buddy-1.18.5) Updates `net.bytebuddy:byte-buddy-agent` from 1.18.4 to 1.18.5 - [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.18.4...byte-buddy-1.18.5) Updates `net.bytebuddy:byte-buddy-agent` from 1.18.4 to 1.18.5 - [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.18.4...byte-buddy-1.18.5) Updates `org.apache.maven.plugins:maven-surefire-report-plugin` from 3.3.1 to 3.5.4 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.3.1...surefire-3.5.4) Updates `org.apache.maven.plugins:maven-dependency-plugin` from 3.9.0 to 3.10.0 - [Release notes](https://github.com/apache/maven-dependency-plugin/releases) - [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.9.0...maven-dependency-plugin-3.10.0) Updates `com.squareup.okhttp3:okhttp` from 4.9.2 to 5.3.2 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-5.3.2) Updates `org.hamcrest:hamcrest-library` from 2.2 to 3.0 - [Release notes](https://github.com/hamcrest/JavaHamcrest/releases) - [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md) - [Commits](https://github.com/hamcrest/JavaHamcrest/compare/v2.2...v3.0) --- updated-dependencies: - dependency-name: com.puppycrawl.tools:checkstyle dependency-version: 13.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: org.junit:junit-bom dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-dependency-plugin dependency-version: 3.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: com.squareup.okhttp3:okhttp dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-deps - dependency-name: org.hamcrest:hamcrest-library dependency-version: '3.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: maven-deps ... Signed-off-by: dependabot[bot] --- javaparser-key-testing/pom.xml | 4 ++-- pom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/javaparser-key-testing/pom.xml b/javaparser-key-testing/pom.xml index 75ecfe7e45..cbb9521f34 100644 --- a/javaparser-key-testing/pom.xml +++ b/javaparser-key-testing/pom.xml @@ -134,7 +134,7 @@ org.hamcrest hamcrest-library - 2.2 + 3.0 test @@ -146,7 +146,7 @@ com.squareup.okhttp3 okhttp - 4.9.2 + 5.3.2 test diff --git a/pom.xml b/pom.xml index 8600e71650..1f66131967 100644 --- a/pom.xml +++ b/pom.xml @@ -160,7 +160,7 @@ UTF-8 21 ${java.version} - 1.18.4 + 1.18.5