Skip to content

Bump the maven group with 19 updates#149

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/maven/maven-22c734bb96
Mar 6, 2025
Merged

Bump the maven group with 19 updates#149
github-actions[bot] merged 1 commit intomainfrom
dependabot/maven/maven-22c734bb96

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 6, 2025

Bumps the maven group with 19 updates:

Package From To
org.projectlombok:lombok 1.18.34 1.18.36
jakarta.xml.bind:jakarta.xml.bind-api 4.0.1 4.0.2
org.glassfish.jaxb:jaxb-runtime 4.0.1 4.0.2
org.junit.jupiter:junit-jupiter 5.11.0 5.12.0
org.assertj:assertj-core 3.26.3 3.27.3
net.datafaker:datafaker 2.4.0 2.4.2
org.apache.maven.plugins:maven-surefire-plugin 3.3.1 3.5.2
org.apache.maven.plugins:maven-failsafe-plugin 3.2.1 3.5.2
org.apache.maven.plugins:maven-javadoc-plugin 3.8.0 3.11.2
org.apache.maven.plugins:maven-release-plugin 3.0.1 3.1.1
org.apache.maven.plugins:maven-deploy-plugin 3.1.3 3.1.4
org.codehaus.mojo:exec-maven-plugin 3.3.0 3.5.0
org.apache.maven.plugins:maven-gpg-plugin 3.2.5 3.2.7
org.slf4j:slf4j-api 2.0.12 2.0.17
commons-logging:commons-logging 1.3.4 1.3.5
net.java.dev.jna:jna 5.14.0 5.16.0
org.awaitility:awaitility 4.2.2 4.3.0
org.wiremock:wiremock 3.5.3 3.12.1
org.springframework.boot:spring-boot-dependencies 3.4.2 3.4.3

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 jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2

Release notes

Sourced from jakarta.xml.bind:jakarta.xml.bind-api's releases.

Jakarta XML Binding API 4.0.2

The 4.0.2 release is a bug fix release of 4.0.0.

Following changes are included:

  • #229 - Documented exception thrown is incorrect for javax.xml.bind.DatatypeConverter#print(Object) methods
  • #231 - Incorrect exception thrown by javax.xml.bind.DatatypeConverter
  • #236 - Fix the link to WS-I BP 1.0 in the spec
  • #284 - Re-use SAXParserFactory in AbstractUnmarshallerImpl for better performance
  • Javadoc improvements - formatting, typos, grammar, sample code
  • uses Jakarta Activation APIs 2.1.3

New Contributors

Full Changelog: jakartaee/jaxb-api@4.0.1...4.0.2

Commits

Updates org.glassfish.jaxb:jaxb-runtime from 4.0.1 to 4.0.2

Updates org.glassfish.jaxb:jaxb-runtime from 4.0.1 to 4.0.2

Updates org.junit.jupiter:junit-jupiter from 5.11.0 to 5.12.0

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.11.4...r5.12.0

JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0-RC1...r5.12.0-RC2

JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.12.0-M1...r5.12.0-RC1

JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • 2750b04 Release 5.12.0
  • 9615490 Update log suppressions for tests
  • 0a8d65b Remove duplicated reference to SimpleArgumentConverter
  • cafbcdb Update open-test-reporting to 0.2.0
  • ed1773c Fix version references to be 1.x in Platform and 5.x in Jupiter
  • 1d2f982 Update open-test-reporting to 0.2.0-M3
  • 2b6bab5 Fix indentation
  • d1929bb Merge 5.12.0 release notes
  • 9b7a3c4 Back to snapshots for further development
  • a410c92 Release 5.12.0-RC2
  • Additional commits viewable in compare view

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

Release notes

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

v3.27.3

💥 Breaking Changes

Core

  • Revert "Propagate common basetype for the extracting method" #3737

    The enhancement introduced with #3673 breaks existing code on Kotlin 1.9; therefore, it has been reverted.

    As Spring Boot 3.4 currently supports Kotlin 1.9, we want to keep the same compatibility on AssertJ 3.x, while AssertJ 4.x will require Kotlin 2.x.

    Existing code relying on the changes introduced with #3673 will no longer compile and should be refactored.

🐛 Bug Fixes

Core

  • Fix StandardRepresentation regression for unquoted strings #3735

⚡ Improvements

Core

  • Add Class info to class loading strategy failures #3746

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​ccrvincent

v3.27.2

🐛 Bug Fixes

Core

  • Restore support for null-valued maps when ignoring fields #3723

v3.27.1

🚫 Deprecated

Core

  • Deprecate usingComparatorForFields and remove deprecated assertions from usingComparatorForType documentation #3711
  • Deprecate hasCauseReference(Throwable) from Throwable assertions #3715

... (truncated)

Commits
  • c928dd3 [maven-release-plugin] prepare release assertj-build-3.27.3
  • f308d95 Fix StandardRepresentation regression for unquoted strings (#3735)
  • e5959f4 Add Java and Kotlin release references
  • 3eb809d Add Kotlin EAP reference
  • b39a8cf Add Kotlin 2.1.10-RC
  • e20e40d Add Class info to failure exception (#3746)
  • 79b87f0 Revert "Propagate common basetype for the extracting method (#3673)" (#3737)
  • bf439b3 chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.43.0 to ...
  • 30936ca Restructure Kotlin tests, add DisplayNameGenerator
  • b5b86cc Add Kotlin cross-version job (#3732)
  • Additional commits viewable in compare view

Updates net.datafaker:datafaker from 2.4.0 to 2.4.2

Release notes

Sourced from net.datafaker:datafaker's releases.

v2.4.2

Things that changed in this release

  • cda7fb2f - Automate rolling of SNAPSHOT version in pom (#1438)
  • cbe31057 - feature: add movie name to movie provider (#1442)
  • 562ceed8 - Bump codecov/codecov-action from 5.0.0 to 5.0.2
  • 36c04ae8 - Bump codecov/codecov-action from 4.6.0 to 5.0.0
  • fe28ca9f - Bump com.googlecode.libphonenumber:libphonenumber
  • cd7e58d2 - Brazil passport number
  • fde98f09 - Finance provider extension with a new card type UNIONPAY and card number generator for it
  • 92427bd8 - Update Dota2Provider dota2.yml
  • ff110bfc - swedish ssn cannot have format like XXXXXX-000X (#1434)
  • 1b19bdc6 - Update snapshot version in pom.xml (#1429)
  • c82724cd - Add greek values for Football provider
  • 7463ece4 - Experimenting with Renovate to bundle all renovate PRs once a week. (#1427)
  • fa65768a - chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.1
  • 9619611c - chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.2
  • 5f9e1766 - chore(deps): update dependency org.apache.maven.plugins:maven-failsafe-plugin to v3.5.2
  • 8c61c5be - Release notes for version 2.4.1.
  • f073184d - Added numberBetween for doubles. (#1392)
  • 87a38039 - improve test for faker.expression
  • 583e81d0 - #1412 fix concurrency issue in CopyOnWriteMap
  • 1dc01bb1 - #1412 avoid swallowing errors happened in child threads in Issue759Test
  • 0f50bbec - fix flaky UniversityTest
  • 6f00a785 - Feature: new methods nextInt(Range) and nextLong(Range) (#1416)
  • d5f4ffb6 - fix typo in test name
  • 63b6ba4d - add assertions to DateAndTimeTest.java
  • 832116d9 - fix flaky test NameTest.java with Greek names
  • 089f7ade - Add greek values for Name provider (#1415)
  • d00cb0de - Merge pull request #1413 from datafaker-net/renovate/libphonenumber.version
  • 3e096530 - fix(deps): update dependency com.googlecode.libphonenumber:libphonenumber to v8.13.49
  • 9efbce1b - fix: University tests
  • e90e2973 - Merge pull request #1410 from gvrettos/feature/measurement-el_GR
  • 054a8b76 - Move utility method for tests on top of the actual tests
  • 79e2821d - Fix test for Job provider for el_GR locale to accept skills of up to 4 words
  • e10eb768 - Add tests for Job provider for el_GR locale
  • 7c0bb4a4 - Add tests for GreekPhilosopher provider for el_GR locale
  • 8171a5f3 - Add tests for Ancient provider for el_GR locale
  • d97f15cf - Add tests for Measurement provider for el_GR locale
  • f5a93122 - Add greek translations for Measurement provider

v2.4.1

What's Changed

... (truncated)

Commits
  • cda7fb2 Automate rolling of SNAPSHOT version in pom (#1438)
  • cbe3105 feature: add movie name to movie provider (#1442)
  • 562ceed Bump codecov/codecov-action from 5.0.0 to 5.0.2
  • 36c04ae Bump codecov/codecov-action from 4.6.0 to 5.0.0
  • fe28ca9 Bump com.googlecode.libphonenumber:libphonenumber
  • cd7e58d Brazil passport number
  • fde98f0 Finance provider extension with a new card type UNIONPAY and card number gene...
  • 92427bd Update Dota2Provider dota2.yml
  • ff110bf swedish ssn cannot have format like XXXXXX-000X (#1434)
  • 1b19bdc Update snapshot version in pom.xml (#1429)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.5.2

Release notes

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

3.5.2

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

Full Changelog: apache/maven-surefire@surefire-3.5.1...surefire-3.5.2

3.5.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

3.5.0

... (truncated)

Commits
  • ea9f049 [maven-release-plugin] prepare release surefire-3.5.2
  • e1f94a0 [SUREFIRE-2276] JUnit5's TestTemplate failures treated as flakes with retries
  • d24adb4 [SUREFIRE-2277] RunResult#getFlakes() is lost during serialisation/deserialis...
  • 4385e94 Remove links to non-existing report
  • 8881971 Remove outdated FAQ
  • 0121834 [SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin
  • 91d16c3 Fix formatting of XML schema files
  • 6cb417a Add .xsd to .gitattributes
  • 9ce5221 [SUREFIRE-2282] surefire-report-plugin: Update Introduction documentation page
  • 620b983 [SUREFIRE-2281] Upgrade to Doxia 2.0.0 GA Stack
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.2.1 to 3.5.2

Release notes

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

3.5.2

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

Full Changelog: apache/maven-surefire@surefire-3.5.1...surefire-3.5.2

3.5.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

3.5.0

... (truncated)

Commits
  • ea9f049 [maven-release-plugin] prepare release surefire-3.5.2
  • e1f94a0 [SUREFIRE-2276] JUnit5's TestTemplate failures treated as flakes with retries
  • d24adb4 [SUREFIRE-2277] RunResult#getFlakes() is lost during serialisation/deserialis...
  • 4385e94 Remove links to non-existing report
  • 8881971 Remove outdated FAQ
  • 0121834 [SUREFIRE-2283] FAQ site contains broken link to failsafe-plugin
  • 91d16c3 Fix formatting of XML schema files
  • 6cb417a Add .xsd to .gitattributes
  • 9ce5221 [SUREFIRE-2282] surefire-report-plugin: Update Introduction documentation page
  • 620b983 [SUREFIRE-2281] Upgrade to Doxia 2.0.0 GA Stack
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.11.2

Release notes

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

3.11.2

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

maven-javadoc-plugin-3.11.1

What's Changed

Full Changelog: apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.0...maven-javadoc-plugin-3.11.1

maven-javadoc-plugin-3.10.1

What's Changed

Full Changelog: apache/maven-javadoc-plugin@maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1

maven-javadoc-plugin-3.10.0

❗ NOTICE

Due to Doxia 2.x stack maven-site-plugin 3.20+ is requred.

What's Changed

... (truncated)

Commits
  • 44cbab7 [maven-release-plugin] prepare release maven-javadoc-plugin-3.11.2
  • 3de45d8 use github for scm
  • 45ccf06 Bump com.thoughtworks.qdox:qdox from 2.1.0 to 2.2.0
  • 530fa01 [MJAVADOC-823] legacyMode keeps using module-info.java (-sourcedirectory stil...
  • 3a16d92 Bump commons-io:commons-io from 2.17.0 to 2.18.0
  • 69c1ba7 Migrate from Plexus to Sisu Guice (#341)
  • 39857ea Remove usages of deprecated ReaderFactory class (#339)
  • 314203a [MJAVADOC-814] handle parameters such packages with multi lines (#337)
  • 3bb982d refactor: Replace Plexus AbstractLogEnabled with SLF4J (#338)
  • 76826c8 [MJAVADOC-822] skippedModules should be more scalable and support regex (#336)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1

Release notes

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

3.1.0

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

Bumps the maven group with 19 updates:

| Package | From | To |
| --- | --- | --- |
| [org.projectlombok:lombok](https://github.com/projectlombok/lombok) | `1.18.34` | `1.18.36` |
| [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) | `4.0.1` | `4.0.2` |
| org.glassfish.jaxb:jaxb-runtime | `4.0.1` | `4.0.2` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.0` | `5.12.0` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.26.3` | `3.27.3` |
| [net.datafaker:datafaker](https://github.com/datafaker-net/datafaker) | `2.4.0` | `2.4.2` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.1` | `3.5.2` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.2.1` | `3.5.2` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.8.0` | `3.11.2` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.0.1` | `3.1.1` |
| [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) | `3.1.3` | `3.1.4` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.3.0` | `3.5.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.5` | `3.2.7` |
| org.slf4j:slf4j-api | `2.0.12` | `2.0.17` |
| commons-logging:commons-logging | `1.3.4` | `1.3.5` |
| [net.java.dev.jna:jna](https://github.com/java-native-access/jna) | `5.14.0` | `5.16.0` |
| [org.awaitility:awaitility](https://github.com/awaitility/awaitility) | `4.2.2` | `4.3.0` |
| [org.wiremock:wiremock](https://github.com/wiremock/wiremock) | `3.5.3` | `3.12.1` |
| [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `3.4.2` | `3.4.3` |


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 `jakarta.xml.bind:jakarta.xml.bind-api` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/jakartaee/jaxb-api/releases)
- [Commits](jakartaee/jaxb-api@4.0.1...4.0.2)

Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.1 to 4.0.2

Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.1 to 4.0.2

Updates `org.junit.jupiter:junit-jupiter` from 5.11.0 to 5.12.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.11.0...r5.12.0)

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

Updates `net.datafaker:datafaker` from 2.4.0 to 2.4.2
- [Release notes](https://github.com/datafaker-net/datafaker/releases)
- [Commits](datafaker-net/datafaker@v2.4.0...v2.4.2)

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

Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.2.1 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.1...surefire-3.5.2)

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

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

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

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

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

Updates `org.slf4j:slf4j-api` from 2.0.12 to 2.0.17

Updates `commons-logging:commons-logging` from 1.3.4 to 1.3.5

Updates `net.java.dev.jna:jna` from 5.14.0 to 5.16.0
- [Changelog](https://github.com/java-native-access/jna/blob/master/CHANGES.md)
- [Commits](java-native-access/jna@5.14.0...5.16.0)

Updates `org.awaitility:awaitility` from 4.2.2 to 4.3.0
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](awaitility/awaitility@awaitility-4.2.2...awaitility-4.3.0)

Updates `org.wiremock:wiremock` from 3.5.3 to 3.12.1
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.5.3...3.12.1)

Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.2 to 3.4.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.2...v3.4.3)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: jakarta.xml.bind:jakarta.xml.bind-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: net.datafaker:datafaker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-deploy-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.codehaus.mojo:exec-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: commons-logging:commons-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: net.java.dev.jna:jna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.awaitility:awaitility
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.wiremock:wiremock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.springframework.boot:spring-boot-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 6, 2025
@github-actions github-actions bot merged commit 8c78473 into main Mar 6, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/maven/maven-22c734bb96 branch March 6, 2025 13:01
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants