Skip to content

build(deps): bump the maven-dependencies group across 1 directory with 12 updates#709

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/backend/maven-dependencies-b8028335fe
Open

build(deps): bump the maven-dependencies group across 1 directory with 12 updates#709
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/backend/maven-dependencies-b8028335fe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the maven-dependencies group with 11 updates in the /backend directory:

Package From To
org.sonarsource.scanner.maven:sonar-maven-plugin 5.6.0.6792 5.7.0.6970
org.cyclonedx:cyclonedx-maven-plugin 2.9.1 2.9.2
org.jacoco:jacoco-maven-plugin 0.8.14 0.8.15
io.quarkus.platform:quarkus-bom 3.35.4 3.36.3
io.quarkus.platform:quarkus-langchain4j-bom 3.35.4 3.36.3
io.quarkus.platform:quarkus-maven-plugin 3.35.4 3.36.3
org.apache.maven.plugins:maven-surefire-plugin 3.5.5 3.5.6
org.apache.maven.plugins:maven-failsafe-plugin 3.5.5 3.5.6
org.instancio:instancio-junit 5.5.1 5.6.0
au.com.dius.pact.consumer:junit5 4.7.1 4.7.2
org.mustangproject:validator 2.23.0 2.24.0

Updates org.sonarsource.scanner.maven:sonar-maven-plugin from 5.6.0.6792 to 5.7.0.6970

Release notes

Sourced from org.sonarsource.scanner.maven:sonar-maven-plugin's releases.

5.7.0.6970

Release notes - Sonar Scanner for Maven - 5.7

Feature

SCANMAVEN-317 Support encryption of sonar.token, and other new secure properties SCANMAVEN-332 support modular-jar artifact type SCANMAVEN-341 Rework the support of encrypted properties

Maintenance

SCANMAVEN-370 Prepare next development iteration 5.7.0 SCANMAVEN-372 Configure Renovate for sonar-scanner-maven SCANMAVEN-373 SubmitReview: Use Vault token SCANMAVEN-374 Unpin internal GitHub actions SCANMAVEN-376 Use SonarSource/.../sonar-update-center-release@v1 instead of @​master SCANMAVEN-377 Update dependency org.assertj:assertj-core to v3.27.7 [SECURITY]

Commits
  • 9e114d7 SCANMAVEN-332 Support modular-jar (#402)
  • 7424fe5 SCANMAVEN-317 - Support encryption of sonar.token, and other new secure prope...
  • b8ff39f SCANMAVEN-341 Fix regex for encrypted property filtering for mvn4 and add tes...
  • b4c0b4a SCANMAVEN-377 Update dependency org.assertj:assertj-core to v3.27.7 [SECURITY...
  • cd19506 SCANMAVEN-372 Configure Renovate (#393)
  • 944f552 SCANMAVEN-376 Use SonarSource/.../sonar-update-center-release@v1 instead of @...
  • 2832b8a SCANMAVEN-374 Unpin internal GitHub actions (#396)
  • 81caeeb SCANMAVEN-373 SubmitReview: Use Vault token (#395)
  • c62dd74 SCANMAVEN-370 Prepare next development iteration 5.7.0 (#392)
  • See full diff in compare view

Updates org.cyclonedx:cyclonedx-maven-plugin from 2.9.1 to 2.9.2

Release notes

Sourced from org.cyclonedx:cyclonedx-maven-plugin's releases.

2.9.2

🚀 New features and improvements

  • chore: upgrade maven-dependency-analyzer/asm, support Java 25 (#630) @​shihyuho

📦 Dependency updates

🔧 Build

Commits
  • 0fe189d [maven-release-plugin] prepare release cyclonedx-maven-plugin-2.9.2
  • 96c218c update scm urls
  • 0fe08b4 Revert "Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.8.0"
  • 6779e48 Revert "Bump release-drafter/release-drafter from 6 to 7"
  • 955fead switch to Central Publishing Portal
  • 50dbac7 Bump release-drafter/release-drafter from 6 to 7
  • d50bc58 Bump org.apache.maven.plugins:maven-project-info-reports-plugin
  • 1034644 Bump plugin-tools.version from 3.15.0 to 3.15.2
  • 018ab8e Bump commons-codec:commons-codec from 1.17.1 to 1.22.0
  • e359705 Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.8.0
  • Additional commits viewable in compare view

Updates org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15

Release notes

Sourced from org.jacoco:jacoco-maven-plugin's releases.

0.8.15

New Features

  • JaCoCo now officially supports Java 26 (GitHub #2076).
  • Experimental support for Java 27 class files (GitHub #2004).
  • Compatibility methods generated by Kotlin compiler for functions defined in interfaces are filtered out during generation of report (GitHub #1905).
  • Compatibility methods generated by Kotlin compiler for exposed boxed inline value classes (JvmExposeBoxed annotation) are filtered out during generation of report (GitHub #1944).
  • Methods generated by the Kotlin compiler for functions with JvmStatic annotation are filtered out during generation of report (GitHub #2097).
  • Improved filtering of bytecode generated by Kotlin compiler for when expressions and statements with kotlin.String subject where first branch condition contains string with largest hash (GitHub #2098).
  • Part of bytecode that javac versions from 24 to 26 generate for switch statements and expressions with selector expression of type java.lang.String inside lambdas is filtered out during generation of report (GitHub #2023).
  • Improved performance of Kotlin files analysis by parsing SMAPs only once per class (GitHub #2114).
  • For better performance agent output methods tcpclient and tcpserver use BufferedOutputStream to write execution data to socket. Maven plugin, Ant tasks, CLI, API usage examples, and ExecDumpClient API use BufferedInputStream to read execution data from socket. Third-party integrations should do the same to benefit from this change in agent (GitHub #2089).

Fixed bugs

  • Fixed processing of Kotlin SMAP in synthetic classes (GitHub #1985).
  • Multiple JaCoCo runtimes within one JVM writing to the same output file should not cause data corruption when running on JDK versions from 6 to 10 affected by JDK-8166253 (GitHub #2065, #2074).
  • For better performance agent writes to output file via BufferedOutputStream, this fixes regression introduced in version 0.6.2 (GitHub #2073).
  • Fixed NullPointerException when JaCoCo agent is loaded by non system class loader, for example when loaded by JBoss Modules (GitHub #1651).

Non-functional Changes

  • JaCoCo now depends on ASM 9.10.1 (GitHub #2134).
Commits
  • 6c5260a Prepare release v0.8.15
  • 5c05141 Transfer of execution data through socket should use buffered stream (#2089)
  • ab5efa9 Remove from Azure Pipelines all builds except with JDK 5 and JDK EA (#2148)
  • 5f6ea38 Use Windows 2025 image in GitHub Actions (#2130)
  • 35a8af2 Use Renovate instead of Dependabot for updates of ASM (#2137)
  • 85b8ddf Upgrade ASM to 9.10.1 (#2134)
  • 2988647 AgentModule should use ClassLoader of agent instead of SystemClassLoader (#1651)
  • 75a4e31 Add filter for Kotlin @JvmExposeBoxed (#1944)
  • 691fa1d Use Renovate instead of Dependabot for updates of GitHub Actions (#2132)
  • 3e18f17 Require at least JDK 21 for build (#2128)
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-bom from 3.35.4 to 3.36.3

Commits
  • 0f0c115 [maven-release-plugin] prepare release 3.36.3
  • 4ee6c66 Merge pull request #2025 from gsmet/quarkus-3.36.3
  • 5ceadbb Upgrade to Quarkus 3.36.3
  • e939610 [maven-release-plugin] prepare for next development iteration
  • 17c4c5d [maven-release-plugin] prepare release 3.36.2
  • a4ed623 Merge pull request #2011 from gsmet/quarkus-3.36.2
  • b03b986 Upgrade to Quarkus 3.36.2
  • 8e9d652 Merge pull request #2009 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • 4699bda Update Quarkus Flow to 0.10.2
  • 9e7fde3 Merge pull request #1993 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-langchain4j-bom from 3.35.4 to 3.36.3

Commits
  • 0f0c115 [maven-release-plugin] prepare release 3.36.3
  • 4ee6c66 Merge pull request #2025 from gsmet/quarkus-3.36.3
  • 5ceadbb Upgrade to Quarkus 3.36.3
  • e939610 [maven-release-plugin] prepare for next development iteration
  • 17c4c5d [maven-release-plugin] prepare release 3.36.2
  • a4ed623 Merge pull request #2011 from gsmet/quarkus-3.36.2
  • b03b986 Upgrade to Quarkus 3.36.2
  • 8e9d652 Merge pull request #2009 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • 4699bda Update Quarkus Flow to 0.10.2
  • 9e7fde3 Merge pull request #1993 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.35.4 to 3.36.3

Commits
  • 0f0c115 [maven-release-plugin] prepare release 3.36.3
  • 4ee6c66 Merge pull request #2025 from gsmet/quarkus-3.36.3
  • 5ceadbb Upgrade to Quarkus 3.36.3
  • e939610 [maven-release-plugin] prepare for next development iteration
  • 17c4c5d [maven-release-plugin] prepare release 3.36.2
  • a4ed623 Merge pull request #2011 from gsmet/quarkus-3.36.2
  • b03b986 Upgrade to Quarkus 3.36.2
  • 8e9d652 Merge pull request #2009 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • 4699bda Update Quarkus Flow to 0.10.2
  • 9e7fde3 Merge pull request #1993 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-langchain4j-bom from 3.35.4 to 3.36.3

Commits
  • 0f0c115 [maven-release-plugin] prepare release 3.36.3
  • 4ee6c66 Merge pull request #2025 from gsmet/quarkus-3.36.3
  • 5ceadbb Upgrade to Quarkus 3.36.3
  • e939610 [maven-release-plugin] prepare for next development iteration
  • 17c4c5d [maven-release-plugin] prepare release 3.36.2
  • a4ed623 Merge pull request #2011 from gsmet/quarkus-3.36.2
  • b03b986 Upgrade to Quarkus 3.36.2
  • 8e9d652 Merge pull request #2009 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • 4699bda Update Quarkus Flow to 0.10.2
  • 9e7fde3 Merge pull request #1993 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.35.4 to 3.36.3

Commits
  • 0f0c115 [maven-release-plugin] prepare release 3.36.3
  • 4ee6c66 Merge pull request #2025 from gsmet/quarkus-3.36.3
  • 5ceadbb Upgrade to Quarkus 3.36.3
  • e939610 [maven-release-plugin] prepare for next development iteration
  • 17c4c5d [maven-release-plugin] prepare release 3.36.2
  • a4ed623 Merge pull request #2011 from gsmet/quarkus-3.36.2
  • b03b986 Upgrade to Quarkus 3.36.2
  • 8e9d652 Merge pull request #2009 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • 4699bda Update Quarkus Flow to 0.10.2
  • 9e7fde3 Merge pull request #1993 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.5 to 3.5.6

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.6

🚀 New features and improvements

  • Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302) @​olamy

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 25ea054 [maven-release-plugin] prepare release surefire-3.5.6
  • e5f374c Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3
  • dadd55b Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...
  • 39dd250 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • 2774273 Ensure that the statistics filename is calculated only once. (#3326) (#3327)
  • 0d5df8a 3.5.x/bug/cherry pick embedded mode its (#3328)
  • 04ad9a2 Use surefire 3.5.5 by project itself for testing
  • 37e8f69 Add flakes attribute to use in testsuite report (#3306) (#3308)
  • a970fef Introduce reportTestTimestamp option and include timestamp for test sets and ...
  • e838393 deploy 3.5.x branch to nexus
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.5.5 to 3.5.6

Release notes

Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.

3.5.6

🚀 New features and improvements

  • Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302) @​olamy

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 25ea054 [maven-release-plugin] prepare release surefire-3.5.6
  • e5f374c Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3
  • dadd55b Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...
  • 39dd250 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • 2774273 Ensure that the statistics filename is calculated only once. (#3326) (#3327)
  • 0d5df8a 3.5.x/bug/cherry pick embedded mode its (#3328)
  • 04ad9a2 Use surefire 3.5.5 by project itself for testing
  • 37e8f69 Add flakes attribute to use in testsuite report (#3306) (#3308)
  • a970fef Introduce reportTestTimestamp option and include timestamp for test sets and ...
  • e838393 deploy 3.5.x branch to nexus
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.5.5 to 3.5.6

Release notes

Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases.

3.5.6

🚀 New features and improvements

  • Introduce reportTestTimestamp option and include timestamp for test sets and test cases (#3261) (#3302) @​olamy

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 25ea054 [maven-release-plugin] prepare release surefire-3.5.6
  • e5f374c Bump org.fusesource.jansi:jansi from 2.4.2 to 2.4.3
  • dadd55b Issue #2613 Debugging failsafe tests: Message 'Listening for transport dt_soc...
  • 39dd250 Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • 2774273 Ensure that the statistics filename is calculated only once. (#3326) (#3327)
  • 0d5df8a 3.5.x/bug/cherry pick embedded mode its (#3328)
  • 04ad9a2 Use surefire 3.5.5 by project itself for testing
  • 37e8f69 Add flakes attribute to use in testsuite report (#3306) (#3308)
  • a970fef Introduce reportTestTimestamp option and include timestamp for test sets and ...
  • e838393 deploy 3.5.x branch to nexus
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-amazon-services-bom from 3.35.4 to 3.36.3

Commits
  • 0f0c115 [maven-release-plugin] prepare release 3.36.3
  • 4ee6c66 Merge pull request #2025 from gsmet/quarkus-3.36.3
  • 5ceadbb Upgrade to Quarkus 3.36.3
  • e939610 [maven-release-plugin] prepare for next development iteration
  • 17c4c5d [maven-release-plugin] prepare release 3.36.2
  • a4ed623 Merge pull request #2011 from gsmet/quarkus-3.36.2
  • b03b986 Upgrade to Quarkus 3.36.2
  • 8e9d652 Merge pull request #2009 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • 4699bda Update Quarkus Flow to 0.10.2
  • 9e7fde3 Merge pull request #1993 from quarkusio/update-automation/3.36-quarkus-flow-0...
  • Additional commits viewable in compare view

Updates org.instancio:instancio-junit from 5.5.1 to 5.6.0

Release notes

Sourced from org.instancio:instancio-junit's releases.

5.6.0

What's Changed

  • Various deprecations have been added to ease migration to the upcoming 6.0.0 release.
  • Bug fix for annotation deduplication in Kotlin.

Full Changelog: instancio/instancio@instancio-parent-5.5.1...instancio-parent-5.6.0

Commits
  • e159461 [maven-release-plugin] prepare release instancio-parent-5.6.0
  • 96bdf25 Updated pom.xml scm
  • 78be9bd Add relocation of old instancio module
  • 4b09b01 Cleanup: remove unused import
  • f932f92 Bug fix: ReflectionUtils.collectionAnnotations should deduplicate annotations...
  • 7efe038 Deprecate InstancioSource annotation and Keys.INSTANCIO_SOURCE_SAMPLES
  • fbb54c2 Deprecate array length APIs in favour of size
  • 32dc751 Set version to 5.6.0-SNAPSHOT
  • 85368c3 Deprecate TypeResolver.getSubtype(Class) in favour of `TypeResolver.getSubt...
  • be518ce Deprecate Keys.ofType(Class\<T> keyType) in favour of `Keys.ofType(Class<T> ...
  • Additional commits viewable in compare view

Updates au.com.dius.pact.consumer:junit5 from 4.7.1 to 4.7.2

Release notes

Sourced from au.com.dius.pact.consumer:junit5's releases.

4.7.2

Maintenance Release

  • 33a4e60f3 - chore: fix jreleaser config for Maven Central deployment
  • ae628629d - chore: fix release script
  • 05df59967 - chore: fix jrelease
  • 07cadd67c - Fix deprecated GitHub Actions versions in compatibility-suite workflow
  • a796b1c64 - fix: update deprecated GitHub Actions versions in gradle.yml
  • a1ebba007 - chore: Remove 4.1.x from the supported versions
  • 2926d7ff1 - chore: add pact-jvm user agent (JP-Ellis)
  • 34848ae9f - fix: include insecureTLS in options map so PactReader honours it when loading pacts (#1917)
  • a5ea6c627 - chore: update Pact plugin driver to version supporting initial V2 plugins
  • f3aec4517 - chore: buffer JSON reader source
  • 373756a30 - chore: optimize JSON parser object key parsing
  • 3021c0e2a - chore: add JMH benchmarks for JSON parser
  • 31d29cd86 - preformance(v2-engine): Make DocPath expr field lazy so it is not calculated in the constructor
  • 127e22d83 - chore(matchers): Add JMH benchmark harness for the V2 matching engine
  • 69148857f - chore: Fix static code violations
  • 42d6d76cf - feat(v2-engine): Add multipart/form-data support to V2 matching engine
  • e2ef70fe0 - fix(v2-engine): Port 4 V2 engine fixes from pact-reference Rust
  • 5a5a4b33e - chore: Port V2 engine changes from Pact Rust
  • 75b6fcc75 - fix(v2-engine): Fix regression where TypeMatcher at root level was incorrectly applied to text body
  • ca2b86ee7 - fix(v2-engine): Fix remaining 7 XML spec test failures in V2 matching engine
  • e1f2dbcab - fix(v2-engine): Fix spec test failures when running with the V2 matching engine
  • 41bfe8350 - chore: Correct the spec tests to use a header that supports CSV form
  • 92e5daa29 - chore: Update the CI pipeline to also run branches
  • 5f9073cc2 - feat: Implement V2 matching engine for responses
  • c94006517 - chore: cleanup imports #1913
  • 19f75f502 - fix: support HttpRequest in no-pacts dummy template (phil.hardwick)
  • 9d59ad591 - chore(v2-engine): Only split headers where it is known that it is safe to do
  • 0f9d53867 - chore(v2-matching-engine): Implement header:normalize-commas to make it consistent with the Rust V2 engine
  • 2e72e5b83 - chore: Correct Gradle plugin jreleaser.yml
Changelog

Sourced from au.com.dius.pact.consumer:junit5's changelog.

4.7.2 - Maintenance Release

  • 33a4e60f3 - chore: fix jreleaser config for Maven Central deployment (Ronald Holshausen, Fri Jun 19 13:31:02 2026 +1000)
  • ae628629d - chore: fix release script (Ronald Holshausen, Fri Jun 19 12:53:15 2026 +1000)
  • 05df59967 - chore: fix jrelease (Ronald Holshausen, Fri Jun 19 11:57:23 2026 +1000)
  • 07cadd67c - Fix deprecated GitHub Actions versions in compatibility-suite workflow (copilot-swe-agent[bot], Fri Jun 19 00:44:23 2026 +0000)
  • d32ab0b2a - Merge pull request #1920 from pact-foundation/copilot/fix-latest-jdk-failure (Ronald Holshausen, Fri Jun 19 10:35:50 2026 +1000)
  • a796b1c64 - fix: update deprecated GitHub Actions versions in gradle.yml (copilot-swe-agent[bot], Fri Jun 19 00:20:56 2026 +0000)
  • a2bf74ffc - Initial plan (copilot-swe-agent[bot], Fri Jun 19 00:19:24 2026 +0000)
  • a1ebba007 - chore: Remove 4.1.x from the supported versions (Ronald Holshausen, Fri Jun 19 10:08:07 2026 +1000)
  • 2926d7ff1 - chore: add pact-jvm user agent (JP-Ellis, Thu Jun 18 08:53:52 2026 +1000)
  • 34848ae9f - fix: include insecureTLS in options map so PactReader honours it when loading pacts (#1917) (Ronald Holshausen, Fri Jun 12 10:13:44 2026 +1000)
  • a5ea6c627 - chore: update Pact plugin driver to version supporting initial V2 plugins (Ronald Holshausen, Fri May 29 13:33:17 2026 +1000)
  • c7961c712 - Merge pull request #1914 from pact-foundation/v2-engine-perf (Ronald Holshausen, Wed May 20 14:01:55 2026 +1000)
  • f3aec4517 - chore: buffer JSON reader source (Ronald Holshausen, Wed May 20 10:51:22 2026 +1000)
  • 373756a30 - chore: optimize JSON parser object key parsing (Ronald Holshausen, Wed May 20 10:26:55 2026 +1000)
  • 3021c0e2a - chore: add JMH benchmarks for JSON parser (Ronald Holshausen, Wed May 20 10:09:17 2026 +1000)
  • 31d29cd86 - preformance(v2-engine): Make DocPath expr field lazy so it is not calculated in the constructor (Ronald Holshausen, Tue May 19 16:33:45 2026 +1000)
  • 127e22d83 - chore(matchers): Add JMH benchmark harness for the V2 matching engine (Ronald Holshausen, Tue May 19 12:57:01 2026 +1000)
  • 69148857f - chore: Fix static code violations (Ronald Holshausen, Tue May 19 09:17:56 2026 +1000)
  • 42d6d76cf - feat(v2-engine): Add multipart/form-data support to V2 matching engine (Ronald Holshausen, Mon May 18 17:44:59 2026 +1000)
  • e2ef70fe0 - fix(v2-engine): Port 4 V2 engine fixes from pact-reference Rust (Ronald Holshausen, Mon May 18 16:17:16 2026 +1000)
  • 5a5a4b33e - chore: Port V2 engine changes from Pact Rust (Ronald Holshausen, Mon May 18 14:57:53 2026 +1000)
  • 75b6fcc75 - fix(v2-engine): Fix regression where TypeMatcher at root level was incorrectly applied to text body (Ronald Holshausen, Mon May 18 12:56:08 2026 +1000)
  • ca2b86ee7 - fix(v2-engine): Fix remaining 7 XML spec test failures in V2 matching engine (Ronald Holshausen, Mon May 18 12:05:39 2026 +1000)
  • e1f2dbcab - fix(v2-engine): Fix spec test failures when running with the V2 matching engine (Ronald Holshausen, Mon May 18 11:22:18 2026 +1000)
  • 41bfe8350 - chore: Correct the spec tests to use a header that supports CSV form (Ronald Holshausen, Mon May 18 10:00:34 2026 +1000)
  • 92e5daa29 - chore: Update the CI pipeline to also run branches (Ronald Holshausen, Mon May 18 09:26:52 2026 +1000)
  • 5f9073cc2 - feat: Implement V2 matching engine for responses (Ronald Holshausen, Tue Apr 21 15:20:52 2026 +1000)
  • abab9608f - Merge pull request #1913 from PhilHardwick/fix/no-pacts-http-request-resolver (Ronald Holshausen, Mon May 18 09:40:53 2026 +1000)
  • c94006517 - chore: cleanup imports

…h 12 updates

Bumps the maven-dependencies group with 11 updates in the /backend directory:

| Package | From | To |
| --- | --- | --- |
| [org.sonarsource.scanner.maven:sonar-maven-plugin](https://github.com/SonarSource/sonar-scanner-maven) | `5.6.0.6792` | `5.7.0.6970` |
| [org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin) | `2.9.1` | `2.9.2` |
| [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.14` | `0.8.15` |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.35.4` | `3.36.3` |
| [io.quarkus.platform:quarkus-langchain4j-bom](https://github.com/quarkusio/quarkus-platform) | `3.35.4` | `3.36.3` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.35.4` | `3.36.3` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.5.5` | `3.5.6` |
| [org.instancio:instancio-junit](https://github.com/instancio/instancio) | `5.5.1` | `5.6.0` |
| [au.com.dius.pact.consumer:junit5](https://github.com/pact-foundation/pact-jvm) | `4.7.1` | `4.7.2` |
| org.mustangproject:validator | `2.23.0` | `2.24.0` |



Updates `org.sonarsource.scanner.maven:sonar-maven-plugin` from 5.6.0.6792 to 5.7.0.6970
- [Release notes](https://github.com/SonarSource/sonar-scanner-maven/releases)
- [Commits](SonarSource/sonar-scanner-maven@5.6.0.6792...5.7.0.6970)

Updates `org.cyclonedx:cyclonedx-maven-plugin` from 2.9.1 to 2.9.2
- [Release notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
- [Commits](CycloneDX/cyclonedx-maven-plugin@cyclonedx-maven-plugin-2.9.1...cyclonedx-maven-plugin-2.9.2)

Updates `org.jacoco:jacoco-maven-plugin` from 0.8.14 to 0.8.15
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.14...v0.8.15)

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

Updates `io.quarkus.platform:quarkus-langchain4j-bom` from 3.35.4 to 3.36.3
- [Commits](quarkusio/quarkus-platform@3.35.4...3.36.3)

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

Updates `io.quarkus.platform:quarkus-langchain4j-bom` from 3.35.4 to 3.36.3
- [Commits](quarkusio/quarkus-platform@3.35.4...3.36.3)

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

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6)

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.5.5 to 3.5.6
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.5...surefire-3.5.6)

Updates `io.quarkus.platform:quarkus-amazon-services-bom` from 3.35.4 to 3.36.3
- [Commits](quarkusio/quarkus-platform@3.35.4...3.36.3)

Updates `org.instancio:instancio-junit` from 5.5.1 to 5.6.0
- [Release notes](https://github.com/instancio/instancio/releases)
- [Commits](instancio/instancio@instancio-parent-5.5.1...instancio-parent-5.6.0)

Updates `au.com.dius.pact.consumer:junit5` from 4.7.1 to 4.7.2
- [Release notes](https://github.com/pact-foundation/pact-jvm/releases)
- [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pact-foundation/pact-jvm/commits)

Updates `org.mustangproject:validator` from 2.23.0 to 2.24.0

---
updated-dependencies:
- dependency-name: org.sonarsource.scanner.maven:sonar-maven-plugin
  dependency-version: 5.7.0.6970
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.cyclonedx:cyclonedx-maven-plugin
  dependency-version: 2.9.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-version: 0.8.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.36.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.quarkus.platform:quarkus-langchain4j-bom
  dependency-version: 3.36.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.36.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.quarkus.platform:quarkus-langchain4j-bom
  dependency-version: 3.36.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.36.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-version: 3.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-version: 3.5.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: io.quarkus.platform:quarkus-amazon-services-bom
  dependency-version: 3.36.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: org.instancio:instancio-junit
  dependency-version: 5.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: au.com.dius.pact.consumer:junit5
  dependency-version: 4.7.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: org.mustangproject:validator
  dependency-version: 2.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
...

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 Jun 22, 2026
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.

0 participants