Skip to content

Bump the component-upgrades group across 1 directory with 5 updates - #86

Merged
jamezp merged 1 commit into
mainfrom
dependabot/maven/component-upgrades-d23563d18d
Aug 18, 2026
Merged

Bump the component-upgrades group across 1 directory with 5 updates#86
jamezp merged 1 commit into
mainfrom
dependabot/maven/component-upgrades-d23563d18d

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the component-upgrades group with 5 updates in the / directory:

Package From To
io.quarkus.platform:quarkus-bom 3.38.0 3.38.1
io.quarkus.platform:quarkus-maven-plugin 3.38.0 3.38.1
org.mvnpm:highlight.js 11.11.1 11.11.2
org.apache.maven:apache-maven 3.9.11 3.9.16
org.apache.maven.wrapper:maven-wrapper 3.3.2 3.3.4

Updates io.quarkus.platform:quarkus-bom from 3.38.0 to 3.38.1

Commits
  • 066ddd2 [maven-release-plugin] prepare release 3.38.1
  • 8b8cd48 Merge pull request #2115 from quarkusio/quarkus-3.38.1
  • 70d5cbe Upgrade to Quarkus 3.38.1
  • bdb5332 Merge pull request #2106 from quarkusio/update-automation/3.38-quarkus-flow-0...
  • 639a5d7 Update Quarkus Flow to 0.15.1
  • 0827606 Merge pull request #2102 from quarkusio/update-automation/3.38-langchain4j-1....
  • f64f0fa Update LangChain4j to 1.12.2
  • 3a51e5f Merge pull request #2100 from gsmet/cxv-3.38-3.38
  • e8cb486 Update CXF to 3.38.0
  • aefada5 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.38.0 to 3.38.1

Commits
  • 066ddd2 [maven-release-plugin] prepare release 3.38.1
  • 8b8cd48 Merge pull request #2115 from quarkusio/quarkus-3.38.1
  • 70d5cbe Upgrade to Quarkus 3.38.1
  • bdb5332 Merge pull request #2106 from quarkusio/update-automation/3.38-quarkus-flow-0...
  • 639a5d7 Update Quarkus Flow to 0.15.1
  • 0827606 Merge pull request #2102 from quarkusio/update-automation/3.38-langchain4j-1....
  • f64f0fa Update LangChain4j to 1.12.2
  • 3a51e5f Merge pull request #2100 from gsmet/cxv-3.38-3.38
  • e8cb486 Update CXF to 3.38.0
  • aefada5 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.mvnpm:highlight.js from 11.11.1 to 11.11.2

Release notes

Sourced from org.mvnpm:highlight.js's releases.

v11.11.2 - This Summer's Hottest Release

Happy belated Summer Solstice to all who celebrate. This is a maintenance release that includes all of the merged PRs through July 2025 (last year).

[!NOTE]

As you may have noticed, highlight.js has been inactive since last summer, through no one's fault; maintaining open source projects is time-consuming. I'll be doing my best to keep the lights on around here, but I'll need the community's help. If you are interested in helping review pull requests, contributing, or even becoming a maintainer, speak up in highlightjs/highlight.js#1678.

[!IMPORTANT]

The 11.11.2 Git tag was published on June 22, 2026, and the npm package was published on August 11, 2026. For any cautious onlookers, nothing malicious has happened. In December 2025, npm revoked all classic tokens for improved security. Since we haven't had a release since July 2025, I didn't notice that our release pipeline was broken because it uses a now-revoked token. Pull request #4427 was opened to fix our release pipeline, and it took some time to get things right. Version 11.11.2 was published to npm after the PR was merged and we had a successful run of the new release workflow.

If you see two 11.11.2 releases on your GitHub feed circa June 2026, this was an accident by a maintainer. A 11.11.2 tag was created prematurely on GitHub and caused a run failure during the release pipeline since all work to bump the release had not been completed. There was no version 11.11.2 that was accidentally published to npm or the CDNs; therefore, the Git tag has been recreated to point to f273f007f85e2096de41c42bf40b870dcb5a5a05.


Parser Engine:

  • fix illegal handling at end of input code [Josh Goebel][]

New Grammars:

  • added 3rd party Aiken grammar to SUPPORTED_LANGUAGES [Josh Marchand][]
  • added 3rd party VoltScript grammar to SUPPORTED_LANGUAGES [Chester Moses][]
  • added 3rd party Gleam grammar to SUPPORTED_LANGUAGES [Filip Hoffmann][]
  • added 3rd party Magik grammar to SUPPORTED_LANGUAGES [Sebastiaan Speck][]
  • added 3rd party Prisma grammar to SUPPORTED_LANGUAGES [SungHyun Kim][]
  • added 3rd party Bicep grammar to SUPPORTED_LANGUAGES [Anthony Martin][]
  • added 3rd party L4 grammar to SUPPORTED_LANGUAGES [Thomas Gorissen][]
  • added 3rd party Abc Notation grammar to SUPPORTED_LANGUAGES [NriotHrreion][]

Core Grammars:

  • fix(cpp) exclude keywords from function calls [Eisenwave][]
  • enh(csp) add missing directives / keywords from MDN (7 more) [Max Liashuk][]
  • enh(ada) add new parallel keyword, allow [] for Ada 2022 [Max Reznik][]
  • fix(javascript) correctly highlight 'for await' again [wolfgang42][]
  • fix(diff) fix unified diff hunk header regex to allow unpaired numbers [Chris Wilson][]
  • enh(php) support single line and hash comments in attributes, constructor and functions [Antoine Musso][]
  • fix(ex) adds support for ?' char literal and missing defguardp keyword [Kevin Bloch][]
  • enh(json) add json5 support [Kerry Shetline][]
  • fix(csharp) Support digit separators [te-ing][]
  • fix(css) unicode-range parsing, issue #4253 [Kerry Shetline][]

Documentation:

  • update link to Odin grammar to maintained version [Marian Pekár][]
  • fix type highlight deprecated message [Brandon Dong][]
  • fixed typo and incorrect git command [SungHyun Kim][]
  • fix CONTRIBUTING.md broken badge link [SungHyun Kim][]
  • alphabetized languages + upper-cased BASIC in SUPPORTED_LANGUAGES.md [Adam Lui][]

... (truncated)

Changelog

Sourced from org.mvnpm:highlight.js's changelog.

Version 11.11.2

Parser Engine:

  • fix illegal handling at end of input code [Josh Goebel][]

New Grammars:

  • added 3rd party Aiken grammar to SUPPORTED_LANGUAGES [Josh Marchand][]
  • added 3rd party VoltScript grammar to SUPPORTED_LANGUAGES [Chester Moses][]
  • added 3rd party Gleam grammar to SUPPORTED_LANGUAGES [Filip Hoffmann][]
  • added 3rd party Magik grammar to SUPPORTED_LANGUAGES [Sebastiaan Speck][]
  • added 3rd party Prisma grammar to SUPPORTED_LANGUAGES [SungHyun Kim][]
  • added 3rd party Bicep grammar to SUPPORTED_LANGUAGES [Anthony Martin][]
  • added 3rd party L4 grammar to SUPPORTED_LANGUAGES [Thomas Gorissen][]
  • added 3rd party Abc Notation grammar to SUPPORTED_LANGUAGES [NriotHrreion][]

Core Grammars:

  • fix(cpp) exclude keywords from function calls [Eisenwave][]
  • enh(csp) add missing directives / keywords from MDN (7 more) [Max Liashuk][]
  • enh(ada) add new parallel keyword, allow [] for Ada 2022 [Max Reznik][]
  • fix(javascript) correctly highlight 'for await' again [wolfgang42][]
  • fix(diff) fix unified diff hunk header regex to allow unpaired numbers [Chris Wilson][]
  • enh(php) support single line and hash comments in attributes, constructor and functions [Antoine Musso][]
  • fix(ex) adds support for ?' char literal and missing defguardp keyword [Kevin Bloch][]
  • enh(json) add json5 support [Kerry Shetline][]
  • fix(csharp) Support digit separators [te-ing][]
  • fix(css) unicode-range parsing, issue #4253 [Kerry Shetline][]

Documentation:

  • update link to Odin grammar to maintained version [Marian Pekár][]
  • fix type highlight deprecated message [Brandon Dong][]
  • fixed typo and incorrect git command [SungHyun Kim][]
  • fix CONTRIBUTING.md broken badge link [SungHyun Kim][]
  • alphabetized languages + upper-cased BASIC in SUPPORTED_LANGUAGES.md [Adam Lui][]
  • deduplicate JSON from SUPPORTED_LANGUAGES [Lukasz Czajczyk][]

Themes:

  • Fix: cybertopia themes render correctly in shadow DOM [hbgl][]
  • added "vs Dark " theme [Twineee1][]

Themes:

  • Added Night Coder Ash theme [Ashkan Shirpour][]
  • Added Night Coder Charcoal theme [Ashkan Shirpour][]
  • Added Night Coder Ember theme [Ashkan Shirpour][]
  • Added Night Coder Flame theme [Ashkan Shirpour][]

... (truncated)

Commits

Updates io.quarkus.platform:quarkus-maven-plugin from 3.38.0 to 3.38.1

Commits
  • 066ddd2 [maven-release-plugin] prepare release 3.38.1
  • 8b8cd48 Merge pull request #2115 from quarkusio/quarkus-3.38.1
  • 70d5cbe Upgrade to Quarkus 3.38.1
  • bdb5332 Merge pull request #2106 from quarkusio/update-automation/3.38-quarkus-flow-0...
  • 639a5d7 Update Quarkus Flow to 0.15.1
  • 0827606 Merge pull request #2102 from quarkusio/update-automation/3.38-langchain4j-1....
  • f64f0fa Update LangChain4j to 1.12.2
  • 3a51e5f Merge pull request #2100 from gsmet/cxv-3.38-3.38
  • e8cb486 Update CXF to 3.38.0
  • aefada5 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates org.apache.maven:apache-maven from 3.9.11 to 3.9.16

Updates org.apache.maven.wrapper:maven-wrapper from 3.3.2 to 3.3.4

Release notes

Sourced from org.apache.maven.wrapper:maven-wrapper's releases.

3.3.4

🐛 Bug Fixes

👻 Maintenance

  • Ensure Path Traversal is fully addressed in MavenWrapperDownloader (#363) @​hazendaz

3.3.3

💥 Breaking changes

🚀 New features and improvements

  • Fix Maven wrapper support for snapshot distributions (#335) @​gnodet

🐛 Bug Fixes

📝 Documentation updates

👻 Maintenance

... (truncated)

Commits
  • 524486a [maven-release-plugin] prepare release maven-wrapper-3.3.4
  • 17c1ec9 Revert wrapper version removal (#365)
  • 366207f Ensure Path Traversal is fully addressed in MavenWrapperDownloader
  • 086b1c9 [maven-release-plugin] prepare for next development iteration
  • e2a0c81 [maven-release-plugin] prepare release maven-wrapper-3.3.3
  • 80952cd Clarify usage of MAVEN_USER_HOME
  • 08e7200 Remove wrapper lifecycle
  • 36886fa Support for snapshot distributions - fix (#352)
  • d02d845 Use invoker version from parent
  • af7671b Bump mavenVersion from 3.9.6 to 3.9.11 (#360)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the component-upgrades group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.38.0` | `3.38.1` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.38.0` | `3.38.1` |
| [org.mvnpm:highlight.js](https://github.com/highlightjs/highlight.js) | `11.11.1` | `11.11.2` |
| org.apache.maven:apache-maven | `3.9.11` | `3.9.16` |
| [org.apache.maven.wrapper:maven-wrapper](https://github.com/apache/maven-wrapper) | `3.3.2` | `3.3.4` |



Updates `io.quarkus.platform:quarkus-bom` from 3.38.0 to 3.38.1
- [Commits](quarkusio/quarkus-platform@3.38.0...3.38.1)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.38.0 to 3.38.1
- [Commits](quarkusio/quarkus-platform@3.38.0...3.38.1)

Updates `org.mvnpm:highlight.js` from 11.11.1 to 11.11.2
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/main/CHANGES.md)
- [Commits](highlightjs/highlight.js@11.11.1...11.11.2)

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.38.0 to 3.38.1
- [Commits](quarkusio/quarkus-platform@3.38.0...3.38.1)

Updates `org.apache.maven:apache-maven` from 3.9.11 to 3.9.16

Updates `org.apache.maven.wrapper:maven-wrapper` from 3.3.2 to 3.3.4
- [Release notes](https://github.com/apache/maven-wrapper/releases)
- [Commits](apache/maven-wrapper@maven-wrapper-3.3.2...maven-wrapper-3.3.4)

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.38.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: component-upgrades
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.38.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: component-upgrades
- dependency-name: org.mvnpm:highlight.js
  dependency-version: 11.11.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: component-upgrades
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.38.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: component-upgrades
- dependency-name: org.apache.maven:apache-maven
  dependency-version: 3.9.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: component-upgrades
- dependency-name: org.apache.maven.wrapper:maven-wrapper
  dependency-version: 3.3.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: component-upgrades
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 14, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 14, 2026 17:04
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Aug 14, 2026
@github-actions

Copy link
Copy Markdown

A preview of this PR is available at https://pr-86-resteasy-dev.surge.sh

@jamezp
jamezp merged commit b0ab28d into main Aug 18, 2026
1 check passed
@dependabot
dependabot Bot deleted the dependabot/maven/component-upgrades-d23563d18d branch August 18, 2026 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant