Skip to content

Bump the backend-prod group across 2 directories with 8 updates#887

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/backend-prod-c838431ea3
Closed

Bump the backend-prod group across 2 directories with 8 updates#887
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/backend-prod-c838431ea3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2025

Copy link
Copy Markdown
Contributor

Bumps the backend-prod group with 8 updates in the / directory:

Package From To
com.nimbusds:oauth2-oidc-sdk 11.24 11.25
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.18.3 2.19.0
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.18.3 2.19.0
com.yubico:webauthn-server-core 2.6.0 2.7.0
com.fasterxml.jackson.core:jackson-databind 2.18.3 2.19.0
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.8 2.8.9
io.github.git-commit-id:git-commit-id-maven-plugin 9.0.1 9.0.2
org.codehaus.mojo:exec-maven-plugin 3.5.0 3.5.1

Bumps the backend-prod group with 7 updates in the /myconext-server directory:

Package From To
com.nimbusds:oauth2-oidc-sdk 11.24 11.25
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.18.3 2.19.0
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.18.3 2.19.0
com.yubico:webauthn-server-core 2.6.0 2.7.0
com.fasterxml.jackson.core:jackson-databind 2.18.3 2.19.0
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.8 2.8.9
io.github.git-commit-id:git-commit-id-maven-plugin 9.0.1 9.0.2

Updates com.nimbusds:oauth2-oidc-sdk from 11.24 to 11.25

Changelog

Sourced from com.nimbusds:oauth2-oidc-sdk's changelog.

version 1.0 (2012-05-29) * First official release with authorisation endpoint, token endpoint, check ID endpoint and UserInfo endpoint support. * JSON Web Tokens (JWTs) support through the Nimbus-JWT library. * Language Tags (RFC 5646) support through the Nimbus-LangTag library. * JSON support through the JSON Smart library.

version 2.0 (2013-05-13) * Intermediary development release with Maven build, published to Maven Central.

version 2.1 (2013-06-06) * Updates the APIs to OpenID Connect Messages draft 20, OpenID Connect Standard draft 21, OpenID Connect Discovery draft 17 and OpenID Connect Registration draft 19. * Major refactoring of the APIs for greater simplicity. * Adds JUnit tests.

version 2.2 (2013-06-18) * Refactors dynamic OpenID Connect client registration. * Adds partial support of the OAuth 2.0 Dynamic Client Registration Protocol (draft-ietf-oauth-dyn-reg-12). * Optimises parsing of request parameters consisting of one or more tokens (scope, response type, etc).

version 2.3 (2013-06-19) * Renames OAuth 2.0 dynamic client registration package. * Adds ClientInformation.getClientMetadata() method. * Adds OIDCClientInformation class.

version 2.4 (2013-06-20) * Adds static OIDCClientInformation.parse(JSONObject) method.

version 2.5 (2013-06-22) * Adds support OAuth 2.0 dynamic client update. * Adds OpenID Connect dynamic client registration classes.

version 2.6 (2013-06-25) * Enforces order of preference of ACR values in OpenID Connect client metadata, as required by the specification. * Documentation and performance improvements.

version 2.7 (2013-06-26) * Switches Identifier generation to java.security.SecureRandom.

version 2.8 (2013-06-30) * Fixes serialisation and assignment bugs in ClientMetadata. * Switches Secret generation to java.security.SecureRandom.

version 2.9 (2013-09-17)

... (truncated)

Commits
  • 205c2fa [maven-release-plugin] prepare for next development iteration
  • 469da65 Refactors and exposes AccessTokenParseUtils as public class
  • 5f67481 [maven-release-plugin] prepare release 11.25
  • See full diff in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.3 to 2.19.0

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.3 to 2.19.0

Updates com.yubico:webauthn-server-core from 2.6.0 to 2.7.0

Release notes

Sourced from com.yubico:webauthn-server-core's releases.

Version 2.7.0

New features:

  • Added overloaded setter RelyingPartyBuilder.origins(Optional<Set<String>>).
  • Added support for the CTAP2 credProtect extension.
  • Added support for the prf extension.
  • (Experimental) Added option FinishRegistrationOptions.isConditionalCreate to allow UP=0 in registration response for registration ceremonies with mediation: "conditional".
    • NOTE: Experimental features may receive breaking changes without a major version increase.

Fixes:

  • Excluded CVE-2025-27820 vulnerable versions of Apache httpclient5 from dependency resolution. Note that this might only affect consumers using Gradle module metadata.

Artifacts built with openjdk version "17.0.15" 2025-04-15.

Pre-release 2.7.0-RC3

Fixes:

  • Excluded CVE-2025-27820 vulnerable versions of Apache httpclient5 from dependency resolution. Note that this might only affect consumers using Gradle module metadata.

Artifacts built with openjdk version "17.0.15" 2025-04-15.

Pre-release 2.7.0-RC2

Fixes:

  • Fixed JSON encoding of credProtect extension inputs.

Artifacts built with openjdk version "17.0.14" 2025-01-21.

Pre-release 2.7.0-RC1

Changes since 2.7.0-alpha1

Breaking changes:

  • Removed the suite of experimental interfaces related with CredentialRepositoryV2. These will be postponed to minor release 2.8 instead.
  • Removed property RegisteredCredential.transports.

Changes since 2.6.0

New features:

  • Added overloaded setter RelyingPartyBuilder.origins(Optional<Set<String>>).
  • Added support for the CTAP2 credProtect extension.
  • Added support for the prf extension.
  • (Experimental) Added option FinishRegistrationOptions.isConditionalCreate to allow UP=0 in registration response for registration ceremonies with mediation: "conditional".
    • NOTE: Experimental features may receive breaking changes without a major version increase.

Artifacts built with openjdk version "17.0.14" 2025-01-21.

... (truncated)

Changelog

Sourced from com.yubico:webauthn-server-core's changelog.

== Version 2.7.0 ==

New features:

  • Added overloaded setter RelyingPartyBuilder.origins(Optional<Set<String>>).
  • Added support for the CTAP2 credProtect extension.
  • Added support for the prf extension.
  • (Experimental) Added option FinishRegistrationOptions.isConditionalCreate to allow UP=0 in registration response for registration ceremonies with mediation: "conditional". ** NOTE: Experimental features may receive breaking changes without a major version increase.

Fixes:

  • Excluded CVE-2025-27820 vulnerable versions of Apache httpclient5 from dependency resolution. Note that this might only affect consumers using Gradle module metadata.
Commits
  • 703179a Release 2.7.0
  • 7ca8cff Exclude CVE-2025-27820 versions of httpclient5 from dependency resolution
  • e595663 Add section heading to 2.7.0 changes
  • 0ae9fb1 Fix JSON encoding of credProtect extension inputs
  • 37010ca Reorder getCredProps methods together in RegistrationExtensionInputs
  • ea13797 Add PRF to extension input deserialization tests
  • ce28e0c Add credProps assertion to RegistrationExtensionInputs deserialization test
  • 5b7c0a9 Revert new experimental interfaces and classes
  • accb849 Add artifact checksum verification to release procedures
  • 50bb17c Extract URL references in releasing.md
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0

Commits

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.8 to 2.8.9

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.8.9 released!

What's Changed

Added

Changed

  • Upgrade spring-boot to version 3.5.0

Fixed

  • #2982 - application/problem+json content type is not set for ProblemDetails
  • #2990 - Issues with POST Request, application/x-www-form-urlencoded and only one parameter
  • #2998 - io.swagger.v3.oas.annotations.Webhook does not work when defined on the method level
  • #3012 - Order of examples is (sometimes) not preserved

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.8...v2.8.9

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.8.9] - 2025-06-10

Added

Changed

  • Upgrade spring-boot to version 3.5.0

Fixed

  • #2982 - application/problem+json content type is not set for ProblemDetails
  • #2990 - Issues with POST Request, application/x-www-form-urlencoded and only one parameter
  • #2998 - io.swagger.v3.oas.annotations.Webhook does not work when defined on the method level
  • #3012 - Order of examples is (sometimes) not preserved
Commits
  • 830a98a [maven-release-plugin] prepare release v2.8.9
  • 976d8ec docs update
  • 1ebf9b8 Order of examples is (sometimes) not preserved. Fixes #3012
  • 10fd6dd io.swagger.v3.oas.annotations.Webhook does not work when defined on the metho...
  • 31ed191 Issues with POST Request, application/x-www-form-urlencoded and only one para...
  • ceb4a10 application/problem+json content type is not set for ProblemDetails. Fixes #2982
  • a23005b Merge branch 'mymx2-feat/type-use'
  • 290162f code review
  • 9f05020 Merge branch 'mschout-spring-boot-3.5-support'
  • 6111073 code review
  • Additional commits viewable in compare view

Updates io.github.git-commit-id:git-commit-id-maven-plugin from 9.0.1 to 9.0.2

Release notes

Sourced from io.github.git-commit-id:git-commit-id-maven-plugin's releases.

Version 9.0.2 is finally there and includes various bug-fixes and improvements :-)

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

  • general changes
  • bump several plugins
    • bump io.github.git-commit-id:git-commit-id-plugin-core from 6.0.0-rc.8 to 6.0.0
    • bump org.junit.jupiter:* from 5.10.2 to 5.12.2 (scope test)
    • bump org.mockito:mockito-core from 5.12.0 to 5.18.0 (scope test)
    • bump org.assertj:assertj-core from 3.26.0 to 3.27.3 (scope test)
    • bump commons-io:commons-io from 2.16.1 to 2.19.0 (scope test)
    • bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.17 (scope test)
  • bump several maven plugins
    • bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.1 to 3.15.1
    • bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.1
    • bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
    • bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0
    • bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7
    • bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1
    • bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
    • bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.5.3
    • bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.4
    • bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.4
    • bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.21.0
    • bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.11.2
    • bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1

Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-maven-plugin</artifactId>
    <version>9.0.2</version>
</dependency>

Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions:

<pluginRepositories>
    <pluginRepository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
         <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</tr></table> 

... (truncated)

Commits
  • 124c9dd [maven-release-plugin] prepare release v9.0.2
  • 6498afc try to make tests pass locally and on github
  • 2b4bda3 Merge pull request #850 from git-commit-id/dependabot/maven/io.github.git-com...
  • a39bbe4 make tests pass with io.github.git-commit-id:git-commit-id-plugin-core:6.0.0
  • dc10ead Merge pull request #851 from git-commit-id/dependabot/maven/org.mockito-mocki...
  • ceb9ab8 build(deps-dev): bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • 7235678 build(deps): bump io.github.git-commit-id:git-commit-id-plugin-core
  • d06a70b Merge pull request #845 from git-commit-id/dependabot/maven/commons-io-common...
  • 76f6226 build(deps-dev): bump commons-io:commons-io from 2.18.0 to 2.19.0
  • 3390d21 Merge pull request #837 from git-commit-id/dependabot/maven/junit.version-5.12.1
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1

Release notes

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

3.5.1

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

Commits
  • bd1f6f7 [maven-release-plugin] prepare release 3.5.1
  • ac27173 Bump org.codehaus.mojo:mojo-parent from 88 to 89
  • 1ed0f42 Bump org.codehaus.mojo:mojo-parent from 87 to 88 (#474)
  • d221e23 Bump org.apache.commons:commons-exec from 1.4.0 to 1.5.0
  • 42bc369 Add ClassLoader support for ASM ClassWriter
  • f4e8634 Bump commons-io:commons-io in /src/test/projects/project6/project5lib
  • 303978c Bump commons-io:commons-io in /src/test/projects/project1
  • fc7ccf0 Bump asm.version from 9.7.1 to 9.8
  • f544485 Bump commons-io:commons-io in /src/test/projects/project2
  • d0fffa5 Bump commons-io:commons-io in /src/test/projects/project14
  • Additional commits viewable in compare view

Updates com.nimbusds:oauth2-oidc-sdk from 11.24 to 11.25

Changelog

Sourced from com.nimbusds:oauth2-oidc-sdk's changelog.

version 1.0 (2012-05-29) * First official release with authorisation endpoint, token endpoint, check ID endpoint and UserInfo endpoint support. * JSON Web Tokens (JWTs) support through the Nimbus-JWT library. * Language Tags (RFC 5646) support through the Nimbus-LangTag library. * JSON support through the JSON Smart library.

version 2.0 (2013-05-13) * Intermediary development release with Maven build, published to Maven Central.

version 2.1 (2013-06-06) * Updates the APIs to OpenID Connect Messages draft 20, OpenID Connect Standard draft 21, OpenID Connect Discovery draft 17 and OpenID Connect Registration draft 19. * Major refactoring of the APIs for greater simplicity. * Adds JUnit tests.

version 2.2 (2013-06-18) * Refactors dynamic OpenID Connect client registration. * Adds partial support of the OAuth 2.0 Dynamic Client Registration Protocol (draft-ietf-oauth-dyn-reg-12). * Optimises parsing of request parameters consisting of one or more tokens (scope, response type, etc).

version 2.3 (2013-06-19) * Renames OAuth 2.0 dynamic client registration package. * Adds ClientInformation.getClientMetadata() method. * Adds OIDCClientInformation class.

version 2.4 (2013-06-20) * Adds static OIDCClientInformation.parse(JSONObject) method.

version 2.5 (2013-06-22) * Adds support OAuth 2.0 dynamic client update. * Adds OpenID Connect dynamic client registration classes.

version 2.6 (2013-06-25) * Enforces order of preference of ACR values in OpenID Connect client metadata, as required by the specification. * Documentation and performance improvements.

version 2.7 (2013-06-26) * Switches Identifier generation to java.security.SecureRandom.

version 2.8 (2013-06-30) * Fixes serialisation and assignment bugs in ClientMetadata. * Switches Secret generation to java.security.SecureRandom.

version 2.9 (2013-09-17)

... (truncated)

Commits
  • 205c2fa [maven-release-plugin] prepare for next development iteration
  • 469da65 Refactors and exposes AccessTokenParseUtils as public class
  • 5f67481 [maven-release-plugin] prepare release 11.25
  • See full diff in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.3 to 2.19.0

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.3 to 2.19.0

Updates com.yubico:webauthn-server-core from 2.6.0 to 2.7.0

Release notes

Sourced from com.yubico:webauthn-server-core's releases.

Version 2.7.0

New features:

  • Added overloaded setter RelyingPartyBuilder.origins(Optional<Set<String>>).
  • Added support for the CTAP2 credProtect extension.
  • Added support for the prf extension.
  • (Experimental) Added option FinishRegistrationOptions.isConditionalCreate to allow UP=0 in registration response for registration ceremonies with mediation: "conditional".
    • NOTE: Experimental features may receive breaking changes without a major version increase.

Fixes:

  • Excluded CVE-2025-27820 vulnerable versions of Apache httpclient5 from dependency resolution. Note that this might only affect consumers using Gradle module metadata.

Artifacts built with openjdk version "17.0.15" 2025-04-15.

Pre-release 2.7.0-RC3

Fixes:

  • Excluded CVE-2025-27820 vulnerable versions of Apache httpclient5 from dependency resolution. Note that this might only affect consumers using Gradle module metadata.

Artifacts built with openjdk version "17.0.15" 2025-04-15.

Pre-release 2.7.0-RC2

Fixes:

  • Fixed JSON encoding of credProtect extension inputs.

Artifacts built with openjdk version "17.0.14" 2025-01-21.

Pre-release 2.7.0-RC1

Changes since 2.7.0-alpha1

Breaking changes:

  • Removed the suite of experimental interfaces related with CredentialRepositoryV2. These will be postponed to minor release 2.8 instead.
  • Removed property RegisteredCredential.transports.

Changes since 2.6.0

New features:

  • Added overloaded setter RelyingPartyBuilder.origins(Optional<Set<String>>).
  • Added support for the CTAP2 credProtect extension.
  • Added support for the prf extension.
  • (Experimental) Added option FinishRegistrationOptions.isConditionalCreate to allow UP=0 in registration response for registration ceremonies with mediation: "conditional".
    • NOTE: Experimental features may receive breaking changes without a major version increase.

Artifacts built with openjdk version "17.0.14" 2025-01-21.

... (truncated)

Changelog

Sourced from com.yubico:webauthn-server-core's changelog.

== Version 2.7.0 ==

New features:

  • Added overloaded setter RelyingPartyBuilder.origins(Optional<Set<String>>).
  • Added support for the CTAP2 credProtect extension.
  • Added support for the prf extension.
  • (Experimental) Added option FinishRegistrationOptions.isConditionalCreate to allow UP=0 in registration response for registration ceremonies with mediation: "conditional". ** NOTE: Experimental features may receive breaking changes without a major version increase.

Fixes:

  • Excluded CVE-2025-27820 vulnerable versions of Apache httpclient5 from dependency resolution. Note that this might only affect consumers using Gradle module metadata.
Commits
  • 703179a Release 2.7.0
  • 7ca8cff Exclude CVE-2025-27820 versions of httpclient5 from dependency resolution
  • e595663 Add section heading to 2.7.0 changes
  • 0ae9fb1 Fix JSON encoding of credProtect extension inputs
  • 37010ca Reorder getCredProps methods together in RegistrationExtensionInputs
  • ea13797 Add PRF to extension input deserialization tests
  • ce28e0c Add credProps assertion to RegistrationExtensionInputs deserialization test
  • 5b7c0a9 Revert new experimental interfaces and classes
  • accb849 Add artifact checksum verification to release procedures
  • 50bb17c Extract URL references in releasing.md
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0

Commits

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.8 to 2.8.9

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.8.9 released!

What's Changed

Added

Changed

  • Upgrade spring-boot to version 3.5.0

Fixed

  • #2982 - application/problem+json content type is not set for ProblemDetails
  • #2990 - Issues with POST Request, application/x-www-form-urlencoded and only one parameter
  • #2998 - io.swagger.v3.oas.annotations.Webhook does not work when defined on the method level
  • #3012 - Order of examples is (sometimes) not preserved

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.8...v2.8.9

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.8.9] - 2025-06-10

Added

Changed

  • Upgrade spring-boot to version 3.5.0

Fixed

  • #2982 - application/problem+json content type is not set for ProblemDetails
  • #2990 - Issues with POST Request, application/x-www-form-urlencoded and only one parameter
  • #2998 - io.swagger.v3.oas.annotations.Webhook does not work when defined on the method level
  • #3012 - Order of examples is (sometimes) not preserved
Commits
  • 830a98a [maven-release-plugin] prepare release v2.8.9
  • 976d8ec docs update
  • 1ebf9b8 Order of examples is (sometimes) not preserved. Fixes #3012
  • 10fd6dd io.swagger.v3.oas.annotations.Webhook does not work when defined on the metho...
  • 31ed191 Issues with POST Request, application/x-www-form-urlencoded and only one para...
  • ceb4a10 application/problem+json content type is not set for ProblemDetails. Fixes #2982
  • a23005b Merge branch 'mymx2-feat/type-use'
  • 290162f code review
  • 9f05020 Merge branch 'mschout-spring-boot-3.5-support'
  • 6111073 code review
  • Additional commits viewable in compare view

Updates io.github.git-commit-id:git-commit-id-maven-plugin from 9.0.1 to 9.0.2

Release notes

Sourced from io.github.git-commit-id:git-commit-id-maven-plugin's releases.

Version 9.0.2 is finally there and includes various bug-fixes and improvements :-)

New Features / Bug-Fixes:

The main key-aspects that have been improved or being worked on are the following:

  • general changes
  • bump several plugins
    • bump io.github.git-commit-id:git-commit-id-plugin-core from 6.0.0-rc.8 to 6.0.0
    • bump org.junit.jupiter:* from 5.10.2 to 5.12.2 (scope test)
    • bump org.mockito:mockito-core from 5.12.0 to 5.18.0 (scope test)
    • bump org.assertj:assertj-core from 3.26.0 to 3.27.3 (scope test)
    • bump commons-io:commons-io from 2.16.1 to 2.19.0 (scope test)
    • bump org.slf4j:slf4j-simple from 2.0.13 to 2.0.17 (scope test)
  • bump several maven plugins
    • bump org.apache.maven.plugins:maven-plugin-plugin from 3.13.1 to 3.15.1
    • bump org.apache.maven.plugins:maven-dependency-plugin from 3.7.1 to 3.8.1
    • bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1
    • bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0
    • bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.4 to 3.2.7
    • bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1
    • bump org.apache.maven.plugins:maven-jar-plugin from 3.4.1 to 3.4.2
    • bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.0 to 3.5.3
    • bump org.apache.maven.plugins:maven-install-plugin from 3.1.2 to 3.1.4
    • bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.2 to 3.1.4
    • bump org.apache.maven.plugins:maven-site-plugin from 3.12.1 to 3.21.0
    • bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.11.2
    • bump org.apache.maven.plugins:maven-release-plugin from 3.1.0 to 3.1.1

Getting the latest release

The plugin is available from Maven Central (see here), so you don't have to configure any additional repositories to use this plugin. All you need to do is to configure it inside your project as dependency:

<dependency>
    <groupId>io.github.git-commit-id</groupId>
    <artifactId>git-commit-id-maven-plugin</artifactId>
    <version>9.0.2</version>
</dependency>

Getting the latest snapshot (build automatically)

If you can't wait for the next release, you can also get the latest snapshot version from sonatype, that is being deployed automatically by github actions:

<pluginRepositories>
    <pluginRepository>
        <id>sonatype-snapshots</id>
        <name>Sonatype Snapshots</name>
         <url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</tr></table> 

... (truncated)

Commits
  • 124c9dd [maven-release-plugin] prepare release v9.0.2
  • 6498afc try to make tests pass locally and on github
  • 2b4bda3 Merge pull request #850 from git-commit-id/dependabot/maven/io.github.git-com...
  • a39bbe4 make tests pass with io.github.git-commit-id:git-commit-id-plugin-core:6.0.0
  • dc10ead Merge pull request #851 from git-commit-id/dependabot/maven/org.mockito-mocki...
  • ceb9ab8 build(deps-dev): bump org.mockito:mockito-core from 5.17.0 to 5.18.0
  • 7235678 build(deps): bump io.github.git-commit-id:git-commit-id-plugin-core
  • d06a70b Merge pull request #845 from git-commit-id/dependabot/maven/commons-io-common...
  • 76f6226 build(deps-dev): bump commons-io:commons-io from 2.18.0 to 2.19.0
  • 3390d21 Merge pull request #837 from git-commit-id/dependabot/maven/junit.version-5.12.1
  • Additional commits viewable in compare view

Updates com.nimbusds:oauth2-oidc-sdk from 11.24 to 11.25

Changelog

Sourced from com.nimbusds:oauth2-oidc-sdk's changelog.

version 1.0 (2012-05-29) * First official release with authorisation endpoint, token endpoint, check ID endpoint and UserInfo endpoint support. * JSON Web Tokens (JWTs) support through the Nimbus-JWT library. * Language Tags (RFC 5646) support through the Nimbus-LangTag library. * JSON support through the JSON Smart library.

version 2.0 (2013-05-13) * Intermediary development release with Maven build, published to Maven Central.

version 2.1 (2013-06-06) * Updates the APIs to OpenID Connect Messages draft 20, OpenID Connect Standard draft 21, OpenID Connect Discovery draft 17 and OpenID Connect Registration draft 19. * Major refactoring of the APIs for greater simplicity. * Adds JUnit tests.

version 2.2 (2013-06-18) * Refactors dynamic OpenID Connect client registration. * Adds partial support of the OAuth 2.0 Dynamic Client Registration Protocol (draft-ietf-oauth-dyn-reg-12). * Optimises parsing of request parameters consisting of one or more tokens (scope, response type, etc).

version 2.3 (2013-06-19) * Renames OAuth 2.0 dynamic client registration package. * Adds ClientInformation.getClientMetadata() method. * Adds OIDCClientInformation class.

version 2.4 (2013-06-20) * Adds static OIDCClientInformation.parse(JSONObject) method.

version 2.5 (2013-06-22) * Adds support OAuth 2.0 dynamic client update. * Adds OpenID Connect dynamic client registration classes.

version 2.6 (2013-06-25) * Enforces order of preference of ACR values in OpenID Connect client metadata, as required by the specification. * Documentation and performance improvements.

version 2.7 (2013-06-26) * Switches Identifier generation to java.security.SecureRandom.

version 2.8 (2013-06-30) * Fixes serialisation and assignment bugs in ClientMetadata. * Switches Secret generation to java.security.SecureRandom.

version 2.9 (2013-09-17)

... (truncated)

Commits
  • 205c2fa [maven-release-plugin] prepare for next development iteration
  • 469da65 Refactors and exposes AccessTokenParseUtils as public class
  • 5f67481 [maven-release-plugin] prepare release 11.25
  • See full diff in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.3 to 2.19.0

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.3 to 2.19.0

Updates com.yubico:webauthn-server-core from 2.6.0 to 2.7.0

Release notes

Sourced from com.yubico:webauthn-server-core's releases.

Version 2.7.0

New features:

  • Added overloaded setter RelyingPartyBuilder.origins(Optional<Set<String>>).
  • Added support for the CTAP2 credProtect extension.
  • Added support for the prf extension.
  • (Experimental) Added option FinishRegistrationOptions.isConditionalCreate to allow UP=0 in registration response for registration ceremonies with mediation: "conditional".
    • NOTE: Experimental features may receive breaking changes without a major version increase.

Fixes:

  • Excluded CVE-2025-27820 vulnerable versions of Apache httpclient5 from dependency resolution. Note that this might only affect consumers using Gradle module metadata.

Artifacts built with openjdk version "17.0.15" 2025-04-15.

Pre-release 2.7.0-RC3

Fixes:

  • Excluded CVE-2025-27820 vulnerable versions of Apache httpclient5 from dependency resolution. Note that this might only affect consumers using Gradle module metadata.

Artifacts built with openjdk version "17.0.15" 2025-04-15.

Pre-release 2.7.0-RC2

Fixes:

  • Fixed JSON encoding of credProtect extension inputs.

Artifacts built with openjdk version "17.0.14" 2025-01-21.

Pre-release 2.7.0-RC1

Changes since 2.7.0-alpha1

Breaking changes:

  • Removed the suite of experimental interfaces related with CredentialRepositoryV2. These will be postponed to minor release 2.8 instead.
  • Removed property RegisteredCredential.transports.

Changes since 2.6.0

New features:

  • Added overloaded setter RelyingPartyBuilder.origins(Optional<Set<String>>).
  • Added support for the CTAP2 credProtect extension.
  • Added support for the prf extension.
  • (Experimental) Added option FinishRegistrationOptions.isConditionalCreate to allow UP=0 in registration response for registration ceremonies with mediation: "conditional".
    • NOTE: Experimental features may receive breaking changes without a major version increase.

Artifacts built with openjdk version "17.0.14" 2025-01-21.

... (truncated)

Changelog

Sourced from com.yubico:webauthn-server-core's changelog.

== Version 2.7.0 ==

New features:

  • Added overloaded setter RelyingPartyBuilder.origins(Optional<Set<String>>).
  • Added support for the CTAP2 credProtect extension.
  • Added support for the prf extension.
  • (Experimental) Added option FinishRegistrationOptions.isConditionalCreate to allow UP=0 in registration response for registration ceremonies with mediation: "conditional". ** NOTE: Experimental features may receive breaking changes without a major version increase.

Fixes:

  • Excluded CVE-2025-27820 vulnerable versions of Apache httpclient5 from dependency resolution. Note that this might only affect consumers using Gradle module metadata.
Commits
  • 703179a Release 2.7.0
  • 7ca8cff Exclude CVE-2025-27820 versions of httpclient5 from dependency resolution
  • e595663 Add section heading to 2.7.0 changes
  • 0ae9fb1 Fix JSON encoding of credProtect extension inputs
  • 37010ca Reorder getCredProps methods together in RegistrationExtensionInputs
  • ea13797 Add PRF to extension input deserialization tests
  • ce28e0c Add credProps assertion to RegistrationExtensionInputs deserialization test
  • 5b7c0a9 Revert new experimental interfaces and classes
  • accb849 Add artifact checksum verification to release procedures
  • 50bb17c Extract URL references in releasing.md
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.18.3 to 2.19.0

Commits

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.8 to 2.8.9

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.8.9 released!

What's Changed

Added

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 10, 2025
@dependabot dependabot Bot force-pushed the dependabot/maven/backend-prod-c838431ea3 branch 2 times, most recently from 342d36f to 305f5b7 Compare June 13, 2025 15:23
@oharsta oharsta added backwards-incompatible and removed dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 15, 2025
@dependabot dependabot Bot force-pushed the dependabot/maven/backend-prod-c838431ea3 branch from 305f5b7 to c83f970 Compare June 16, 2025 17:44
@dependabot dependabot Bot force-pushed the dependabot/maven/backend-prod-c838431ea3 branch from c83f970 to 7486e99 Compare June 30, 2025 19:06
Bumps the backend-prod group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) | `11.24` | `11.25` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.18.3` | `2.19.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.3` | `2.19.0` |
| [com.yubico:webauthn-server-core](https://github.com/Yubico/java-webauthn-server) | `2.6.0` | `2.7.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.3` | `2.19.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.8` | `2.8.9` |
| [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) | `9.0.1` | `9.0.2` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.5.0` | `3.5.1` |

Bumps the backend-prod group with 7 updates in the /myconext-server directory:

| Package | From | To |
| --- | --- | --- |
| [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) | `11.24` | `11.25` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.18.3` | `2.19.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.3` | `2.19.0` |
| [com.yubico:webauthn-server-core](https://github.com/Yubico/java-webauthn-server) | `2.6.0` | `2.7.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.18.3` | `2.19.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.8` | `2.8.9` |
| [io.github.git-commit-id:git-commit-id-maven-plugin](https://github.com/git-commit-id/git-commit-id-maven-plugin) | `9.0.1` | `9.0.2` |



Updates `com.nimbusds:oauth2-oidc-sdk` from 11.24 to 11.25
- [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.25..11.24)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.3 to 2.19.0

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.3 to 2.19.0

Updates `com.yubico:webauthn-server-core` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/Yubico/java-webauthn-server/releases)
- [Changelog](https://github.com/Yubico/java-webauthn-server/blob/main/NEWS)
- [Commits](Yubico/java-webauthn-server@2.6.0...2.7.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.3 to 2.19.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.8 to 2.8.9
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.8...v2.8.9)

Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v9.0.1...v9.0.2)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@3.5.0...3.5.1)

Updates `com.nimbusds:oauth2-oidc-sdk` from 11.24 to 11.25
- [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.25..11.24)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.3 to 2.19.0

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.3 to 2.19.0

Updates `com.yubico:webauthn-server-core` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/Yubico/java-webauthn-server/releases)
- [Changelog](https://github.com/Yubico/java-webauthn-server/blob/main/NEWS)
- [Commits](Yubico/java-webauthn-server@2.6.0...2.7.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.3 to 2.19.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.8 to 2.8.9
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.8...v2.8.9)

Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v9.0.1...v9.0.2)

Updates `com.nimbusds:oauth2-oidc-sdk` from 11.24 to 11.25
- [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.25..11.24)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.3 to 2.19.0

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.3 to 2.19.0

Updates `com.yubico:webauthn-server-core` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/Yubico/java-webauthn-server/releases)
- [Changelog](https://github.com/Yubico/java-webauthn-server/blob/main/NEWS)
- [Commits](Yubico/java-webauthn-server@2.6.0...2.7.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.3 to 2.19.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.8 to 2.8.9
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.8...v2.8.9)

Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v9.0.1...v9.0.2)

Updates `com.nimbusds:oauth2-oidc-sdk` from 11.24 to 11.25
- [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt)
- [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.25..11.24)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.3 to 2.19.0

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.3 to 2.19.0

Updates `com.yubico:webauthn-server-core` from 2.6.0 to 2.7.0
- [Release notes](https://github.com/Yubico/java-webauthn-server/releases)
- [Changelog](https://github.com/Yubico/java-webauthn-server/blob/main/NEWS)
- [Commits](Yubico/java-webauthn-server@2.6.0...2.7.0)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.3 to 2.19.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.8 to 2.8.9
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.8.8...v2.8.9)

Updates `io.github.git-commit-id:git-commit-id-maven-plugin` from 9.0.1 to 9.0.2
- [Release notes](https://github.com/git-commit-id/git-commit-id-maven-plugin/releases)
- [Commits](git-commit-id/git-commit-id-maven-plugin@v9.0.1...v9.0.2)

---
updated-dependencies:
- dependency-name: com.nimbusds:oauth2-oidc-sdk
  dependency-version: '11.25'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.yubico:webauthn-server-core
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: com.nimbusds:oauth2-oidc-sdk
  dependency-version: '11.25'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.yubico:webauthn-server-core
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: com.nimbusds:oauth2-oidc-sdk
  dependency-version: '11.25'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.yubico:webauthn-server-core
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: com.nimbusds:oauth2-oidc-sdk
  dependency-version: '11.25'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.yubico:webauthn-server-core
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-version: 2.8.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.github.git-commit-id:git-commit-id-maven-plugin
  dependency-version: 9.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/maven/backend-prod-c838431ea3 branch from 7486e99 to 8f4075b Compare July 1, 2025 15:49
@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2025

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 2, 2025
@dependabot dependabot Bot deleted the dependabot/maven/backend-prod-c838431ea3 branch July 2, 2025 15:31
@github-project-automation github-project-automation Bot moved this from New to Delivered in Openconext-Myconext Jul 2, 2025
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