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 dependencies group across 1 directory with 11 updates #1496

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps the dependencies group with 11 updates in the / directory:

Package From To
io.smallrye:jandex-maven-plugin 3.1.7 3.2.2
org.apache.maven.plugins:maven-surefire-plugin 3.2.5 3.5.0
org.apache.maven.plugins:maven-failsafe-plugin 3.2.5 3.5.0
net.revelc.code.formatter:formatter-maven-plugin 2.23.0 2.24.1
org.sonatype.plugins:nexus-staging-maven-plugin 1.6.13 1.7.0
org.apache.maven.plugins:maven-release-plugin 3.0.1 3.1.1
org.apache.maven.plugins:maven-javadoc-plugin 3.6.3 3.10.0
org.apache.maven.plugins:maven-gpg-plugin 3.2.3 3.2.6
org.apache.commons:commons-compress 1.26.1 1.27.1
io.specto:hoverfly-java-junit5 0.17.1 0.19.1
org.assertj:assertj-core 3.25.3 3.26.3

Updates io.smallrye:jandex-maven-plugin from 3.1.7 to 3.2.2

Release notes

Sourced from io.smallrye:jandex-maven-plugin's releases.

3.2.2

  • #424 release 3.2.2, second attempt
  • #423 reformat source code
  • #422 release 3.2.2
  • #421 Rename ClassInfo.canonicalConstructor() to canonicalRecordConstructor()
  • #420 replace ClassInfo.unsorted* with *InDeclarationOrder
  • #419 add ClassInfo.canonicalConstructor()
  • #418 Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.4.0
  • #417 Improve javadoc of ClassInfo.fields(), methods() and recordComponents()
  • #416 Bump burrunan/gradle-cache-action from 1.19 to 1.22

3.2.1

  • #415 release 3.2.1, second attempt
  • #414 Make sure all annotations in the annotation overlay have target
  • #413 improve GitHub Actions setup
  • #412 release 3.2.1
  • #411 Bump net.bytebuddy:byte-buddy from 1.14.17 to 1.14.18
  • #410 Bump io.smallrye:smallrye-build-parent from 44 to 45
  • #409 Added indexVersion parameter to the jandex-jar goal
  • #407 Bump version.groovy from 4.0.21 to 4.0.22
  • #406 Bump org.junit.jupiter:junit-jupiter from 5.10.2 to 5.10.3
  • #405 Bump com.igormaznitsa:mvn-jlink-wrapper from 1.2.2 to 1.2.3
  • #404 Avoid having a ton of empty HashMaps in memory
  • #403 Bump version.maven from 3.9.7 to 3.9.8
  • #401 improve javadoc of AnnotationOverlay.annotation()
  • #400 Bump io.smallrye:smallrye-build-parent from 43 to 44
  • #399 Bump version.maven-plugin-tools from 3.13.0 to 3.13.1
  • #397 Bump net.bytebuddy:byte-buddy from 1.14.16 to 1.14.17
  • #396 Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.14 to 1.7.0
  • #395 Bump org.codehaus.mojo:exec-maven-plugin from 3.0.0 to 3.3.0
  • #394 Bump org.knowm.xchart:xchart from 3.8.1 to 3.8.8
  • #393 Bump org.apache.felix:maven-bundle-plugin from 5.1.8 to 5.1.9
  • #392 Bump io.smallrye:smallrye-build-parent from 42 to 43
  • #391 Bump org.junit.jupiter:junit-jupiter from 5.10.1 to 5.10.2
  • #390 Bump org.codehaus.plexus:plexus-utils from 4.0.0 to 4.0.1
  • #389 Bump version.groovy from 4.0.16 to 4.0.21
  • #388 Bump actions/setup-java from 3 to 4
  • #387 Bump com.google.code.gson:gson from 2.8.9 to 2.11.0
  • #386 Bump org.openjdk.jmh:jmh-core from 1.35 to 1.37
  • #385 Bump com.igormaznitsa:mvn-jlink-wrapper from 1.1.1 to 1.2.2
  • #384 Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.6.14
  • #383 Bump version.maven from 3.8.1 to 3.9.7
  • #382 Bump org.codehaus.plexus:plexus-compiler-eclipse from 2.11.1 to 2.15.0
  • #381 Bump org.apache.maven.plugins:maven-invoker-plugin from 3.6.0 to 3.7.0
  • #380 Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.13.0
  • #379 Bump actions/setup-node from 3 to 4
  • #378 Bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.16
  • #377 Bump actions/upload-artifact from 3 to 4
  • #376 Bump version.maven-plugin-tools from 3.10.2 to 3.13.0
  • #375 Bump actions/checkout from 3 to 4

... (truncated)

Commits
  • 7c0b316 [maven-release-plugin] prepare release 3.2.2
  • ca4e13a Amendments before release
  • 2379046 Merge pull request #424 from smallrye/release-3.2.2
  • ace9a2e release 3.2.2, second attempt
  • 5de41d7 Merge pull request #423 from Ladicek/reformat
  • aeeeb83 reformat source code
  • 6ff0e8b Merge pull request #422 from smallrye/release-3.2.2
  • 147b684 release 3.2.2
  • dc931b6 Merge pull request #421 from Ladicek/canonical-record-constructor
  • 4402134 Rename ClassInfo.canonicalConstructor() to canonicalRecordConstructor()
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.5.0

Release notes

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

3.3.0

Release Notes - Maven Surefire - Version 3.3.0

What's Changed

... (truncated)

Commits
  • c78365f [maven-release-plugin] prepare release surefire-3.5.0
  • 05e4681 [SUREFIRE-2227] Dynamically calculate xrefTestLocation
  • f1a419a [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack
  • 5e14d4f [SUREFIRE-2161] Align Mojo class names and output names
  • c0784ab Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1
  • 79ea717 [SUREFIRE-2256] Upgrade to Parent 43
  • 4648b47 add Reproducible Builds badge
  • f64c1b3 [maven-release-plugin] prepare for next development iteration
  • 3ae062d [maven-release-plugin] prepare release surefire-3.4.0
  • f0de8c0 Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.5.0

Release notes

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

3.3.0

Release Notes - Maven Surefire - Version 3.3.0

What's Changed

... (truncated)

Commits
  • c78365f [maven-release-plugin] prepare release surefire-3.5.0
  • 05e4681 [SUREFIRE-2227] Dynamically calculate xrefTestLocation
  • f1a419a [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack
  • 5e14d4f [SUREFIRE-2161] Align Mojo class names and output names
  • c0784ab Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1
  • 79ea717 [SUREFIRE-2256] Upgrade to Parent 43
  • 4648b47 add Reproducible Builds badge
  • f64c1b3 [maven-release-plugin] prepare for next development iteration
  • 3ae062d [maven-release-plugin] prepare release surefire-3.4.0
  • f0de8c0 Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.5.0

Release notes

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

3.3.0

Release Notes - Maven Surefire - Version 3.3.0

What's Changed

... (truncated)

Commits
  • c78365f [maven-release-plugin] prepare release surefire-3.5.0
  • 05e4681 [SUREFIRE-2227] Dynamically calculate xrefTestLocation
  • f1a419a [SUREFIRE-2228] Upgrade to Doxia 2.0.0 Milestone Stack
  • 5e14d4f [SUREFIRE-2161] Align Mojo class names and output names
  • c0784ab Bump org.apache.commons:commons-compress from 1.27.0 to 1.27.1
  • 79ea717 [SUREFIRE-2256] Upgrade to Parent 43
  • 4648b47 add Reproducible Builds badge
  • f64c1b3 [maven-release-plugin] prepare for next development iteration
  • 3ae062d [maven-release-plugin] prepare release surefire-3.4.0
  • f0de8c0 Bump org.htmlunit:htmlunit from 4.3.0 to 4.4.0
  • Additional commits viewable in compare view

Updates net.revelc.code.formatter:formatter-maven-plugin from 2.23.0 to 2.24.1

Updates org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0

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

👻 Maintenance

Commits
  • 4f350d4 [maven-release-plugin] prepare release maven-release-3.1.1
  • 06f6de4 [MRELEASE-1153] Revert parts of MRELEASE-1109 (8dfcb47996320af5e6f0b2d50eac20...
  • 985d0bc [MRELEASE-1149] Current release of the plugin has configuration docs missing
  • 47e94b4 [maven-release-plugin] prepare for next development iteration
  • f2f9f4e [maven-release-plugin] prepare release maven-release-3.1.0
  • e109d3b Bump scmVersion from 2.0.1 to 2.1.0
  • 5f794a1 Bump org.apache.maven.shared:maven-invoker from 3.2.0 to 3.3.0
  • 28201bb Bump org.codehaus.plexus:plexus-interactivity-api from 1.2 to 1.3
  • 8547606 Bump org.codehaus.plexus:plexus-interpolation from 1.26 to 1.27
  • adf6aaf Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.10.0

Release notes

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

3.7.0

📦 Dependency updates

📝 Documentation updates

👻 Maintenance

  • Bump org.springframework:spring-context from 4.3.29.RELEASE to 5.2.21.RELEASE in /src/it/projects/MJAVADOC-434_fixcompile (#280) @​dependabot
  • Exclude JDK 8 - temurin, adopt-openj9 on macos (#279) @​slawekjaranowski

🔧 Build

Commits
  • 487e479 [maven-release-plugin] prepare release maven-javadoc-plugin-3.10.0
  • 9638a6a [MJAVADOC-785] Align plugin implementation with AbstractMavenReport (maven-re...
  • 9d33925 [MJAVADOC-784] Upgrade to Doxia 2.0.0 Milestone Stack
  • a11b921 [MJAVADOC-809] Align Mojo class names
  • 7c4b467 Bump org.apache.maven.plugins:maven-plugins from 42 to 43
  • 636442b Improve ITs
  • dbca15a Bump org.hamcrest:hamcrest-core from 2.2 to 3.0
  • d02bb88 Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0
  • 0a850a1 [MJAVADOC-807] Simplify IT for MJAVADOC-498
  • 43e901f Improve URL handling
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-gpg-plugin from 3.2.3 to 3.2.6

Release notes

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

3.2.6

Release Notes - Maven GPG Plugin - Version 3.2.6


What's Changed

New Contributors

Full Changelog: apache/maven-gpg-plugin@maven-gpg-plugin-3.2.5...maven-gpg-plugin-3.2.6

3.2.5

Release Notes - Maven GPG Plugin - Version 3.2.5

... (truncated)

Commits
  • 1c9a14c [maven-release-plugin] prepare release maven-gpg-plugin-3.2.6
  • bbe6156 Add FAQ for "no pinentry" issue (#118)
  • 5b94273 [MGPG-141] Remove use of deprecated classes (#117)
  • afdfd28 [MGPG-138] Drop direct use of plexus-cipher and secdispatcher (#115)
  • 7516e7c [MGPG-140] Update Maven to 3.9.9 (#116)
  • 4ec571f [MGPG-139] Bump org.apache.maven.plugins:maven-invoker-plugin from 3.7.0 to 3...
  • 1126b7b use new Reproducible Central badge endpoint
  • 1b40a05 [MGPG-135] Support Overriding / Enhance the signer in AbstractGpgMojo (#112)
  • 3a31714 [maven-release-plugin] prepare for next development iteration
  • 737d4ee [maven-release-plugin] prepare release maven-gpg-plugin-3.2.5
  • Additional commits viewable in compare view

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

Updates io.specto:hoverfly-java-junit5 from 0.17.1 to 0.19.1

Commits
  • e0dc34a [Gradle Release Plugin] - pre tag commit: '0.19.1'.
  • f3ca69c Bump hoverfly to v1.10.3
  • a16aef7 Provide a way to override the default simulation source in junit5 HoverflySim...
  • 6be5ac2 Bump hoverfly to v1.10.2
  • de52a23 Update readme
  • fb7624a Bump jackson version
  • cdc11c5 Add backward compatible constructor for response
  • 82639cf [Gradle Release Plugin] - new version commit: '0.19.1-SNAPSHOT'.
  • 8d67bb2 [Gradle Release Plugin] - new version commit: '0.19.1-SNAPSHOT'.
  • e60d825 [Gradle Release Plugin] - pre tag commit: '0.19.0'.
  • Additional commits viewable in compare view

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

Release notes

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

v3.26.3

🧩 Binary Compatibility

The release is:

  • Binary compatible with the previous minor version.
  • Binary incompatible with the previous patch version.

💥 Breaking Changes

Core

  • Replace assertThat(Temporal) with assertThatTemporal(Temporal) #3519

🐛 Bug Fixes

Core

  • Fix Javadoc rendering on FactoryBasedNavigableListAssert::assertThat
  • Allow ComparingNormalizedFields instances to be reused across different assertions #3493

🔨 Dependency Upgrades

Core

  • Upgrade to Byte Buddy 1.14.18 #3531
  • Upgrade to JUnit BOM 5.10.3 #3525

Guava

  • Upgrade to Guava 33.2.1-jre #3499

❤️ Contributors

Thanks to all the contributors who worked on this release:

@​genuss

v3.26.0

💥 Breaking Changes

Core

  • Delegate OptionalDouble value comparison to Double.compare in hasValue assertion #3411

    This fixes the comparison of NaN values which wasn't working the way the hasValue Javadoc describes.

    The previous behavior can be obtained with getAsDouble:

... (truncated)

Commits
  • 8e97f90 [maven-release-plugin] prepare release assertj-build-3.26.3
  • d1afefc chore(deps): bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.1 to 4...
  • 2dc2cbf chore(deps): bump byte-buddy.version from 1.14.17 to 1.14.18 (#3531)
  • 2541d3c chore(deps-dev): bump com.fasterxml.jackson.core:jackson-databind from 2.17.1...
  • cdb906f [maven-release-plugin] prepare for next development iteration
  • c3b1f4a [maven-release-plugin] prepare release assertj-build-3.26.2
  • d5b52ab [maven-release-plugin] prepare for next development iteration
  • 17ea711 [maven-release-plugin] prepare release assertj-build-3.26.1
  • 8cf054d chore(deps): bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17...
  • 5e708b4 chore(deps-dev): bump org.apache.groovy:groovy from 4.0.21 to 4.0.22 (#3527)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 16, 2024
@dependabot dependabot bot force-pushed the dependabot/maven/dependencies-7d6d7d6ebc branch from 5b88735 to df99d7e Compare September 26, 2024 10:38
Bumps the dependencies group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.smallrye:jandex-maven-plugin](https://github.com/smallrye/jandex) | `3.1.7` | `3.2.2` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.5.0` |
| [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.2.5` | `3.5.0` |
| net.revelc.code.formatter:formatter-maven-plugin | `2.23.0` | `2.24.1` |
| org.sonatype.plugins:nexus-staging-maven-plugin | `1.6.13` | `1.7.0` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.0.1` | `3.1.1` |
| [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.6.3` | `3.10.0` |
| [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) | `3.2.3` | `3.2.6` |
| org.apache.commons:commons-compress | `1.26.1` | `1.27.1` |
| [io.specto:hoverfly-java-junit5](https://github.com/SpectoLabs/hoverfly-java) | `0.17.1` | `0.19.1` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.25.3` | `3.26.3` |



Updates `io.smallrye:jandex-maven-plugin` from 3.1.7 to 3.2.2
- [Release notes](https://github.com/smallrye/jandex/releases)
- [Commits](smallrye/jandex@3.1.7...3.2.2)

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

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

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

Updates `net.revelc.code.formatter:formatter-maven-plugin` from 2.23.0 to 2.24.1

Updates `org.sonatype.plugins:nexus-staging-maven-plugin` from 1.6.13 to 1.7.0

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-javadoc-plugin` from 3.6.3 to 3.10.0
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.6.3...maven-javadoc-plugin-3.10.0)

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

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

Updates `io.specto:hoverfly-java-junit5` from 0.17.1 to 0.19.1
- [Commits](SpectoLabs/hoverfly-java@0.17.1...0.19.1)

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

---
updated-dependencies:
- dependency-name: io.smallrye:jandex-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: net.revelc.code.formatter:formatter-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-gpg-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.specto:hoverfly-java-junit5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/dependencies-7d6d7d6ebc branch from df99d7e to b2e7fdb Compare September 27, 2024 10:13
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

Superseded by #1505.

@dependabot dependabot bot closed this Sep 30, 2024
@dependabot dependabot bot deleted the dependabot/maven/dependencies-7d6d7d6ebc branch September 30, 2024 10:08
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