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 6 directories with 10 updates #688

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2025

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

Package From To
org.apache.commons:commons-compress 1.26.2 1.27.1
com.github.spullara.mustache.java:compiler 0.9.10 0.9.14
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.17.2 2.18.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.17.2 2.18.2
com.google.guava:guava 33.2.1-jre 33.4.0-jre
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.3 2.8.5
org.wiremock.integrations:wiremock-spring-boot 3.3.0 3.8.1
org.codehaus.mojo:versions-maven-plugin 2.12.0 2.18.0
org.codehaus.mojo:exec-maven-plugin 3.0.0 3.5.0
org.apache.maven.plugins:maven-assembly-plugin 3.3.0 3.7.1

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

Package From To
org.apache.commons:commons-compress 1.26.2 1.27.1
com.github.spullara.mustache.java:compiler 0.9.10 0.9.14
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.17.2 2.18.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.17.2 2.18.2
com.google.guava:guava 33.2.1-jre 33.4.0-jre
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.8.3 2.8.5
org.wiremock.integrations:wiremock-spring-boot 3.3.0 3.8.1
org.codehaus.mojo:versions-maven-plugin 2.12.0 2.18.0

Bumps the backend-prod group with 1 update in the /public-gui directory: org.codehaus.mojo:exec-maven-plugin.
Bumps the backend-prod group with 1 update in the /servicedesk-gui directory: org.codehaus.mojo:exec-maven-plugin.

Updates org.apache.commons:commons-compress from 1.26.2 to 1.27.1

Updates com.github.spullara.mustache.java:compiler from 0.9.10 to 0.9.14

Commits
  • 698bb59 [maven-release-plugin] prepare release mustache.java-0.9.14
  • 78dbb3e ISSUE-305: add a test case
  • 702606f add support for dynamicnames
  • 9442141 update the README with a link to the build
  • a9c77e8 the lambda tests depend on this ordering
  • 9cc19a4 update to latest spec tests
  • b2676e4 Update README.md
  • d2a2632 Update maven.yml
  • 5f883ae Update maven.yml
  • b72d3af Create maven.yml
  • Additional commits viewable in compare view

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

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

Updates com.google.guava:guava from 33.2.1-jre to 33.4.0-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.4.0

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.4.0-jre</version>
  <!-- or, for Android: -->
  <version>33.4.0-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • Exposed additional Java 8 APIs to Android users. (6082782134, 9b0109c662, 6ace8bc8ea, b650b9fe77, c6c268006c, 984f713d76, f9f3fffb87, cdc225474e)
  • base: Deprecated Charsets constants in favor of StandardCharsets. We will not remove the constants, but we recommend using StandardCharsets for consistency. (45e6be2688)
  • base: Added ToStringHelper.omitEmptyValues(). (f5ec2ab85c)
  • collect: Added an optimized copyOf method to TreeRangeMap. (a46565dd1c)
  • collect.testing: Fixed @Require annotations so that features implied by absent features are not also required to be absent. (81be061f85)
  • io: Changed ByteSink and CharSink to no longer call flush() in some cases before close(). This is a no-op for well-behaved streams, which internally flush their data as part of closing. However, we have discovered some stream implementations that have overridden close() to do nothing, including not to flush some buffered data. If this change causes problems, the simplest fix is usually to change the close() override to at least call flush(). (6ace8bc8ea)
  • net: Added HttpHeaders.ALT_SVC and MediaType.CBOR. (503ba429f9, 7c0bf0892d)

33.3.1

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
</tr></table> 

... (truncated)

Commits

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.8.3 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.
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.wiremock.integrations:wiremock-spring-boot from 3.3.0 to 3.8.1

Release notes

Sourced from org.wiremock.integrations:wiremock-spring-boot's releases.

3.8.1

🐛 Bug fixes

3.8.0

🚀 New features and improvements

3.7.0

🚀 New features and improvements

3.6.0

🚀 New features and improvements

3.5.1

🐛 Bug fixes

3.5.0

🚀 New features and improvements

3.4.0

🚀 New features and improvements

Commits
  • 2b57f3c Merge pull request #88 from maxxedev/main
  • 0ab5027 remove empty application.properties
  • fa3ed97 Merge pull request #87 from wiremock/feature/3.12.0
  • 16a0c8e chore(deps): WireMock 3.12.0
  • 1adea25 Merge pull request #86 from wiremock/feature/global-response-templating-confi...
  • e21700c Merge pull request #85 from wiremock/feature/issue-83-inherited
  • 21b06a8 feat: global response templating configurable
  • ef19317 feat: add @​Inherited to @​EnableWireMock (refs #83)
  • 1b42d76 Merge pull request #77 from wiremock/feature/issue-73-register-spring-bean
  • 6379c85 chore: using the cucumber-junit platform runner
  • Additional commits viewable in compare view

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

Release notes

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

2.18.0

❗ NOTICE

Due to Doxia 2.x stack maven-site-plugin 3.20+ is required. https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack

Changes

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

📝 Documentation updates

... (truncated)

Commits
  • 814c9b1 [maven-release-plugin] prepare release 2.18.0
  • 64a3814 Upgrade to Doxia 2.x stack
  • a3ab213 Resolves #1060: Bugfix in UpdateParentMojo + add tests (#1181)
  • 380264f Remove implementation of dynamic version goal
  • 7e3b710 Drop Maven Wrapper from project
  • a9270bb Bump project version to 2.18.0-SNAPSHOT
  • d115f7a Moved to modello-stax. Removed "versionDefinition" from rule.mdo. (#1176)
  • 3841bb6 fix: Removed non-fully functional dynamic version goal (#1172)
  • a899699 Using Stax2 (Woodstox) instead of plexus-xml (Xpp) to process XML documents; ...
  • 8f48640 Bump byteBuddyVersion from 1.15.7 to 1.15.10
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:exec-maven-plugin from 3.0.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.3.0 to 3.7.1

Release notes

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

3.7.1

Release Notes - Maven Assembly Plugin - Version 3.7.1

What's Changed

Full Changelog: apache/maven-assembly-plugin@maven-assembly-plugin-3.7.0...maven-assembly-plugin-3.7.1

3.7.0

Release Notes - Maven Assembly Plugin - Version 3.7.0

... (truncated)

Commits
  • 0afbb3e [maven-release-plugin] prepare release maven-assembly-plugin-3.7.1
  • 74e858a [MASSEMBLY-1022] Unresolved artifacts should be not processed
  • cb56382 [MASSEMBLY-1025] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2...
  • 86bbed0 [MASSEMBLY-1024] Bump org.apache.commons:commons-compress from 1.25.0 to 1.26...
  • bdcc4d0 [MASSEMBLY-1023] Bump org.apache.maven.shared:maven-filtering from 3.3.1 to 3...
  • 74fe92e [maven-release-plugin] prepare for next development iteration
  • 9be6e87 [maven-release-plugin] prepare release maven-assembly-plugin-3.7.0
  • e8630dc Bump apache/maven-gh-actions-shared from 3 to 4
  • 98f97a5 Bump org.postgresql:postgresql in /src/it/projects/bugs/massembly-730
  • c84e110 [MASSEMBLY-1019] Maven 3.6.3 as minimum requirements
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:exec-maven-plugin from 3.0.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.3.0 to 3.7.1

Release notes

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

3.7.1

Release Notes - Maven Assembly Plugin - Version 3.7.1

What's Changed

Full Changelog: apache/maven-assembly-plugin@maven-assembly-plugin-3.7.0...maven-assembly-plugin-3.7.1

3.7.0

Release Notes - Maven Assembly Plugin - Version 3.7.0

... (truncated)

Commits
  • 0afbb3e [maven-release-plugin] prepare release maven-assembly-plugin-3.7.1
  • 74e858a [MASSEMBLY-1022] Unresolved artifacts should be not processed
  • cb56382 [MASSEMBLY-1025] Bump org.codehaus.plexus:plexus-archiver from 4.9.1 to 4.9.2...
  • 86bbed0 [MASSEMBLY-1024] Bump org.apache.commons:commons-compress from 1.25.0 to 1.26...
  • bdcc4d0 [MASSEMBLY-1023] Bump org.apache.maven.shared:maven-filtering from 3.3.1 to 3...
  • 74fe92e [maven-release-plugin] prepare for next development iteration
  • 9be6e87 [maven-release-plugin] prepare release maven-assembly-plugin-3.7.0
  • e8630dc Bump apache/maven-gh-actions-shared from 3 to 4
  • 98f97a5 Bump org.postgresql:postgresql in /src/it/projects/bugs/massembly-730
  • c84e110 [MASSEMBLY-1019] Maven 3.6.3 as minimum requirements
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:exec-maven-plugin from 3.0.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

  • Remove redundant spotless configuration (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 18, 2025
@dependabot dependabot bot force-pushed the dependabot/maven/backend-prod-659b59600f branch 2 times, most recently from 62b4644 to 16f58d7 Compare February 18, 2025 15:49
Bumps the backend-prod group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.commons:commons-compress | `1.26.2` | `1.27.1` |
| [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) | `0.9.10` | `0.9.14` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.17.2` | `2.18.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.17.2` | `2.18.2` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.2.1-jre` | `33.4.0-jre` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.3` | `2.8.5` |
| [org.wiremock.integrations:wiremock-spring-boot](https://github.com/wiremock/wiremock-spring-boot) | `3.3.0` | `3.8.1` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.12.0` | `2.18.0` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.0.0` | `3.5.0` |
| [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin) | `3.3.0` | `3.7.1` |

Bumps the backend-prod group with 2 updates in the /account-gui 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 2 updates in the /myconext-gui 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 8 updates in the /myconext-server directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.commons:commons-compress | `1.26.2` | `1.27.1` |
| [com.github.spullara.mustache.java:compiler](https://github.com/spullara/mustache.java) | `0.9.10` | `0.9.14` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.17.2` | `2.18.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.17.2` | `2.18.2` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.2.1-jre` | `33.4.0-jre` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.3` | `2.8.5` |
| [org.wiremock.integrations:wiremock-spring-boot](https://github.com/wiremock/wiremock-spring-boot) | `3.3.0` | `3.8.1` |
| [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) | `2.12.0` | `2.18.0` |

Bumps the backend-prod group with 1 update in the /public-gui directory: [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin).
Bumps the backend-prod group with 1 update in the /servicedesk-gui directory: [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin).


Updates `org.apache.commons:commons-compress` from 1.26.2 to 1.27.1

Updates `com.github.spullara.mustache.java:compiler` from 0.9.10 to 0.9.14
- [Commits](spullara/mustache.java@0.9.10...mustache.java-0.9.14)

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

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

Updates `com.google.guava:guava` from 33.2.1-jre to 33.4.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.3 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.8.3...v2.8.5)

Updates `org.wiremock.integrations:wiremock-spring-boot` from 3.3.0 to 3.8.1
- [Release notes](https://github.com/wiremock/wiremock-spring-boot/releases)
- [Commits](wiremock/wiremock-spring-boot@3.3.0...3.8.1)

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

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

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

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

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

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

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

Updates `org.apache.commons:commons-compress` from 1.26.2 to 1.27.1

Updates `com.github.spullara.mustache.java:compiler` from 0.9.10 to 0.9.14
- [Commits](spullara/mustache.java@0.9.10...mustache.java-0.9.14)

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

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

Updates `com.google.guava:guava` from 33.2.1-jre to 33.4.0-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.3 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.8.3...v2.8.5)

Updates `org.wiremock.integrations:wiremock-spring-boot` from 3.3.0 to 3.8.1
- [Release notes](https://github.com/wiremock/wiremock-spring-boot/releases)
- [Commits](wiremock/wiremock-spring-boot@3.3.0...3.8.1)

Updates `org.codehaus.mojo:versions-maven-plugin` from 2.12.0 to 2.18.0
- [Release notes](https://github.com/mojohaus/versions/releases)
- [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md)
- [Commits](mojohaus/versions@versions-maven-plugin-2.12.0...2.18.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.0.0...3.5.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.0.0...3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.github.spullara.mustache.java:compiler
  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: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.google.guava:guava
  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-patch
  dependency-group: backend-prod
- dependency-name: org.wiremock.integrations:wiremock-spring-boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  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: 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: 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: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.github.spullara.mustache.java:compiler
  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: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: com.google.guava:guava
  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-patch
  dependency-group: backend-prod
- dependency-name: org.wiremock.integrations:wiremock-spring-boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend-prod
- dependency-name: org.codehaus.mojo:versions-maven-plugin
  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.codehaus.mojo:exec-maven-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-659b59600f branch from 16f58d7 to fff9c9d Compare February 20, 2025 15:47
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 21, 2025

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

@dependabot dependabot bot closed this Feb 21, 2025
@dependabot dependabot bot deleted the dependabot/maven/backend-prod-659b59600f branch February 21, 2025 15:58
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: Delivered
Development

Successfully merging this pull request may close these issues.

1 participant