Skip to content
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

Bump the backend-prod group across 5 directories with 16 updates #359

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 Feb 18, 2025

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

Package From To
io.hypersistence:hypersistence-utils-hibernate-63 3.9.1 3.9.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.17.2 2.18.2
org.mariadb.jdbc:mariadb-java-client 3.4.1 3.5.2
com.azure:azure-identity 1.13.1 1.15.2
commons-codec:commons-codec 1.17.1 1.18.0
org.projectlombok:lombok 1.18.34 1.18.36
io.rest-assured:rest-assured 5.4.0 5.5.1
io.rest-assured:json-path 5.4.0 5.5.1
io.rest-assured:xml-path 5.4.0 5.5.1
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0 2.8.5
org.bouncycastle:bcprov-jdk18on 1.79 1.80
org.bouncycastle:bcpkix-jdk18on 1.79 1.80
org.codehaus.mojo:exec-maven-plugin 3.1.0 3.5.0
org.apache.maven.plugins:maven-assembly-plugin 3.6.0 3.7.1
io.hypersistence:hypersistence-utils-hibernate-60 3.8.1 3.9.2
com.mysql:mysql-connector-j 9.0.0 9.2.0

Bumps the backend-prod group with 2 updates in the /client directory: org.codehaus.mojo:exec-maven-plugin and org.apache.maven.plugins:maven-assembly-plugin.
Bumps the backend-prod group with 7 updates in the /provisioning-mock directory:

Package From To
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.17.2 2.18.2
org.projectlombok:lombok 1.18.34 1.18.36
io.rest-assured:rest-assured 5.4.0 5.5.1
io.rest-assured:json-path 5.4.0 5.5.1
io.rest-assured:xml-path 5.4.0 5.5.1
io.hypersistence:hypersistence-utils-hibernate-60 3.8.1 3.9.2
com.mysql:mysql-connector-j 9.0.0 9.2.0

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

Package From To
io.hypersistence:hypersistence-utils-hibernate-63 3.9.1 3.9.2
org.mariadb.jdbc:mariadb-java-client 3.4.1 3.5.2
com.azure:azure-identity 1.13.1 1.15.2
commons-codec:commons-codec 1.17.1 1.18.0
io.rest-assured:rest-assured 5.5.0 5.5.1
io.rest-assured:json-path 5.5.0 5.5.1
io.rest-assured:xml-path 5.5.0 5.5.1
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0 2.8.5
org.bouncycastle:bcprov-jdk18on 1.79 1.80
org.bouncycastle:bcpkix-jdk18on 1.79 1.80

Bumps the backend-prod group with 2 updates in the /welcome directory: org.codehaus.mojo:exec-maven-plugin and org.apache.maven.plugins:maven-assembly-plugin.

Updates io.hypersistence:hypersistence-utils-hibernate-63 from 3.9.1 to 3.9.2

Changelog

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

Version 3.9.2 - February 13, 2025

Upgrade TSID library to 2.1.4 #765

Commits
  • 9e4e651 [maven-release-plugin] prepare release hypersistence-utils-parent-3.9.2
  • be85a19 Update changelog for the 3.9.2 release
  • 65ff16e Upgrade TSID library to 2.1.4 #765
  • 99520b7 Bump version up
  • 747a341 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.17.2 to 2.18.2

Updates org.mariadb.jdbc:mariadb-java-client from 3.4.1 to 3.5.2

Release notes

Sourced from org.mariadb.jdbc:mariadb-java-client's releases.

MariaDB Connector/Java 3.5.2

3.5.2 (Feb 2025)

Full Changelog

Bugs Fixed

  • CONJ-1216 Resolved a performance issue that occurred when batch processing on MySQL and older MariaDB (pre-10.2) servers
  • CONJ-1218 Incorrect behavior where XA connections are closed when regular connections are terminated - this is against specifications
  • CONJ-1217 The trustCertificateKeyStorePassword alias parameter isn’t taken into account
  • CONJ-1221 DatabaseMetadata.getTypeInfo() is missing the data types UUID and VECTOR
  • CONJ-1225 System throws an exception prematurely without checking all available connections
  • CONJ-1228 result-set.getObject() on BLOB type returns Blob in place of byte[]
  • CONJ-660 new disconnectOnExpiredPasswords connection option that controls client behavior when connecting with an expired password. When set to true (default), the client disconnects if it detects an expired password. When false, the client maintains the connection and allows setting a new password.
  • CONJ-1229 Permit executeQuery commands to not return a result-set

MariaDB Connector/Java 3.5.1

3.5.1 (Nov 2024)

Full Changelog

Notable changes

  • CONJ-1193 Implement parsec authentication
  • CONJ-1207 New HaMode: sequential write, loadbalance read
  • CONJ-1208 permit bulk for INSERT ON DUPLICATE KEY UPDATE commands for 11.5.1+ servers

Bugs Fixed

  • CONJ-1053 Mark waffle-jna dependency optional in module descriptor
  • CONJ-1196 setObject on java.util.Date was considered was a java.sql.Date and truncate hour/minutes/seconds/ms while it must be considered like a java.sql.Timestamp
  • CONJ-1211 jdbc 4.3 enquoteIdentifier missing validation
  • CONJ-1213 sql command ending with semicolon and trailing space are not using bulk

MariaDB Connector/Java 3.5.0

3.5.0 (Oct 2024)

Full Changelog

Notable changes

  • CONJ-1193 Parsec authentication implementation
  • CONJ-1183 permit setting specific truststore

Bugs Fixed

  • CONJ-1202 Session variable setting must be executed last
  • CONJ-1201 incorrect default behavior for forceConnectionTimeZoneToSession
  • CONJ-1200 Batch import fails with exception "Unknown command"
  • CONJ-1199 option connectionCollation addition in order to force collation
  • CONJ-1187 Use different exception type for connection timeouts
Changelog

Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.

3.5.2 (Feb 2025)

Full Changelog

Bugs Fixed

  • CONJ-1216 Resolved a performance issue that occurred when batch processing on MySQL and older MariaDB (pre-10.2) servers
  • CONJ-1218 Incorrect behavior where XA connections are closed when regular connections are terminated - this is against specifications
  • CONJ-1217 The trustCertificateKeyStorePassword alias parameter isn’t taken into account
  • CONJ-1221 DatabaseMetadata.getTypeInfo() is missing the data types UUID and VECTOR
  • CONJ-1225 System throws an exception prematurely without checking all available connections
  • CONJ-1228 result-set.getObject() on BLOB type returns Blob in place of byte[]
  • CONJ-660 new disconnectOnExpiredPasswords connection option that controls client behavior when connecting with an expired password. When set to true (default), the client disconnects if it detects an expired password. When false, the client maintains the connection and allows setting a new password.
  • CONJ-1229 Permit executeQuery commands to not return a result-set

3.5.1 (Nov 2024)

Full Changelog

Notable changes

  • CONJ-1193 Implement parsec authentication
  • CONJ-1207 New HaMode: sequential write, loadbalance read
  • CONJ-1208 permit bulk for INSERT ON DUPLICATE KEY UPDATE commands for 11.5.1+ servers

Bugs Fixed

  • CONJ-1053 Mark waffle-jna dependency optional in module descriptor
  • CONJ-1196 setObject on java.util.Date was considered was a java.sql.Date and truncate hour/minutes/seconds/ms while it must be considered like a java.sql.Timestamp
  • CONJ-1211 jdbc 4.3 enquoteIdentifier missing validation
  • CONJ-1213 sql command ending with semicolon and trailing space are not using bulk

3.5.0 (Oct 2024)

Full Changelog

Notable changes

* CONJ-1193 Parsec authentication implementation

  • CONJ-1183 permit setting specific truststore

Bugs Fixed

  • CONJ-1202 Session variable setting must be executed last
  • CONJ-1201 incorrect default behavior for forceConnectionTimeZoneToSession
  • CONJ-1200 Batch import fails with exception "Unknown command"
  • CONJ-1199 option connectionCollation addition in order to force collation
  • CONJ-1187 Use different exception type for connection timeouts
Commits
  • 16ffe8e [misc] removing metadata getTypeInfo listing BOOL to BOOLEAN change to avoid ...
  • 9e53e68 [misc] changelog update
  • 3331508 [CONJ-1229] Permit executeQuery commands to not return a result-set
  • b2d3f59 [misc] ensure test stability sith mysql servers
  • 79cefb8 [CONJ-660] support expired password
  • 63991b7 [misc] code style correction
  • 39ee017 [CONJ-1228] result-set.getObject() on BLOB type returns Blob by default in pl...
  • a86e330 [misc] improve no cache benchmark
  • b3a3735 [misc] correcting javadoc
  • 6ce18d5 [misc] update copyright header
  • Additional commits viewable in compare view

Updates com.azure:azure-identity from 1.13.1 to 1.15.2

Release notes

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

azure-identity_1.15.2

1.15.2 (2025-02-13)

Other Changes

  • Upgraded azure-core from 1.55.0 to version 1.55.1.
  • Upgraded azure-core-http-netty from 1.15.8 to version 1.15.9.

azure-identity_1.15.1

1.15.1 (2025-02-07)

Bugs Fixed

  • Fixed an issue preventing scopes with underscores from working properly. #44040

Other Changes

  • Upgraded azure-core from 1.54.1 to version 1.55.0.
  • Upgraded azure-core-http-netty from 1.15.7 to version 1.15.8.
  • Upgraded msal4j from 1.17.1 to version 1.19.0.
Commits

Updates commons-codec:commons-codec from 1.17.1 to 1.18.0

Changelog

Sourced from commons-codec:commons-codec's changelog.

Apache Commons Codec 1.18.0 Release Notes

The Apache Commons Codec team is pleased to announce the release of Apache Commons Codec 1.18.0.

The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

This is a feature and maintenance release. Java 8 or later is required.

New features

  •         Add Base32.Builder.setHexDecodeTable(boolean). Thanks to Gary Gregory, Julian Reschke.
    
  •         Add Base32.Builder.setHexEncodeTable(boolean). Thanks to Gary Gregory, Julian Reschke.
    

Changes

  •         Bump org.apache.commons:commons-parent from 78 to 79. Thanks to Gary Gregory.
    

For complete information on Apache Commons Codec, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Commons Codec website:

https://commons.apache.org/proper/commons-codec/

Download page: https://commons.apache.org/proper/commons-codec/download_codec.cgi


Apache Commons Codec 1.17.2 Release Notes

The Apache Commons Codec component contains encoders and decoders for formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.

This is a feature and maintenance release. Java 8 or later is required.

Fixed Bugs

  •         Rewrite DaitchMokotoffSoundex.soundex(String) using String.join(). Thanks to Gary Gregory.
    

... (truncated)

Commits
  • 5f76abb Update contributing file from user feedback
  • a38de95 Prepare for the next release candidate
  • 0689dc8 Prepare for the next release candidate
  • 4098222 Port from Doxia 1 to 2
  • ebb29e9 Make test fixture package private
  • 110a9f8 Don't need to end a paragraph with an extra line break
  • 6444237 Remove background color from site page
  • 9062af4 Merge branch 'master' of
  • 963ee73 Include more in the source assembly
  • 94b9c51 Add a file extension to TODO file
  • Additional commits viewable in compare view

Updates org.projectlombok:lombok from 1.18.34 to 1.18.36

Changelog

Sourced from org.projectlombok:lombok's changelog.

v1.18.36 (November 15th, 2024)

  • PLATFORM: JDK23 support added.
  • BUGFIX: Eclipse projects using the com.pro-crafting.tools:jasperreports-maven-plugin will now compile.
Commits
  • 91d79ff [release] pre-release version bump
  • e8db33a Merge pull request #3768 from tamila-krashtan/fix/with-html
  • 0338705 Revert "[fixes #3116] Add multi round support for mapstruct":
  • 9af596e Fix typo in With.html
  • 3394b6e eclipse downloader: When downloading sources, accept failure.
  • 03cd61a Merge branch 'eclipse-tests-fix'
  • 7a9f3a8 Fix resource management in the eclipse downloader:
  • 87bc91a Merge pull request #3764 from Rawi01/update-index
  • d21d551 Close ZipOutputStream in eclipse dependency downloader
  • 5caea32 [fixes #3761] Update annotation value index
  • Additional commits viewable in compare view

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

Changelog

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

Changelog 5.5.1 (2025-02-14)

  • Use Long in maxAge(Matcher maxAgeMatcher) (thanks to julianladisch for PR)
  • Fix so that GZIP doesn't become gzıp for Turkish environments (thanks to rdmrtn for PR)
  • Upgraded jakarta.jakartaee-web-api to version 10.0.0 (#1800)

Changelog 5.5.0 (2024-07-05)

  • Removing custom validation of pathParams in the mock-mvc module and instead rely on the Spring implementation(issue 1782) (thanks to taeyeon-Kim for pull request)

  • Fixing "Error java.lang.NoSuchMethodError for HttpMethod.resolve()" in mock-mvc module (issue 1760) (thanks to d0vi for pull request)

  • Fix #1707: SVG file upload - fatal error :1:1: content is not allowed in prolog (#1777) (thanks to Byounghee kim for pull request)

  • Fix #1773: Remove check for response HTTP status code. (thanks to macmon for pull request)

  • Introducing the "scala-extensions" module for Scala 3 (#1770). This means that you can write tests like this in Scala 3:

    @​Test def extraction with rest assured scala extensions: Unit = val message: String = Given(req => req.port(7000) req.header("Header", "Header") req.body("hello") ) .When( _.put("/the/path") ) .Extract( _.path("message") ) assertThat(message).isEqualTo("Hello World") (thanks to Carlos Eduardo for pull request)

  • Remove deprecated Content-Transfer-Encoding from multipart post headers (#1762) (thanks to Michal Trna for pull request)

  • Fixed pathParams double encoding in mock-mvd module (#1756) (thanks to Dmitry Kaukov for pull request)

  • Upgraded Groovy from version 4.0.16 to 4.0.22

  • Upgraded Jackson from version 2.14.3 to 2.17.1

  • Upgraded kotlin extension module to use Kotlin 2.0.0 (previously 1.9.20 was used)

  • Upgraded Guava library from 32.0.1-jre to 33.2.1-jre

Commits
  • 4d60f0a [maven-release-plugin] prepare release rest-assured-5.5.1
  • b518545 Excluding jakarta dependencies from duplicate-check
  • b4ade4e [ci skip] Preparing for release
  • 1818f08 [ci skip] Updated changelog to reflect the lastest changes
  • 1313fae refactor: change jakarta.jakartaee-web-api version (#1800)
  • 8d98fb5 fix: GZIP becomes gzıp for Turkish environments (#1801)
  • ada8e91 Bump commons-lang3 from 3.11 to 3.16.0 (#1802)
  • be60438 [ci skip] Updated changelog to reflect the lastest changes
  • 1c5bce9 Use Long in maxAge(Matcher<? super Integer> maxAgeMatcher) (#1809)
  • e1d9678 [ci skip] Updating README.md with info about the new release
  • Additional commits viewable in compare view

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

Changelog

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

Changelog 5.5.1 (2025-02-14)

  • Use Long in maxAge(Matcher maxAgeMatcher) (thanks to julianladisch for PR)
  • Fix so that GZIP doesn't become gzıp for Turkish environments (thanks to rdmrtn for PR)
  • Upgraded jakarta.jakartaee-web-api to version 10.0.0 (#1800)

Changelog 5.5.0 (2024-07-05)

  • Removing custom validation of pathParams in the mock-mvc module and instead rely on the Spring implementation(issue 1782) (thanks to taeyeon-Kim for pull request)

  • Fixing "Error java.lang.NoSuchMethodError for HttpMethod.resolve()" in mock-mvc module (issue 1760) (thanks to d0vi for pull request)

  • Fix #1707: SVG file upload - fatal error :1:1: content is not allowed in prolog (#1777) (thanks to Byounghee kim for pull request)

  • Fix #1773: Remove check for response HTTP status code. (thanks to macmon for pull request)

  • Introducing the "scala-extensions" module for Scala 3 (#1770). This means that you can write tests like this in Scala 3:

    @​Test def extraction with rest assured scala extensions: Unit = val message: String = Given(req => req.port(7000) req.header("Header", "Header") req.body("hello") ) .When( _.put("/the/path") ) .Extract( _.path("message") ) assertThat(message).isEqualTo("Hello World") (thanks to Carlos Eduardo for pull request)

  • Remove deprecated Content-Transfer-Encoding from multipart post headers (#1762) (thanks to Michal Trna for pull request)

  • Fixed pathParams double encoding in mock-mvd module (#1756) (thanks to Dmitry Kaukov for pull request)

  • Upgraded Groovy from version 4.0.16 to 4.0.22

  • Upgraded Jackson from version 2.14.3 to 2.17.1

  • Upgraded kotlin extension module to use Kotlin 2.0.0 (previously 1.9.20 was used)

  • Upgraded Guava library from 32.0.1-jre to 33.2.1-jre

Commits
  • 4d60f0a [maven-release-plugin] prepare release rest-assured-5.5.1
  • b518545 Excluding jakarta dependencies from duplicate-check
  • b4ade4e [ci skip] Preparing for release
  • 1818f08 [ci skip] Updated changelog to reflect the lastest changes
  • 1313fae refactor: change jakarta.jakartaee-web-api version (#1800)
  • 8d98fb5 fix: GZIP becomes gzıp for Turkish environments (#1801)
  • ada8e91 Bump commons-lang3 from 3.11 to 3.16.0 (#1802)
  • be60438 [ci skip] Updated changelog to reflect the lastest changes
  • 1c5bce9 Use Long in maxAge(Matcher<? super Integer> maxAgeMatcher) (#1809)
  • e1d9678 [ci skip] Updating README.md with info about the new release
  • Additional commits viewable in compare view

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

Changelog

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

Changelog 5.5.1 (2025-02-14)

  • Use Long in maxAge(Matcher maxAgeMatcher) (thanks to julianladisch for PR)
  • Fix so that GZIP doesn't become gzıp for Turkish environments (thanks to rdmrtn for PR)
  • Upgraded jakarta.jakartaee-web-api to version 10.0.0 (#1800)

Changelog 5.5.0 (2024-07-05)

  • Removing custom validation of pathParams in the mock-mvc module and instead rely on the Spring implementation(issue 1782) (thanks to taeyeon-Kim for pull request)

  • Fixing "Error java.lang.NoSuchMethodError for HttpMethod.resolve()" in mock-mvc module (issue 1760) (thanks to d0vi for pull request)

  • Fix #1707: SVG file upload - fatal error :1:1: content is not allowed in prolog (#1777) (thanks to Byounghee kim for pull request)

  • Fix #1773: Remove check for response HTTP status code. (thanks to macmon for pull request)

  • Introducing the "scala-extensions" module for Scala 3 (#1770). This means that you can write tests like this in Scala 3:

    @​Test def extraction with rest assured scala extensions: Unit = val message: String = Given(req => req.port(7000) req.header("Header", "Header") req.body("hello") ) .When( _.put("/the/path") ) .Extract( _.path("message") ) assertThat(message).isEqualTo("Hello World") (thanks to Carlos Eduardo for pull request)

  • Remove deprecated Content-Transfer-Encoding from multipart post headers (#1762) (thanks to Michal Trna for pull request)

  • Fixed pathParams double encoding in mock-mvd module (#1756) (thanks to Dmitry Kaukov for pull request)

  • Upgraded Groovy from version 4.0.16 to 4.0.22

  • Upgraded Jackson from version 2.14.3 to 2.17.1

  • Upgraded kotlin extension module to use Kotlin 2.0.0 (previously 1.9.20 was used)

  • Upgraded Guava library from 32.0.1-jre to 33.2.1-jre

Commits
  • 4d60f0a [maven-release-plugin] prepare release rest-assured-5.5.1
  • b518545 Excluding jakarta dependencies from duplicate-check
  • b4ade4e [ci skip] Preparing for release
  • 1818f08 [ci skip] Updated changelog to reflect the lastest changes
  • 1313fae refactor: change jakarta.jakartaee-web-api version (#1800)
  • 8d98fb5 fix: GZIP becomes gzıp for Turkish environments (#1801)
  • ada8e91 Bump commons-lang3 from 3.11 to 3.16.0 (#1802)
  • be60438 [ci skip] Updated changelog to reflect the lastest changes
  • 1c5bce9 Use Long in maxAge(Matcher<? super Integer> maxAgeMatcher) (#1809)
  • e1d9678 [ci skip] Updating README.md with info about the new release
  • Additional commits viewable in compare view

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.6.0 to 2.8.5

Release notes

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

springdoc-openapi v2.8.5 released!

What's Changed

Added

  • #2696 - Do not require JsonSubType annotation for sealed classes
  • #2898 - add needed runtime reflection hints for native image
  • #2891 - Refactor trimIndent Method

Changed

  • Upgrade swagger-ui to v5.18.3

Fixed

  • #2902 - Schema replaced by String when using @​ApiResponse with RepresentationModel (Hateoas links)
  • #2876 - Restentpoints with same name get mix up
  • #2895 - Only filter out actuator endpoints with double asterisks.
  • #2894 - respect @​JsonUnwrapped & @​Schema on props not fields only
  • #2881 - fix defaultValue when using @​PageableDefault together with one-indexed-parameters
  • #2888 - Provide a better consistency for parameters and responses order.

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.4...v2.8.5

springdoc-openapi v2.8.4 released!

What's Changed

Added

  • #2873 - Improve performance of getGenericMapResponse
  • #2836 - Provide option to set allowed locales
  • #2862 - Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior

Changed

  • Upgrade spring-boot to 3.4.2
  • Upgrade spring-cloud-function to 4.2.1
  • Upgrade swagger-core to 2.2.28

... (truncated)

Changelog

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

[2.8.5] - 2025-02-16

Added

  • #2696 - Do not require JsonSubType annotation for sealed classes
  • #2898 - add needed runtime reflection hints for native image
  • #2891 - Refactor trimIndent Method

Changed

  • Upgrade swagger-ui to v5.18.3

Fixed

  • #2902 - Schema replaced by String when using @​ApiResponse with RepresentationModel (Hateoas links)
  • #2876 - Restentpoints with same name get mix up
  • #2895 - Only filter out actuator endpoints with double asterisks.
  • #2894 - respect @​JsonUnwrapped & @​Schema on props not fields only
  • #2881 - fix defaultValue when using @​PageableDefault together with one-indexed-parameters
  • #2888 - Provide a better consistency for parameters and responses order.

[2.8.4] - 2025-01-25

Added

  • #2873 - Improve performance of getGenericMapResponse
  • #2836 - Provide option to set allowed locales
  • 2862 - Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior

Changed

  • Upgrade spring-boot to 3.4.2
  • Upgrade spring-cloud-function to 4.2.1
  • Upgrade swagger-core to 2.2.28

Fixed

  • #2870 - Springdoc 2.8.x + Spring Boot 3.4.1 breaks native image support
  • #2869 - Exception logged when generating schema for delete method of Spring Data repository.
  • #2856 - @​JsonUnwrapped is ignored in new version of lib.
  • #2852 - @​Schema(types = "xxx") does not work for multipart param with enabled springdoc.default-support-form-data config option.

[2.8.3] - 2025-01-12

Added

  • #2851 - Refine condition, for ignoring types when using PolymorphicModelConverter

[2.8.2] - 2025-01-12

Added

  • #2849 - Provide better compatibility for projects migrating from OAS 3.0 to OAS 3.1

Fixed

  • #2846 - ClassCastException with spring-data-rest and openapi version 3.1 bug
  • #2844 - PageableObject and SortObject are called Pageablenull and Sortnull

... (truncated)

Commits
  • 9006225 [maven-release-plugin] prepare release v2.8.5
  • 2186984 CHANGELOG.md update for 2.8.5
  • f4e632b Do not require JsonSubType annotation for sealed classes #2696
  • 7c0229f Merge branch 'sahil-ramagiri-sealed-classes'
  • 8f98a39 PR review
  • a329910 Schema replaced by String when using @​ApiResponse with RepresentationModel (H...
  • cdfaf63 Restentpoints with same name get mix up. Fixes #2876
  • ee5ab03 Restentpoints with same name get mix up. Fixes #2876
  • 0775180 Restentpoints with same name get mix up. Fixes #2876
  • 54ea28e Merge pull request #2898 from lorenzbaier/native-runtime-hints
  • Additional commits viewable in compare view

Updates org.bouncycastle:bcprov-jdk18on from 1.79 to 1.80

Changelog

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

2.1.1 Version Release: 1.80 Date:      2025, 14th January.

... (truncated)

Commits

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

Changelog

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

2.1.1 Version Release: 1.80 Date:      2025, 14th January.

... (truncated)

Commits

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

Release notes

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

3.5.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

3.4.1

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

🔧 Build

3.4.0

🚀 New features and improvements

  • Allow <includePluginDependencies> to be specified for the exec:exec goal (#432) @​sebthom

... (truncated)

Commits
  • b80d3d6 [maven-release-plugin] prepare release 3.5.0
  • 226a8ce Update site descriptor to 2.0.0
  • 47eac15 #322, enable to control the exec:java interaction with JVM classloader more f...
  • 582aed0 Bump project version
  • 8e7fa52 Update src/main/java/org/codehaus/mojo/exec/ExecMojo.java
  • d2bdc9c Add toolchain java path to environment variables in ExecMojo - added tests an...
  • eb62d78 Add toolchain java path to environment variables in ExecMojo - added tests an...
  • 8dbbb07 Add toolchain java path to environment variables in ExecMojo - added tests an...
  • 168b368 Add toolchain java path to environment variables in ExecMojo - added tests an...
  • 491526a Add toolchain java path to environment variables in ExecMojo - added tests an...
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.1

Release notes

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

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 18, 2025
@phavekes
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/maven/backend-prod-3589d59ba5 branch from 7f67362 to 0d4c389 Compare February 18, 2025 13:55
Bumps the backend-prod group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) | `3.9.1` | `3.9.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.17.2` | `2.18.2` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.4.1` | `3.5.2` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.13.1` | `1.15.2` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.17.1` | `1.18.0` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.34` | `1.18.36` |
| [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.4.0` | `5.5.1` |
| [io.rest-assured:json-path](https://github.com/rest-assured/rest-assured) | `5.4.0` | `5.5.1` |
| [io.rest-assured:xml-path](https://github.com/rest-assured/rest-assured) | `5.4.0` | `5.5.1` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.6.0` | `2.8.5` |
| [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.79` | `1.80` |
| [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.79` | `1.80` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.1.0` | `3.5.0` |
| [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) | `3.6.0` | `3.7.1` |
| [io.hypersistence:hypersistence-utils-hibernate-60](https://github.com/vladmihalcea/hypersistence-utils) | `3.8.1` | `3.9.2` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `9.0.0` | `9.2.0` |

Bumps the backend-prod group with 2 updates in the /client directory: [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) and [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin).
Bumps the backend-prod group with 7 updates in the /provisioning-mock directory:

| Package | From | To |
| --- | --- | --- |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.17.2` | `2.18.2` |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.34` | `1.18.36` |
| [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.4.0` | `5.5.1` |
| [io.rest-assured:json-path](https://github.com/rest-assured/rest-assured) | `5.4.0` | `5.5.1` |
| [io.rest-assured:xml-path](https://github.com/rest-assured/rest-assured) | `5.4.0` | `5.5.1` |
| [io.hypersistence:hypersistence-utils-hibernate-60](https://github.com/vladmihalcea/hypersistence-utils) | `3.8.1` | `3.9.2` |
| [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) | `9.0.0` | `9.2.0` |

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

| Package | From | To |
| --- | --- | --- |
| [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) | `3.9.1` | `3.9.2` |
| [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.4.1` | `3.5.2` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.13.1` | `1.15.2` |
| [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.17.1` | `1.18.0` |
| [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.5.0` | `5.5.1` |
| [io.rest-assured:json-path](https://github.com/rest-assured/rest-assured) | `5.5.0` | `5.5.1` |
| [io.rest-assured:xml-path](https://github.com/rest-assured/rest-assured) | `5.5.0` | `5.5.1` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.6.0` | `2.8.5` |
| [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.79` | `1.80` |
| [org.bouncycastle:bcpkix-jdk18on](https://github.com/bcgit/bc-java) | `1.79` | `1.80` |

Bumps the backend-prod group with 2 updates in the /welcome directory: [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) and [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin).


Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.9.1 to 3.9.2
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.9.1...hypersistence-utils-parent-3.9.2)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.17.2 to 2.18.2

Updates `org.mariadb.jdbc:mariadb-java-client` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@3.4.1...3.5.2)

Updates `com.azure:azure-identity` from 1.13.1 to 1.15.2
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.13.1...azure-identity_1.15.2)

Updates `commons-codec:commons-codec` from 1.17.1 to 1.18.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.17.1...rel/commons-codec-1.18.0)

Updates `org.projectlombok:lombok` from 1.18.34 to 1.18.36
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.34...v1.18.36)

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

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

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

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.6.0 to 2.8.5
- [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.6.0...v2.8.5)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.79 to 1.80
- [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.79 to 1.80
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

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

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

Updates `io.hypersistence:hypersistence-utils-hibernate-60` from 3.8.1 to 3.9.2
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.8.1...hypersistence-utils-parent-3.9.2)

Updates `com.mysql:mysql-connector-j` from 9.0.0 to 9.2.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@9.0.0...9.2.0)

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

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

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.17.2 to 2.18.2

Updates `org.projectlombok:lombok` from 1.18.34 to 1.18.36
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.34...v1.18.36)

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

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

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

Updates `io.hypersistence:hypersistence-utils-hibernate-60` from 3.8.1 to 3.9.2
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.8.1...hypersistence-utils-parent-3.9.2)

Updates `com.mysql:mysql-connector-j` from 9.0.0 to 9.2.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@9.0.0...9.2.0)

Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.9.1 to 3.9.2
- [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt)
- [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.9.1...hypersistence-utils-parent-3.9.2)

Updates `org.mariadb.jdbc:mariadb-java-client` from 3.4.1 to 3.5.2
- [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
- [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
- [Commits](mariadb-corporation/mariadb-connector-j@3.4.1...3.5.2)

Updates `com.azure:azure-identity` from 1.13.1 to 1.15.2
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.13.1...azure-identity_1.15.2)

Updates `commons-codec:commons-codec` from 1.17.1 to 1.18.0
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.17.1...rel/commons-codec-1.18.0)

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

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

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

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.6.0 to 2.8.5
- [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.6.0...v2.8.5)

Updates `org.bouncycastle:bcprov-jdk18on` from 1.79 to 1.80
- [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.79 to 1.80
- [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html)
- [Commits](https://github.com/bcgit/bc-java/commits)

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

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

---
updated-dependencies:
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.azure:azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.rest-assured:rest-assured
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: io.rest-assured:json-path
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: io.rest-assured:xml-path
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.apache.maven.plugins:maven-assembly-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-60
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.apache.maven.plugins:maven-assembly-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.rest-assured:rest-assured
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: io.rest-assured:json-path
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: io.rest-assured:xml-path
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-60
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: io.hypersistence:hypersistence-utils-hibernate-63
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.azure:azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: commons-codec:commons-codec
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: io.rest-assured:rest-assured
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.rest-assured:json-path
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: io.rest-assured:xml-path
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: backend-prod
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.bouncycastle:bcprov-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.bouncycastle:bcpkix-jdk18on
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.apache.maven.plugins:maven-assembly-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/backend-prod-3589d59ba5 branch from 0d4c389 to 228b354 Compare February 20, 2025 04:24
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.

1 participant