Skip to content

Bump quarkus.platform.version from 3.38.3 to 3.39.1 - #2989

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/quarkus.platform.version-3.39.1
Open

Bump quarkus.platform.version from 3.38.3 to 3.39.1#2989
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/quarkus.platform.version-3.39.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 5, 2026

Copy link
Copy Markdown
Contributor

Bumps quarkus.platform.version from 3.38.3 to 3.39.1.
Updates io.quarkus.platform:quarkus-bom from 3.38.3 to 3.39.1

Commits
  • 77e4498 [maven-release-plugin] prepare release 3.39.1
  • 225cd01 Merge pull request #2150 from quarkusio/quarkus-3.39.1
  • 2a77d8f Upgrade to Quarkus 3.39.1
  • 2a6e81a Merge pull request #2145 from JiriOndrusek/cq3.39.0
  • e831a8b Upgrade to Camel Quarkus 3.39.0
  • 64ef354 Merge pull request #2143 from quarkusio/update-automation/main-cxf-3.39.1
  • 89c6896 Update CXF to 3.39.1
  • 6088b7c Merge pull request #2142 from gsmet/notify-qpid
  • 36a282a Notify Robbie for QPid JMS pull requests
  • 5760da1 Merge pull request #2136 from gemmellr/update-quarkus-qpid-jms-2.13.0
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.38.3 to 3.39.1

Commits
  • 77e4498 [maven-release-plugin] prepare release 3.39.1
  • 225cd01 Merge pull request #2150 from quarkusio/quarkus-3.39.1
  • 2a77d8f Upgrade to Quarkus 3.39.1
  • 2a6e81a Merge pull request #2145 from JiriOndrusek/cq3.39.0
  • e831a8b Upgrade to Camel Quarkus 3.39.0
  • 64ef354 Merge pull request #2143 from quarkusio/update-automation/main-cxf-3.39.1
  • 89c6896 Update CXF to 3.39.1
  • 6088b7c Merge pull request #2142 from gsmet/notify-qpid
  • 36a282a Notify Robbie for QPid JMS pull requests
  • 5760da1 Merge pull request #2136 from gemmellr/update-quarkus-qpid-jms-2.13.0
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `quarkus.platform.version` from 3.38.3 to 3.39.1.

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

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

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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 Sep 5, 2026
@quarkus-bot

quarkus-bot Bot commented Sep 5, 2026

Copy link
Copy Markdown

Status for workflow Build

This is the status report for running Build on commit 46957d9.

Failing Jobs

Status Name Step Failures Logs Raw logs
Build Build with Maven Failures Logs Raw logs

Failures

⚙️ Build #

- Failing: Root module 

📦 Root module

Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.39.1:build (default-build) on project quarkus-website: Failed to build quarkus application

@gsmet

gsmet commented Sep 7, 2026

Copy link
Copy Markdown
Member

@holly-cummins

2026-09-05T01:55:12.2213167Z [ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.39.1:build (default-build) on project quarkus-website: Failed to build quarkus application: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
2026-09-05T01:55:12.2222861Z [ERROR] 	[error]: Build step io.quarkus.qute.deployment.QuteProcessor#analyzeTemplates threw an exception: io.quarkus.qute.TemplateException: Parser error in template [roq-templates/content/guides/guides.html:4]: unexpected non-text buffer at the end of the template - unexpected state [CDATA]: }
2026-09-05T01:55:12.2224850Z [ERROR] {/markdown}
2026-09-05T01:55:12.2225188Z [ERROR] {/fragment}
2026-09-05T01:55:12.2225511Z [ERROR] {/include}
2026-09-05T01:55:12.2226273Z [ERROR] 	at io.quarkus.qute.TemplateException$Builder.build(TemplateException.java:173)
2026-09-05T01:55:12.2249402Z [ERROR] 	at io.quarkus.qute.Parser.parse(Parser.java:200)
2026-09-05T01:55:12.2250337Z [ERROR] 	at io.quarkus.qute.EngineImpl.load(EngineImpl.java:222)
2026-09-05T01:55:12.2252002Z [ERROR] 	at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1724)
2026-09-05T01:55:12.2253113Z [ERROR] 	at io.quarkus.qute.EngineImpl.getTemplate(EngineImpl.java:131)
2026-09-05T01:55:12.2254137Z [ERROR] 	at io.quarkus.qute.deployment.QuteProcessor.analyzeTemplates(QuteProcessor.java:830)
2026-09-05T01:55:12.2255458Z [ERROR] 	at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:735)
2026-09-05T01:55:12.2256545Z [ERROR] 	at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:811)
2026-09-05T01:55:12.2257407Z [ERROR] 	at io.quarkus.builder.BuildContext.run(BuildContext.java:242)
2026-09-05T01:55:12.2258260Z [ERROR] 	at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
2026-09-05T01:55:12.2259335Z [ERROR] 	at org.jboss.threads.EnhancedQueueExecutor$Task.doRunWith(EnhancedQueueExecutor.java:2651)
2026-09-05T01:55:12.2260666Z [ERROR] 	at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2630)
2026-09-05T01:55:12.2262416Z [ERROR] 	at org.jboss.threads.EnhancedQueueExecutor.runThreadBody(EnhancedQueueExecutor.java:1622)
2026-09-05T01:55:12.2263693Z [ERROR] 	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1589)
2026-09-05T01:55:12.2264680Z [ERROR] 	at java.base/java.lang.Thread.run(Thread.java:1474)
2026-09-05T01:55:12.2265412Z [ERROR] 	at org.jboss.threads.JBossThread.run(JBossThread.java:501)
2026-09-05T01:55:12.2265987Z [ERROR] -> [Help 1]

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