Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2025

Bumps the prod-deps group with 9 updates in the / directory:

Package From To
io.quarkus.platform:quarkus-bom 3.25.0 3.26.2
io.quarkus.platform:quarkus-maven-plugin 3.25.0 3.26.2
org.jetbrains.kotlin:kotlin-stdlib 2.2.0 2.2.10
org.jetbrains.kotlin:kotlin-maven-allopen 2.2.0 2.2.10
org.jetbrains.kotlin:kotlin-maven-plugin 2.2.0 2.2.10
org.assertj:assertj-core 3.27.3 3.27.4
org.apache.sshd:sshd-core 2.15.0 2.16.0
org.jreleaser:jreleaser-maven-plugin 1.19.0 1.20.0
org.codehaus.mojo:versions-maven-plugin 2.18.0 2.19.0

Updates io.quarkus.platform:quarkus-bom from 3.25.0 to 3.26.2

Commits
  • 2ac2a77 [maven-release-plugin] prepare release 3.26.2
  • 498b794 Upgrade to Blaze-Persistence 1.6.17 and re-enable tests
  • 9a9bf2d Merge pull request #1582 from gsmet/quarkus-3.26.2
  • 50e9f17 Bump Quarkus LangChai4j to 1.1.3
  • 771f90b Upgrade to Quarkus 3.26.2
  • 3ec4292 [maven-release-plugin] prepare for next development iteration
  • b7798cb [maven-release-plugin] prepare release 3.26.1
  • 9b93ff2 Merge pull request #1581 from gsmet/quarkus-3.26.1
  • 1da069d Upgrade to Quarkus 3.26.1
  • a941c87 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.25.0 to 3.26.2

Commits
  • 2ac2a77 [maven-release-plugin] prepare release 3.26.2
  • 498b794 Upgrade to Blaze-Persistence 1.6.17 and re-enable tests
  • 9a9bf2d Merge pull request #1582 from gsmet/quarkus-3.26.2
  • 50e9f17 Bump Quarkus LangChai4j to 1.1.3
  • 771f90b Upgrade to Quarkus 3.26.2
  • 3ec4292 [maven-release-plugin] prepare for next development iteration
  • b7798cb [maven-release-plugin] prepare release 3.26.1
  • 9b93ff2 Merge pull request #1581 from gsmet/quarkus-3.26.1
  • 1da069d Upgrade to Quarkus 3.26.1
  • a941c87 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-stdlib from 2.2.0 to 2.2.10

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.

Kotlin 2.2.10

Changelog

Compiler

  • KT-79276 Dexing fails with "Cannot read field X because is null" with 2.2.0
  • KT-79442 "Multiple annotations of type kotlin.coroutines.jvm.internal.DebugMetadata": 2.2.0-Beta1 generates broken code with JVM default suspend methods in interfaces
  • KT-78815 Symbol not found: __ZNSt3__117bad_function_callD1Ev error on iOS 15.5 simulator in Xcode 16.3 after update to 2.2.0-Beta2
  • KT-78501 K2: Missing [ABSTRACT_SUPER_CALL] diagnostics for delegated interface method leads to AssertionError: isCompiledToJvmDefault during IR lowering
  • KT-78479 IR lowering failed / Unexpected null argument for composable call
  • KT-76477 Kotlin/Native: fix compiler performance reporting in sources->klib and klibs->binary
  • KT-78736 Missing [NOT_YET_SUPPORTED_IN_INLINE] diagnostics because of incorrect context update
  • KT-77685 "IllegalArgumentException: Sequence contains more than one matching element"
  • KT-76365 K2: Missing ABSTRACT_SUPER_CALL
  • KT-78352 False-positive IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE when comparing with equality operator (==)

Compose compiler

  • KT-78479 Ensure that default transform affects functions entered through a call
  • KT-78490 Fix visibility for default wrappers of protected methods
  • b/408492167 Emit parameter names in Compose source information

JavaScript

  • KT-79050 KJS / IC: "Unexpected body of primary constructor for processing irClass"
  • KT-79089 KJS: Could not load reporter / Cannot find module 'mocha' when running jsNode tests

Native

  • KT-79075 Stuck on Kotlin_getSourceInfo_core_symbolication
  • KT-76178 LLVM Update: symbol '__ZnwmSt19__type_descriptor_t' missing

Native. Runtime. Memory

  • KT-78925 Crash SIGABRT on Apple Watch after updating Kotlin to 2.2.0

Tools. CLI

  • KT-77445 UNRESOLVED_REFERENCE when importing classes from kotlin-stdlib
  • KT-78263 java.lang.NoClassDefFoundError: Could not initialize class com.intellij.psi.impl.PsiSubstitutorImpl
  • KT-78318 Unresolved reference when compiling kotlin/JS project on fresh master

Tools. Compiler Plugins

  • KT-78490 "AssertionError: SyntheticAccessorLowering should not attempt to modify other files" when calling protected open composable with default argument
  • KT-78038 Make jvm-abi-gen compiler plugin output classloader-friendly

Tools. Gradle

  • KT-77023 Support creating KotlinJvmAndroidCompilation in KotlinBaseApiPlugin

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin:kotlin-stdlib's changelog.

2.2.10

Compiler

  • KT-79276 Dexing fails with "Cannot read field X because is null" with 2.2.0
  • KT-79442 "Multiple annotations of type kotlin.coroutines.jvm.internal.DebugMetadata": 2.2.0-Beta1 generates broken code with JVM default suspend methods in interfaces
  • KT-78815 Symbol not found: __ZNSt3__117bad_function_callD1Ev error on iOS 15.5 simulator in Xcode 16.3 after update to 2.2.0-Beta2
  • KT-78501 K2: Missing [ABSTRACT_SUPER_CALL] diagnostics for delegated interface method leads to AssertionError: isCompiledToJvmDefault during IR lowering
  • KT-78479 IR lowering failed / Unexpected null argument for composable call
  • KT-76477 Kotlin/Native: fix compiler performance reporting in sources->klib and klibs->binary
  • KT-78736 Missing [NOT_YET_SUPPORTED_IN_INLINE] diagnostics because of incorrect context update
  • KT-77685 "IllegalArgumentException: Sequence contains more than one matching element"
  • KT-76365 K2: Missing ABSTRACT_SUPER_CALL
  • KT-78352 False-positive IDENTITY_SENSITIVE_OPERATIONS_WITH_VALUE_TYPE when comparing with equality operator (==)

Compose compiler

  • KT-78479 Ensure that default transform affects functions entered through a call
  • KT-78490 Fix visibility for default wrappers of protected methods
  • b/408492167 Emit parameter names in Compose source information

JavaScript

  • KT-79050 KJS / IC: "Unexpected body of primary constructor for processing irClass"
  • KT-79089 KJS: Could not load reporter / Cannot find module 'mocha' when running jsNode tests

Native

  • KT-79075 Stuck on Kotlin_getSourceInfo_core_symbolication
  • KT-76178 LLVM Update: symbol '__ZnwmSt19__type_descriptor_t' missing

Native. Runtime. Memory

  • KT-78925 Crash SIGABRT on Apple Watch after updating Kotlin to 2.2.0

Tools. CLI

  • KT-77445 UNRESOLVED_REFERENCE when importing classes from kotlin-stdlib
  • KT-78263 java.lang.NoClassDefFoundError: Could not initialize class com.intellij.psi.impl.PsiSubstitutorImpl
  • KT-78318 Unresolved reference when compiling kotlin/JS project on fresh master

Tools. Compiler Plugins

  • KT-78490 "AssertionError: SyntheticAccessorLowering should not attempt to modify other files" when calling protected open composable with default argument
  • KT-78038 Make jvm-abi-gen compiler plugin output classloader-friendly

Tools. Gradle

  • KT-77023 Support creating KotlinJvmAndroidCompilation in KotlinBaseApiPlugin

... (truncated)

Commits
  • c448af1 Add ChangeLog for 2.2.10-RC2
  • 4925857 [JS] Upgrade NPM dependencies
  • 0e3327f [K/N] Use coreSymbolicationImageListType=all_loaded by default
  • 21231f5 [JVM] avoid unnecessary spills of some dead locals
  • 4297254 [gradle] Fix missing mocha reporter module
  • 95639d5 [JVM] Fix detection of $DefaultImpl bridges
  • 09a5926 FIR: allow to resolve some Java classes with @kotlin.Metadata
  • 4bf855d [K/JS] Fix incremental compilation for overridden external properties
  • 69050bd [K/N][llvm] Update LLVM build to incorporate the recent changes
  • accbf36 Add ChangeLog for 2.2.10-RC
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-allopen from 2.2.0 to 2.2.10

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.2.0 to 2.2.10

Updates org.assertj:assertj-core from 3.27.3 to 3.27.4

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.27.4

🚫 Deprecated

Core

  • Deprecate org.assertj.core.annotations.Beta in favor of org.assertj.core.annotation.Beta
  • Deprecate org.assertj.core.util.CanIgnoreReturnValue in favor of org.assertj.core.annotation.CanIgnoreReturnValue
  • Deprecate org.assertj.core.util.CheckReturnValue in favor of org.assertj.core.annotation.CheckReturnValue

🐛 Bug Fixes

Core

  • Fix thread-safety in AbstractDateAssert #3874

⚡ Improvements

  • Migrate to the Central Publisher Portal, enable snapshot publishing #3881

Core

  • Annotate fail methods with custom @Contract #3882

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​kelunik

Commits
  • 7a64cde [maven-release-plugin] prepare release assertj-build-3.27.4
  • feb5f6f Annotate fail methods with custom @Contract (#3882)
  • 43e8b65 Deprecate org.assertj.core.util.CheckReturnValue in favor of `org.assertj.c...
  • 1bf8cd6 Deprecate org.assertj.core.util.CanIgnoreReturnValue in favor of `org.asser...
  • 72d08b2 Deprecate org.assertj.core.annotations.Beta in favor of `org.assertj.core.a...
  • 475c2eb Polish
  • fdc9bc5 Skip tests during snapshot publishing
  • 8f4a1b5 Migrate to the Central Publisher Portal, enable snapshot publishing (#3881)
  • 7461b68 Fix thread-safety in AbstractDateAssert (#3874)
  • 015f095 Remove EOL Java 23
  • Additional commits viewable in compare view

Updates org.apache.sshd:sshd-core from 2.15.0 to 2.16.0

Release notes

Sourced from org.apache.sshd:sshd-core's releases.

Apache MINA SSHD 2.16.0

What's Changed

New Contributors

Full Changelog: apache/mina-sshd@sshd-2.15.0...sshd-2.16.0

Changelog

Sourced from org.apache.sshd:sshd-core's changelog.

Previous Versions

Latest Released Version

Planned for Next Version

Bug Fixes

  • GH-807 Handle "verified" flag for sk-* keys
  • GH-809 Fix server-side authentication for FIDO/U2F sk-* keys with flags in authorized_keys

New Features

Potential Compatibility Issues

Major Code Re-factoring

Commits
  • 445ef7e [maven-release-plugin] prepare release sshd-2.16.0
  • ebbfaf9 [releng] SCM tag for development versions
  • 2ec336a Fix javadoc warnings
  • 92eb158 Prepare documentation for a 2.16.0 release
  • 62e6b5c [releng] Bump version to 2.16.0-SNAPSHOT
  • 3fbc0a8 Bump grpc.version from 1.73.0 to 1.74.0 (#792)
  • 99246d6 Fix ClientChannelEvent.Timeout and ClientSessionEvent.TIMEOUT (#790)
  • 2868de8 Merge pull request #794 from kwin/bugfix/close-repo-in-pack-cmd
  • 6358be2 Close repository after usage in GitPackCommand
  • 67e2e4c Bump pmd.version from 7.15.0 to 7.16.0 (#788)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-allopen from 2.2.0 to 2.2.10

Updates io.quarkus.platform:quarkus-maven-plugin from 3.25.0 to 3.26.2

Commits
  • 2ac2a77 [maven-release-plugin] prepare release 3.26.2
  • 498b794 Upgrade to Blaze-Persistence 1.6.17 and re-enable tests
  • 9a9bf2d Merge pull request #1582 from gsmet/quarkus-3.26.2
  • 50e9f17 Bump Quarkus LangChai4j to 1.1.3
  • 771f90b Upgrade to Quarkus 3.26.2
  • 3ec4292 [maven-release-plugin] prepare for next development iteration
  • b7798cb [maven-release-plugin] prepare release 3.26.1
  • 9b93ff2 Merge pull request #1581 from gsmet/quarkus-3.26.1
  • 1da069d Upgrade to Quarkus 3.26.1
  • a941c87 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 2.2.0 to 2.2.10

Updates org.jreleaser:jreleaser-maven-plugin from 1.19.0 to 1.20.0

Release notes

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

Release v1.20.0

Binaries

https://github.com/jreleaser/jreleaser/wiki/Release-v1.20.0

Changelog

🚀 Features

assemble

  • 68c924e Add missing config flags to jpackage, closes #1912

core

  • 29bfe21 Log path to settings file, closes #1945
  • ac02ec7 Add a --deploy flag to config, closes #1946
  • b74c3f1 Location of settings file may be defined explicitly, closes #1945

extensions

  • 3046d3a Refine JBang extension support
  • a3d96cb Support JBang as extension loader and launcher, closes #1952

hooks

  • b3b95da Add explicit support for running hooks via JBang, closes #1955
  • bfccf24 Inject fully resolved model as template in hooks, closes #1937
  • d8fb5ee Add named groups to command and script hooks, closes #1947

packagers

  • b4be8f7 Allow packagers to skip publish step, closes #1936
  • 292ccc5 Add org.opencontainers.image.source label to Docker/Jib, closes #1933
  • 9da8d74 Stage distribution publication in a fixed directory, closes #1943
  • 6602c25 Let docker.cmd be configurable, closes #1941
  • d83def4 Let docker.entrypoint be configurable, closes #1934
  • bf7f829 Let docker registries be enabled/disabled for publishing, closes #1935

release

  • 61daa17 Associate milestone in gitlab release, closes #1932

tools

  • 028f229 Add a custom User-Agent when dowloading tools

🐛 Fixes

build

  • 2da4f55 Update GH token permissions on smoke-tests workflow
  • d2df5b8 Set CMD --help as default in docker templates, closes #1942

core

  • 2d51c2d Display configured path when it fails to be resolved, closes #1964

deploy

  • 0ff6c4d Assign auth interceptor, closes #1921
  • aed5a82 Nexus3 should collect deployable signatures, closes #1953

... (truncated)

Commits
  • 16e3b06 Releasing version 1.20.0
  • 0ff6c4d fix(deploy): Assign auth interceptor
  • c128f96 deps: Update jackson to 2.20.0
  • cdfd61a build: Update release announcements
  • 73f1396 deps: Update zstd-jni to 1.5.7-4
  • 29ea880 deps: Update jackson to 2.19.2
  • e048c80 deps: Update syft to 1.32.0
  • 123ca5c deps: Update spotbugs to 4.9.4
  • 7d3f965 deps: Update mockito to 5.19.0
  • e1c9698 deps: Update junit5 to 5.13.4
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:versions-maven-plugin from 2.18.0 to 2.19.0

Release notes

Sourced from org.codehaus.mojo:versions-maven-plugin's releases.

2.19.0

💥 Breaking changes

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

... (truncated)

Commits
  • b625a90 [maven-release-plugin] prepare release 2.19.0
  • ba67cf1 Bump actions/stale from 9 to 10
  • 28ac80d Remove manual default from docs for parameters
  • 0ce0fba Resolves #1227: revert working in case a non-standard "pom.xml" file name is ...
  • d547a03 Resolves #1255: set-property special case when the property has no value (#1261)
  • e99daf3 Resolves #1251: nextSnapshotIndexToIncrement should zero versions components ...
  • 7a05285 Bump org.codehaus.plexus:plexus-i18n from 1.0-beta-10 to 1.0.0 (#1260)
  • 7444785 Bump org.codehaus.plexus:plexus-archiver from 4.10.0 to 4.10.1
  • e3584a2 Bump byteBuddyVersion from 1.17.6 to 1.17.7
  • 129aad2 Bump org.codehaus.mojo:mojo-parent from 92 to 93
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 prod-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.25.0` | `3.26.2` |
| [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.25.0` | `3.26.2` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.2.10` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `2.2.0` | `2.2.10` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `2.2.0` | `2.2.10` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.3` | `3.27.4` |
| [org.apache.sshd:sshd-core](https://github.com/apache/mina-sshd) | `2.15.0` | `2.16.0` |
| [org.jreleaser:jreleaser-maven-plugin](https://github.com/jreleaser/jreleaser) | `1.19.0` | `1.20.0` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.18.0` | `2.19.0` |



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

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

Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.2.0 to 2.2.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.0...v2.2.10)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.2.0 to 2.2.10

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.0 to 2.2.10

Updates `org.assertj:assertj-core` from 3.27.3 to 3.27.4
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.3...assertj-build-3.27.4)

Updates `org.apache.sshd:sshd-core` from 2.15.0 to 2.16.0
- [Release notes](https://github.com/apache/mina-sshd/releases)
- [Changelog](https://github.com/apache/mina-sshd/blob/master/CHANGES.md)
- [Commits](apache/mina-sshd@sshd-2.15.0...sshd-2.16.0)

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.2.0 to 2.2.10

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

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.2.0 to 2.2.10

Updates `org.jreleaser:jreleaser-maven-plugin` from 1.19.0 to 1.20.0
- [Release notes](https://github.com/jreleaser/jreleaser/releases)
- [Changelog](https://github.com/jreleaser/jreleaser/blob/main/jreleaser.yml)
- [Commits](jreleaser/jreleaser@v1.19.0...v1.20.0)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.18.0 to 2.19.0
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@2.18.0...2.19.0)

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.apache.sshd:sshd-core
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.26.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.jreleaser:jreleaser-maven-plugin
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 5, 2025 15:04
@sonarqubecloud
Copy link

sonarqubecloud bot commented Sep 5, 2025

@martinvisser martinvisser merged commit 411158e into main Sep 5, 2025
3 checks passed
@martinvisser martinvisser deleted the dependabot/maven/prod-deps-9ea64f4868 branch September 5, 2025 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants