From dc8faa7ce264f175b495b12ae698c3d976eabfd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 03:23:10 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [org.commonmark:commonmark](https://github.com/commonmark/commonmark-java), [org.commonmark:commonmark-ext-gfm-tables](https://github.com/commonmark/commonmark-java) and [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools). Updates `org.commonmark:commonmark` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.29.0...commonmark-parent-0.30.0) Updates `org.commonmark:commonmark-ext-gfm-tables` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/commonmark/commonmark-java/releases) - [Changelog](https://github.com/commonmark/commonmark-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/commonmark/commonmark-java/compare/commonmark-parent-0.29.0...commonmark-parent-0.30.0) Updates `org.graalvm.buildtools:native-maven-plugin` from 1.1.7 to 1.1.8 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/1.1.7...1.1.8) --- updated-dependencies: - dependency-name: org.commonmark:commonmark dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.commonmark:commonmark-ext-gfm-tables dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-version: 1.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- core/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 2aba469ff..43bc7b709 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -64,12 +64,12 @@ org.commonmark commonmark - 0.29.0 + 0.30.0 org.commonmark commonmark-ext-gfm-tables - 0.29.0 + 0.30.0 @@ -231,7 +231,7 @@ org.graalvm.buildtools native-maven-plugin - 1.1.7 + 1.1.8 true