Skip to content

Bump the backend-prod group across 2 directories with 13 updates #472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2025

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

Package From To
io.hypersistence:hypersistence-utils-hibernate-63 3.9.10 3.10.1
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.19.0 2.19.1
org.flywaydb:flyway-core 11.8.0 11.9.1
org.flywaydb:flyway-mysql 11.8.0 11.9.1
com.azure:azure-identity 1.15.4 1.16.2
io.rest-assured:rest-assured 5.5.1 5.5.5
io.rest-assured:json-path 5.5.1 5.5.5
io.rest-assured:xml-path 5.5.1 5.5.5
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.6 2.8.9
org.bouncycastle:bcprov-jdk18on 1.80 1.81
org.bouncycastle:bcpkix-jdk18on 1.80 1.81
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 12 updates in the /server directory:

Package From To
io.hypersistence:hypersistence-utils-hibernate-63 3.9.10 3.10.1
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.19.0 2.19.1
org.flywaydb:flyway-core 11.8.0 11.9.1
org.flywaydb:flyway-mysql 11.8.0 11.9.1
com.azure:azure-identity 1.15.4 1.16.2
io.rest-assured:rest-assured 5.5.1 5.5.5
io.rest-assured:json-path 5.5.1 5.5.5
io.rest-assured:xml-path 5.5.1 5.5.5
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.6 2.8.9
org.bouncycastle:bcprov-jdk18on 1.80 1.81
org.bouncycastle:bcpkix-jdk18on 1.80 1.81
io.github.git-commit-id:git-commit-id-maven-plugin 9.0.1 9.0.2

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.9.10 to 3.10.1

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.10.1 - June 14, 2025

Update description in pom.xml to mention support of Hibernate 6.6 #790

Remove the central-publishing-maven-plugin dependency #789

Version 3.10.0 - June 09, 2025

Add support for Hibernate 7 #784

Version 3.9.11 - June 07, 2025

Allow the PostgreSQLRangeType to work in AOT mode #787

Commits
  • a710b01 [maven-release-plugin] prepare release hypersistence-utils-parent-3.10.1
  • 819c3fd Update description in pom.xml to mention support of Hibernate 6.6 #790
  • b163dcd Update changelog for the 3.10.1 release
  • 079df22 Remove the central-publishing-maven-plugin dependency #789
  • 5f7b03c [maven-release-plugin] prepare for next development iteration
  • 1da6397 [maven-release-plugin] prepare release hypersistence-utils-parent-3.10.0
  • 467cc18 Switch to Central Portal
  • 4a5bd47 Update changelog for the 3.10.0 release
  • 9c28508 Add support for Hibernate 7 #784
  • 6c05997 Bump version up
  • Additional commits viewable in compare view

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

Updates org.flywaydb:flyway-core from 11.8.0 to 11.9.1

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.9.1

See release notes here

Flyway 11.9.0

See release notes here

Flyway 11.8.2

See release notes here

CLI artifact available here

Flyway 11.8.1

See release notes here

CLI artifact available here

Commits

Updates org.flywaydb:flyway-mysql from 11.8.0 to 11.9.1

Updates com.azure:azure-identity from 1.15.4 to 1.16.2

Release notes

Sourced from com.azure:azure-identity's releases.

azure-identity_1.16.2

1.16.2 (2025-06-09)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.55.3 to version 1.55.4.
  • Upgraded azure-core-http-netty from 1.15.11 to version 1.15.12.
  • Updated msal4j from 1.20.1 to version 1.21.0.

azure-identity_1.16.1

1.16.1 (2025-05-14)

Features Added

  • Added AZURE_TOKEN_CREDENTIALS environment variable to DefaultAzureCredential to allow for choosing groups of credentials.
    • prod for EnvironmentCredential, WorkloadIdentityCredential, and ManagedIdentityCredential.
    • dev for SharedTokenCredential, IntelliJCredential, AzureCliCredential, AzurePowershellCredential, and AzureDeveloperCliCredential.

azure-core-http-netty_1.15.12

1.15.12 (2025-06-05)

Bugs Fixed

  • Fixed a bug where TooLongHttpHeaderException would be thrown if an Azure service returned HTTP headers that exceeded the default 8 KB limit. The new limit is now 256 KB when the default of 8 KB is seen. (#45291)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.55.3 to 1.55.4.
Commits

Updates io.rest-assured:rest-assured from 5.5.1 to 5.5.5

Changelog

Sourced from io.rest-assured:rest-assured's changelog.

Changelog 5.5.5 (2025-05-22)

  • The rest-assured-bom project is back and works

Changelog 5.5.4 (2025-05-22)

  • The rest-assured-bom project is back

Changelog 5.5.3 (2025-05-22)

  • Greatly improved csrf support. When applying csrf, it'll automatically forward the cookies to returns from the GET request to the csrf token and apply it to the actual request. These cookies will also be applied to the CookieFilter automatically (if configured) and SessionFilter (if configured). For example: given(). csrf("/login"). formParam("name", "My New Name"). when(). post("/users/123"). then(). statusCode(200);

    Now the cookies returned from the GET request to login will be automatically applied to the POST to "/users/123".

    If you have a CookieFilter defined for multiple requests, the cookies returned by GET to /login will be automatically stored in the CookieFilter and used in the second request.

      var cookieFilter = new CookieFilter()
      given().filter(cookieFilter).csrf("/login").formParam("name", "My New Name").when().post("/users/123").then().statusCode(200);
      given().filter(cookieFilter).when().get("/users/123").then().statusCode(200);
    

    You can disable this behavior by setting automaticallyApplyCookies to false the csrf config: given(). config(config().csrfConfig(csrfConfig().automaticallyApplyCookies(false))). csrf("/login"). when(). ...

Changelog 5.5.2 (2025-05-14)

  • CookieFilter now supports setting cookies correctly when Apache HTTP Client does internal redirects (when redirects().follow(true) is set).
  • Upgrading kotlin module to use Kotlin 2.2.1
  • Downgrading scale module to version 3.3.3 (LTS version) (thanks for Carlos Eduardo for PR)
Commits
  • ee33ab5 [maven-release-plugin] prepare release rest-assured-5.5.5
  • e75c4c4 [ci skip] Using parent pom in bom
  • beb3ceb [ci skip] Replicating central-publishing-maven-plugin in bom
  • 83330b9 [ci skip] Adding flatten plugin to bom project
  • 69e91bb [ci skip] Fixing distributionManagement in rest-assured-bom
  • 0d08008 [ci skip] Temporary removing auto publish to avoid issues
  • cab697d [ci skip] Preparing changelog for release
  • b40c1b6 [maven-release-plugin] prepare for next development iteration
  • 2a2f338 [maven-release-plugin] prepare release rest-assured-5.5.4
  • fb7e9dd [ci skip] Adding missing things to the bom project
  • Additional commits viewable in compare view

Updates io.rest-assured:json-path from 5.5.1 to 5.5.5

Changelog

Sourced from io.rest-assured:json-path's changelog.

Changelog 5.5.5 (2025-05-22)

  • The rest-assured-bom project is back and works

Changelog 5.5.4 (2025-05-22)

  • The rest-assured-bom project is back

Changelog 5.5.3 (2025-05-22)

  • Greatly improved csrf support. When applying csrf, it'll automatically forward the cookies to returns from the GET request to the csrf token and apply it to the actual request. These cookies will also be applied to the CookieFilter automatically (if configured) and SessionFilter (if configured). For example: given(). csrf("/login"). formParam("name", "My New Name"). when(). post("/users/123"). then(). statusCode(200);

    Now the cookies returned from the GET request to login will be automatically applied to the POST to "/users/123".

    If you have a CookieFilter defined for multiple requests, the cookies returned by GET to /login will be automatically stored in the CookieFilter and used in the second request.

      var cookieFilter = new CookieFilter()
      given().filter(cookieFilter).csrf("/login").formParam("name", "My New Name").when().post("/users/123").then().statusCode(200);
      given().filter(cookieFilter).when().get("/users/123").then().statusCode(200);
    

    You can disable this behavior by setting automaticallyApplyCookies to false the csrf config: given(). config(config().csrfConfig(csrfConfig().automaticallyApplyCookies(false))). csrf("/login"). when(). ...

Changelog 5.5.2 (2025-05-14)

  • CookieFilter now supports setting cookies correctly when Apache HTTP Client does internal redirects (when redirects().follow(true) is set).
  • Upgrading kotlin module to use Kotlin 2.2.1
  • Downgrading scale module to version 3.3.3 (LTS version) (thanks for Carlos Eduardo for PR)
Commits
  • ee33ab5 [maven-release-plugin] prepare release rest-assured-5.5.5
  • e75c4c4 [ci skip] Using parent pom in bom
  • beb3ceb [ci skip] Replicating central-publishing-maven-plugin in bom
  • 83330b9 [ci skip] Adding flatten plugin to bom project
  • 69e91bb [ci skip] Fixing distributionManagement in rest-assured-bom
  • 0d08008 [ci skip] Temporary removing auto publish to avoid issues
  • cab697d [ci skip] Preparing changelog for release
  • b40c1b6 [maven-release-plugin] prepare for next development iteration
  • 2a2f338 [maven-release-plugin] prepare release rest-assured-5.5.4
  • fb7e9dd [ci skip] Adding missing things to the bom project
  • Additional commits viewable in compare view

Updates io.rest-assured:xml-path from 5.5.1 to 5.5.5

Changelog

Sourced from io.rest-assured:xml-path's changelog.

Changelog 5.5.5 (2025-05-22)

  • The rest-assured-bom project is back and works

Changelog 5.5.4 (2025-05-22)

  • The rest-assured-bom project is back

Changelog 5.5.3 (2025-05-22)

  • Greatly improved csrf support. When applying csrf, it'll automatically forward the cookies to returns from the GET request to the csrf token and apply it to the actual request. These cookies will also be applied to the CookieFilter automatically (if configured) and SessionFilter (if configured). For example: given(). csrf("/login"). formParam("name", "My New Name"). when(). post("/users/123"). then(). statusCode(200);

    Now the cookies returned from the GET request to login will be automatically applied to the POST to "/users/123".

    If you have a CookieFilter defined for multiple requests, the cookies returned by GET to /login will be automatically stored in the CookieFilter and used in the second request.

      var cookieFilter = new CookieFilter()
      given().filter(cookieFilter).csrf("/login").formParam("name", "My New Name").when().post("/users/123").then().statusCode(200);
      given().filter(cookieFilter).when().get("/users/123").then().statusCode(200);
    

    You can disable this behavior by setting automaticallyApplyCookies to false the csrf config: given(). config(config().csrfConfig(csrfConfig().automaticallyApplyCookies(false))). csrf("/login"). when(). ...

Changelog 5.5.2 (2025-05-14)

  • CookieFilter now supports setting cookies correctly when Apache HTTP Client does internal redirects (when redirects().follow(true) is set).
  • Upgrading kotlin module to use Kotlin 2.2.1
  • Downgrading scale module to version 3.3.3 (LTS version) (thanks for Carlos Eduardo for PR)
Commits
  • ee33ab5 [maven-release-plugin] prepare release rest-assured-5.5.5
  • e75c4c4 [ci skip] Using parent pom in bom
  • beb3ceb [ci skip] Replicating central-publishing-maven-plugin in bom
  • 83330b9 [ci skip] Adding flatten plugin to bom project
  • 69e91bb [ci skip] Fixing distributionManagement in rest-assured-bom
  • 0d08008 [ci skip] Temporary removing auto publish to avoid issues
  • cab697d [ci skip] Preparing changelog for release
  • b40c1b6 [maven-release-plugin] prepare for next development iteration
  • 2a2f338 [maven-release-plugin] prepare release rest-assured-5.5.4
  • fb7e9dd [ci skip] Adding missing things to the bom project
  • Additional commits viewable in compare view

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.6 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

v2.8.8

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

Fixed

  • #2977 - Handle projects not using kotlin-reflect #2977

springdoc-openapi v2.8.7 released!

What's Changed

Added

  • #2944 - Introducing springdoc-openapi-bom project
  • #2948 - Customize Servers via application.yml
  • #2963 - Set default content type for problem details object to application/problem+jso
  • #2971 - List of value classes in Kotlin

Changed

  • Upgrade swagger-ui to v5.21.0
  • Upgrade swagger-core to 2.2.30
  • Upgrade spring-boot to version 3.4.5
  • Upgrade spring-security-oauth2-authorization-server to version 1.4.3

Fixed

  • #2947 - Unexpected warning "Appended trailing slash to static resource location"
  • #2960 - NPE when customizing group's open-api without specifying any schema
  • #2969 - fix path to register resource handler to work SwaggerIndexPageTransformer considering /webjar path prefix
  • #2964 - Cannot add custom description and example for java.time.Duration since v2.8.6

... (truncated)

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

[2.8.8] - 2025-05-04

Fixed

  • #2977 - Handle projects not using kotlin-reflect #2977

[2.8.7] - 2025-05-04

Added

  • #2944 - Introducing springdoc-openapi-bom project
  • #2948 - Customize Servers via application.yml
  • #2963 - Set default content type for problem details object to application/problem+jso
  • #2971 - List of value classes in Kotlin

Changed

  • Upgrade swagger-ui to v5.21.0
  • Upgrade swagger-core to 2.2.30
  • Upgrade spring-boot to version 3.4.5
  • Upgrade spring-security-oauth2-authorization-server to version 1.4.3

Fixed

  • #2947 - Unexpected warning "Appended trailing slash to static resource location"
  • #2960 - NPE when customizing group's open-api without specifying any schema
  • #2969 - fix path to register resource handler to work SwaggerIndexPageTransformer considering /webjar path prefix
  • #2964 - Cannot add custom description and example for java.time.Duration since v2.8.6
  • #2972 - @​Header(schema = @​Schema(type = "string")) generates empty or broken schema in

... (truncated)

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 org.bouncycastle:bcprov-jdk18on from 1.80 to 1.81

Changelog

Sourced from org.bouncycastle:bcprov-jdk18on's changelog.

2.1.1 Version Release: 1.81 Date:      2025, 4th June.

... (truncated)

Commits

Updates org.bouncycastle:bcpkix-jdk18on from 1.80 to 1.81

Changelog

Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.

2.1.1 Version Release: 1.81 Date:      2025, 4th June.

... (truncated)

Commits

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 io.hypersistence:hypersistence-utils-hibernate-63 from 3.9.10 to 3.10.1

Changelog

Sourced from io.hypersistence:hypersistence-utils-hibernate-63's changelog.

Version 3.10.1 - June 14, 2025

Update description in pom.xml to mention support of Hibernate 6.6 #790

Remove the central-publishing-maven-plugin dependency #789

Version 3.10.0 - June 09, 2025

Add support for Hibernate 7 #784

Version 3.9.11 - June 07, 2025

Allow the PostgreSQLRangeType to work in AOT mode #787

Commits
  • a710b01 [maven-release-plugin] prepare release hypersistence-utils-parent-3.10.1
  • 819c3fd Update description in pom.xml to mention support of Hibernate 6.6 #790
  • b163dcd Update changelog for the 3.10.1 release
  • 079df22 Remove the central-publishing-maven-plugin dependency #789
  • 5f7b03c [maven-release-plugin] prepare for next development iteration
  • 1da6397 [maven-release-plugin] prepare release hypersistence-utils-parent-3.10.0
  • 467cc18 Switch to Central Portal
  • 4a5bd47 Update changelog for the 3.10.0 release
  • 9c28508 Add support for Hibernate 7 #784
  • 6c05997 Bump version up
  • Additional commits viewable in compare view

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

Updates org.flywaydb:flyway-core from 11.8.0 to 11.9.1

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 11.9.1

See release notes here

Flyway 11.9.0

See release notes here

Flyway 11.8.2

See release notes here

CLI artifact available here

Flyway 11.8.1

See release notes here

CLI artifact available here

Commits

Updates org.flywaydb:flyway-mysql from 11.8.0 to 11.9.1

Updates com.azure:azure-identity from 1.15.4 to 1.16.2

Release notes

Sourced from com.azure:azure-identity's releases.

azure-identity_1.16.2

1.16.2 (2025-06-09)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.55.3 to version 1.55.4.
  • Upgraded azure-core-http-netty from 1.15.11 to version 1.15.12.
  • Updated msal4j from 1.20.1 to version 1.21.0.

azure-identity_1.16.1

1.16.1 (2025-05-14)

Features Added

  • Added AZURE_TOKEN_CREDENTIALS environment variable to DefaultAzureCredential to allow for choosing groups of credentials.
    • prod for EnvironmentCredential, WorkloadIdentityCredential, and ManagedIdentityCredential.
    • dev for SharedTokenCredential, IntelliJCredential, AzureCliCredential, AzurePowershellCredential, and AzureDeveloperCliCredential.

azure-core-http-netty_1.15.12

1.15.12 (2025-06-05)

Bugs Fixed

  • Fixed a bug where TooLongHttpHeaderException would be thrown if an Azure service returned HTTP headers that exceeded the default 8 KB limit. The new limit is now 256 KB when the default of 8 KB is seen. (#45291)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.55.3 to 1.55.4.
Commits

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.6 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

v2.8.8

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

Fixed

  • #2977 - Handle projects not using kotlin-reflect #2977

springdoc-openapi v2.8.7 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 16, 2025
@dependabot dependabot bot added the java Pull requests that update Java code label Jun 16, 2025
@dependabot dependabot bot force-pushed the dependabot/maven/backend-prod-78aa41ce8f branch 4 times, most recently from 59682a8 to d78b49c Compare June 25, 2025 05:12
Bumps the backend-prod group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) | `3.9.10` | `3.10.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.19.0` | `2.19.1` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.8.0` | `11.9.1` |
| org.flywaydb:flyway-mysql | `11.8.0` | `11.9.1` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.15.4` | `1.16.2` |
| [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.5.1` | `5.5.5` |
| [io.rest-assured:json-path](https://github.com/rest-assured/rest-assured) | `5.5.1` | `5.5.5` |
| [io.rest-assured:xml-path](https://github.com/rest-assured/rest-assured) | `5.5.1` | `5.5.5` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.6` | `2.8.9` |
| [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.80` | `1.81` |
| [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.80` | `1.81` |
| [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 12 updates in the /server directory:

| Package | From | To |
| --- | --- | --- |
| [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) | `3.9.10` | `3.10.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.19.0` | `2.19.1` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `11.8.0` | `11.9.1` |
| org.flywaydb:flyway-mysql | `11.8.0` | `11.9.1` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.15.4` | `1.16.2` |
| [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.5.1` | `5.5.5` |
| [io.rest-assured:json-path](https://github.com/rest-assured/rest-assured) | `5.5.1` | `5.5.5` |
| [io.rest-assured:xml-path](https://github.com/rest-assured/rest-assured) | `5.5.1` | `5.5.5` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.6` | `2.8.9` |
| [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.80` | `1.81` |
| [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.80` | `1.81` |
| [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 `io.hypersistence:hypersistence-utils-hibernate-63` from 3.9.10 to 3.10.1
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.9.10...hypersistence-utils-parent-3.10.1)

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

Updates `org.flywaydb:flyway-core` from 11.8.0 to 11.9.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.8.0...flyway-11.9.1)

Updates `org.flywaydb:flyway-mysql` from 11.8.0 to 11.9.1

Updates `com.azure:azure-identity` from 1.15.4 to 1.16.2
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.15.4...azure-identity_1.16.2)

Updates `io.rest-assured:rest-assured` from 5.5.1 to 5.5.5
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.1...rest-assured-5.5.5)

Updates `io.rest-assured:json-path` from 5.5.1 to 5.5.5
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.1...rest-assured-5.5.5)

Updates `io.rest-assured:xml-path` from 5.5.1 to 5.5.5
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.1...rest-assured-5.5.5)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.6 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.6...v2.8.9)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.80 to 1.81
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.80 to 1.81
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

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 `io.hypersistence:hypersistence-utils-hibernate-63` from 3.9.10 to 3.10.1
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.9.10...hypersistence-utils-parent-3.10.1)

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

Updates `org.flywaydb:flyway-core` from 11.8.0 to 11.9.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.8.0...flyway-11.9.1)

Updates `org.flywaydb:flyway-mysql` from 11.8.0 to 11.9.1

Updates `com.azure:azure-identity` from 1.15.4 to 1.16.2
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.15.4...azure-identity_1.16.2)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.6 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.6...v2.8.9)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.80 to 1.81
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.80 to 1.81
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

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 `io.hypersistence:hypersistence-utils-hibernate-63` from 3.9.10 to 3.10.1
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.9.10...hypersistence-utils-parent-3.10.1)

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

Updates `org.flywaydb:flyway-core` from 11.8.0 to 11.9.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.8.0...flyway-11.9.1)

Updates `org.flywaydb:flyway-mysql` from 11.8.0 to 11.9.1

Updates `com.azure:azure-identity` from 1.15.4 to 1.16.2
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.15.4...azure-identity_1.16.2)

Updates `io.rest-assured:rest-assured` from 5.5.1 to 5.5.5
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.1...rest-assured-5.5.5)

Updates `io.rest-assured:json-path` from 5.5.1 to 5.5.5
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.1...rest-assured-5.5.5)

Updates `io.rest-assured:xml-path` from 5.5.1 to 5.5.5
- [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt)
- [Commits](rest-assured/rest-assured@rest-assured-5.5.1...rest-assured-5.5.5)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.6 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.6...v2.8.9)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.80 to 1.81
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.80 to 1.81
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

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 `io.hypersistence:hypersistence-utils-hibernate-63` from 3.9.10 to 3.10.1
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.9.10...hypersistence-utils-parent-3.10.1)

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

Updates `org.flywaydb:flyway-core` from 11.8.0 to 11.9.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-11.8.0...flyway-11.9.1)

Updates `org.flywaydb:flyway-mysql` from 11.8.0 to 11.9.1

Updates `com.azure:azure-identity` from 1.15.4 to 1.16.2
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.15.4...azure-identity_1.16.2)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.6 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.6...v2.8.9)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.80 to 1.81
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

Updates `org.bouncycastle:bcpkix-jdk18on` from 1.80 to 1.81
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

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: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.10.1
  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.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.azure:azure-identity
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 5.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.rest-assured:json-path
  dependency-version: 5.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.rest-assured:xml-path
  dependency-version: 5.5.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: org.bouncycastle:bcprov-jdk18on
  dependency-version: '1.81'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-version: '1.81'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.10.1
  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.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.azure:azure-identity
  dependency-version: 1.16.2
  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: org.bouncycastle:bcprov-jdk18on
  dependency-version: '1.81'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-version: '1.81'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.10.1
  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.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.azure:azure-identity
  dependency-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: io.rest-assured:rest-assured
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.rest-assured:json-path
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.rest-assured:xml-path
  dependency-version: 5.5.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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: org.bouncycastle:bcprov-jdk18on
  dependency-version: '1.81'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-version: '1.81'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-version: 3.10.1
  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.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 11.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.flywaydb:flyway-mysql
  dependency-version: 11.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.azure:azure-identity
  dependency-version: 1.16.2
  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: org.bouncycastle:bcprov-jdk18on
  dependency-version: '1.81'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-version: '1.81'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/backend-prod-78aa41ce8f branch from d78b49c to 8b08461 Compare June 26, 2025 04:42
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
Status: New
Development

Successfully merging this pull request may close these issues.

0 participants