Skip to content

Bump the dev-dependencies group with 13 updates#8

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-fce7239d05
Mar 22, 2025
Merged

Bump the dev-dependencies group with 13 updates#8
github-actions[bot] merged 1 commit intomainfrom
dependabot/gradle/dev-dependencies-fce7239d05

Conversation

@dependabot
Copy link
Contributor

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

Bumps the dev-dependencies group with 13 updates:

Package From To
io.freefair.aspectj.post-compile-weaving 8.12.2.1 8.13
org.aspectj:aspectjrt 1.9.22.1 1.9.23
org.aspectj:aspectjweaver 1.9.22.1 1.9.23
com.amazonaws:DynamoDBLocal 2.5.4 2.6.0
software.amazon.awssdk:bom 2.30.36 2.31.6
com.google.dagger:dagger 2.55 2.56
com.google.dagger:dagger-compiler 2.55 2.56
com.google.guava:guava 33.4.0-jre 33.4.5-jre
org.junit.jupiter:junit-jupiter 5.12.0 5.12.1
ch.qos.logback:logback-classic 1.5.17 1.5.18
ch.qos.logback:logback-core 1.5.17 1.5.18
org.mockito:mockito-core 5.16.0 5.16.1
org.mockito:mockito-junit-jupiter 5.16.0 5.16.1

Updates io.freefair.aspectj.post-compile-weaving from 8.12.2.1 to 8.13

Release notes

Sourced from io.freefair.aspectj.post-compile-weaving's releases.

8.13

What's Changed

Full Changelog: freefair/gradle-plugins@8.12.2.1...8.13

Commits
  • 75433a3 Merge pull request #1315 from freefair/dependabot/github_actions/gradle/actio...
  • 46e342c Bump gradle/actions from 3 to 4
  • 3b57b53 Merge pull request #1325 from freefair/dependabot/gradle/examples/com.github....
  • 9f602b4 Update GitHub Action
  • e43e7f6 Update to GWT 2.12.2
  • fb0204f Bump com.github.spotbugs from 6.1.6 to 6.1.7 in /examples
  • ac7899f Update to PlantUML 1.2025.2
  • 401e2e7 Update to Mockito 5.16.0
  • See full diff in compare view

Updates org.aspectj:aspectjrt from 1.9.22.1 to 1.9.23

Release notes

Sourced from org.aspectj:aspectjrt's releases.

1.9.23

Java 23

AspectjJ 1.9.23 release notes

Commits

Updates org.aspectj:aspectjweaver from 1.9.22.1 to 1.9.23

Release notes

Sourced from org.aspectj:aspectjweaver's releases.

1.9.23

Java 23

AspectjJ 1.9.23 release notes

Commits

Updates org.aspectj:aspectjweaver from 1.9.22.1 to 1.9.23

Release notes

Sourced from org.aspectj:aspectjweaver's releases.

1.9.23

Java 23

AspectjJ 1.9.23 release notes

Commits

Updates com.amazonaws:DynamoDBLocal from 2.5.4 to 2.6.0

Updates software.amazon.awssdk:bom from 2.30.36 to 2.31.6

Updates com.google.dagger:dagger from 2.55 to 2.56

Release notes

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

Dagger 2.56

Notable/breaking changes

  • [Jakarta support] Remove deprecated Factory create methods that take a javax.inject.Provider. This means components built with an older Dagger version but with factory dependencies from a newer Dagger version will no longer compile. If you run into this, the Dagger version compiling the component must be upgraded. (3412e6c03)
  • [Jakarta support] Disallow providing or injecting dagger.internal.Provider. Also disallow injections of raw Provider in Maps, for both javax and dagger Providers. (962bb3335)
  • [Dagger]: Usages of @Multibinds and @ElementsIntoSet in Kotlin sources must now use Set/Map from the kotlin.collections package rather than the java.util package.

Bug fixes

  • [Jakarta support] Add support for Jakarta annotations to Hilt. (9001b5503)
  • [Jakarta support] Fixed #4572. Fix issue with jakarta.inject.Provider support where in certain cases requests for a Map<K, Provider<V>> would fail to compile. (f4e80036f)
  • [Dagger] Remove private modifier from fields/methods within generated Dagger component's private implementation classes (see #4544). (79f8633e5)
  • [Hilt] Partially Fixed #4423: Fix project isolation violation when checking that Hilt libraries are applied along the Gradle plugin. (91450da6a)
Commits
  • 016a272 2.56 release
  • b3d3443 Enable write permission to GitHub Action's "Publish Artifact" job.
  • 9001b55 Where Hilt checks for Javax annotations, add support for Jakarta annotations.
  • 2572582 Add @​NullMarked to dagger package.
  • 9852108 Restructure hilt-android-testing sources
  • edaff61 Restructure hilt-compiler sources
  • 3ae56b0 Remove maven_lint repository.
  • 3aa1553 Restructure dagger-grpc-server and dagger-grpc-server-annotations sources.
  • a023758 Restructure hilt-android sources
  • 40d08f4 Restructure dagger-grpc-server-processor sources.
  • Additional commits viewable in compare view

Updates com.google.dagger:dagger-compiler from 2.55 to 2.56

Release notes

Sourced from com.google.dagger:dagger-compiler's releases.

Dagger 2.56

Notable/breaking changes

  • [Jakarta support] Remove deprecated Factory create methods that take a javax.inject.Provider. This means components built with an older Dagger version but with factory dependencies from a newer Dagger version will no longer compile. If you run into this, the Dagger version compiling the component must be upgraded. (3412e6c03)
  • [Jakarta support] Disallow providing or injecting dagger.internal.Provider. Also disallow injections of raw Provider in Maps, for both javax and dagger Providers. (962bb3335)
  • [Dagger]: Usages of @Multibinds and @ElementsIntoSet in Kotlin sources must now use Set/Map from the kotlin.collections package rather than the java.util package.

Bug fixes

  • [Jakarta support] Add support for Jakarta annotations to Hilt. (9001b5503)
  • [Jakarta support] Fixed #4572. Fix issue with jakarta.inject.Provider support where in certain cases requests for a Map<K, Provider<V>> would fail to compile. (f4e80036f)
  • [Dagger] Remove private modifier from fields/methods within generated Dagger component's private implementation classes (see #4544). (79f8633e5)
  • [Hilt] Partially Fixed #4423: Fix project isolation violation when checking that Hilt libraries are applied along the Gradle plugin. (91450da6a)
Commits
  • 016a272 2.56 release
  • b3d3443 Enable write permission to GitHub Action's "Publish Artifact" job.
  • 9001b55 Where Hilt checks for Javax annotations, add support for Jakarta annotations.
  • 2572582 Add @​NullMarked to dagger package.
  • 9852108 Restructure hilt-android-testing sources
  • edaff61 Restructure hilt-compiler sources
  • 3ae56b0 Remove maven_lint repository.
  • 3aa1553 Restructure dagger-grpc-server and dagger-grpc-server-annotations sources.
  • a023758 Restructure hilt-android sources
  • 40d08f4 Restructure dagger-grpc-server-processor sources.
  • Additional commits viewable in compare view

Updates com.google.dagger:dagger-compiler from 2.55 to 2.56

Release notes

Sourced from com.google.dagger:dagger-compiler's releases.

Dagger 2.56

Notable/breaking changes

  • [Jakarta support] Remove deprecated Factory create methods that take a javax.inject.Provider. This means components built with an older Dagger version but with factory dependencies from a newer Dagger version will no longer compile. If you run into this, the Dagger version compiling the component must be upgraded. (3412e6c03)
  • [Jakarta support] Disallow providing or injecting dagger.internal.Provider. Also disallow injections of raw Provider in Maps, for both javax and dagger Providers. (962bb3335)
  • [Dagger]: Usages of @Multibinds and @ElementsIntoSet in Kotlin sources must now use Set/Map from the kotlin.collections package rather than the java.util package.

Bug fixes

  • [Jakarta support] Add support for Jakarta annotations to Hilt. (9001b5503)
  • [Jakarta support] Fixed #4572. Fix issue with jakarta.inject.Provider support where in certain cases requests for a Map<K, Provider<V>> would fail to compile. (f4e80036f)
  • [Dagger] Remove private modifier from fields/methods within generated Dagger component's private implementation classes (see #4544). (79f8633e5)
  • [Hilt] Partially Fixed #4423: Fix project isolation violation when checking that Hilt libraries are applied along the Gradle plugin. (91450da6a)
Commits
  • 016a272 2.56 release
  • b3d3443 Enable write permission to GitHub Action's "Publish Artifact" job.
  • 9001b55 Where Hilt checks for Javax annotations, add support for Jakarta annotations.
  • 2572582 Add @​NullMarked to dagger package.
  • 9852108 Restructure hilt-android-testing sources
  • edaff61 Restructure hilt-compiler sources
  • 3ae56b0 Remove maven_lint repository.
  • 3aa1553 Restructure dagger-grpc-server and dagger-grpc-server-annotations sources.
  • a023758 Restructure hilt-android sources
  • 40d08f4 Restructure dagger-grpc-server-processor sources.
  • Additional commits viewable in compare view

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

Release notes

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

33.4.5

Even if you're not upgrading from Guava 33.4.0 or earlier, still read the release notes for Guava 33.4.1. Those release notes contain information about Guava 33.4.5's effect on the module system.

Maven

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

Jar files

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

Javadoc

JDiff

Changelog

  • Changed the Guava jar (plus guava-testlib and failureaccess jars) to be a modular jar. (7a71ea0bfa, 287c701a86)
  • Changed various classes to stop using sun.misc.Unsafe under Java 9+. (ee63055ddd, 80aab00dc5b7a36785f5e09b6a54397388980cde, 400af25292096746ed3f6164f0ff88209acbb19f, 71d0692d418a5dd001c9b3786275a5f1f94e1971, d1a3cd5037528a2ae990bfceed9cdd009fbc54de, b3bb29a54b8f13d6f6630b6cb929867adbf6b9a0, 1a300f6b2f7ba03ae9bc3620a80c4d4589c65b69)
    • Note that, if you use guava-android on the JVM (instead of using guava-jre), Guava will still try to use sun.misc.Unsafe. We will do further work on this in the future.
  • Belatedly updated the Public Suffix List data. (ee3b9c64382037f72b3a8341915cc64b87850b53, d25d62fc843ece1c3866859bc8639b815093eac8)

Special thanks to @​sgammon for his modularization efforts.

33.4.4

This is one of a series of releases that improve Guava's nullness annotations. For more information, including troubleshooting help, see the release notes for Guava 33.4.1. Most users can update directly to Guava 33.4.5.

Maven

</tr></table> 

... (truncated)

Commits

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

Release notes

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

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

See Release Notes.

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

Commits
  • ba9c9ae Release 5.12.1
  • e28ad4a Finalize 5.12.1 release notes
  • 1044e2c Move entry to 5.12.1 release notes
  • bea821d Fix Javadoc formatting
  • 1a1a67d Set stable module name for the standalone JAR file
  • 062d3fa Remove internal packages from API reports
  • 74521ab Introduce ExtensionContext.getEnclosingTestClasses()
  • 1e135b9 Create initial 5.12.1 release notes from template
  • d540e4f Link to correct method
  • 31d60b7 Split API reports by module and package
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.17 to 1.5.18

Release notes

Sourced from ch.qos.logback:logback-classic's releases.

Logback 1.5.18

2025-03-18 Release of logback version 1.5.18

• Added support for XZ compression for archived log files. Note that XZ compression requires Tukaani project's XZ library for Java. In case XZ compression is requested but the XZ library is missing, then logback will substitute GZ compression as a fallback. This feature was requested in issues/755.

• Removed references to java.security.AccessController class. This class has been deprecated for some time and is slated for removal in future JDK versions.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit b2a02f065379a9b1ba5ff837fc08913b744774bc associated with the tag v_1.5.18. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • b2a02f0 prepare release 1.5.18
  • 991de58 remove references to AccessController marked for deletion in the JDK
  • f54ab16 If compression mode is XZ but the XZ library is missing, then fallback to GZ ...
  • fb45971 add support for XZ compression
  • 31c1f55 add xz compression support with tests
  • 8968d0f introduce strategy based compression
  • 834059c start work on 1.5.18-SNAPSHOT
  • See full diff in compare view

Updates ch.qos.logback:logback-core from 1.5.17 to 1.5.18

Release notes

Sourced from ch.qos.logback:logback-core's releases.

Logback 1.5.18

2025-03-18 Release of logback version 1.5.18

• Added support for XZ compression for archived log files. Note that XZ compression requires Tukaani project's XZ library for Java. In case XZ compression is requested but the XZ library is missing, then logback will substitute GZ compression as a fallback. This feature was requested in issues/755.

• Removed references to java.security.AccessController class. This class has been deprecated for some time and is slated for removal in future JDK versions.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit b2a02f065379a9b1ba5ff837fc08913b744774bc associated with the tag v_1.5.18. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • b2a02f0 prepare release 1.5.18
  • 991de58 remove references to AccessController marked for deletion in the JDK
  • f54ab16 If compression mode is XZ but the XZ library is missing, then fallback to GZ ...
  • fb45971 add support for XZ compression
  • 31c1f55 add xz compression support with tests
  • 8968d0f introduce strategy based compression
  • 834059c start work on 1.5.18-SNAPSHOT
  • See full diff in compare view

Updates ch.qos.logback:logback-core from 1.5.17 to 1.5.18

Release notes

Sourced from ch.qos.logback:logback-core's releases.

Logback 1.5.18

2025-03-18 Release of logback version 1.5.18

• Added support for XZ compression for archived log files. Note that XZ compression requires Tukaani project's XZ library for Java. In case XZ compression is requested but the XZ library is missing, then logback will substitute GZ compression as a fallback. This feature was requested in issues/755.

• Removed references to java.security.AccessController class. This class has been deprecated for some time and is slated for removal in future JDK versions.

• A bit-wise identical binary of this version can be reproduced by building from source code at commit b2a02f065379a9b1ba5ff837fc08913b744774bc associated with the tag v_1.5.18. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

Commits
  • b2a02f0 prepare release 1.5.18
  • 991de58 remove references to AccessController marked for deletion in the JDK
  • f54ab16 If compression mode is XZ but the XZ library is missing, then fallback to GZ ...
  • fb45971 add support for XZ compression
  • 31c1f55 add xz compression support with tests
  • 8968d0f introduce strategy based compression
  • 834059c start work on 1.5.18-SNAPSHOT
  • See full diff in compare view

Updates org.mockito:mockito-core from 5.16.0 to 5.16.1

Release notes

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

v5.16.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.1

Commits
  • d000e63 Rework of injection strategy in the context of modules (#3608)
  • 0215884 Remove Arrays.asList from critical stubbing path in GenericMetadataSupport (#...
  • d185035 Add reference to Gradle documentation on how to make task relocatable (#3606)
  • See full diff in compare view

Updates org.mockito:mockito-junit-jupiter from 5.16.0 to 5.16.1

Release notes

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

v5.16.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.1

Commits
  • d000e63 Rework of injection strategy in the context of modules (#3608)
  • 0215884 Remove Arrays.asList from critical stubbing path in GenericMetadataSupport (#...
  • d185035 Add reference to Gradle documentation on how to make task relocatable (#3606)
  • See full diff in compare view

Updates org.mockito:mockito-junit-jupiter from 5.16.0 to 5.16.1

Release notes

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

v5.16.1

Changelog generated by Shipkit Changelog Gradle Plugin

5.16.1

Commits
  • d000e63 Rework of injection strategy in the context of modules (#3608)
  • 0215884 Remove Arrays.asList from critical stubbing path in GenericMetadataSupport (#...
  • d185035 Add reference to Gradle documentation on how to make task relocatable (#3606)
  • See full diff 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

Bumps the dev-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [io.freefair.aspectj.post-compile-weaving](https://github.com/freefair/gradle-plugins) | `8.12.2.1` | `8.13` |
| [org.aspectj:aspectjrt](https://github.com/eclipse/org.aspectj) | `1.9.22.1` | `1.9.23` |
| [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) | `1.9.22.1` | `1.9.23` |
| com.amazonaws:DynamoDBLocal | `2.5.4` | `2.6.0` |
| software.amazon.awssdk:bom | `2.30.36` | `2.31.6` |
| [com.google.dagger:dagger](https://github.com/google/dagger) | `2.55` | `2.56` |
| [com.google.dagger:dagger-compiler](https://github.com/google/dagger) | `2.55` | `2.56` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.4.0-jre` | `33.4.5-jre` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.12.0` | `5.12.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.17` | `1.5.18` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.17` | `1.5.18` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.16.0` | `5.16.1` |
| [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) | `5.16.0` | `5.16.1` |


Updates `io.freefair.aspectj.post-compile-weaving` from 8.12.2.1 to 8.13
- [Release notes](https://github.com/freefair/gradle-plugins/releases)
- [Commits](freefair/gradle-plugins@8.12.2.1...8.13)

Updates `org.aspectj:aspectjrt` from 1.9.22.1 to 1.9.23
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

Updates `org.aspectj:aspectjweaver` from 1.9.22.1 to 1.9.23
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

Updates `org.aspectj:aspectjweaver` from 1.9.22.1 to 1.9.23
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

Updates `com.amazonaws:DynamoDBLocal` from 2.5.4 to 2.6.0

Updates `software.amazon.awssdk:bom` from 2.30.36 to 2.31.6

Updates `com.google.dagger:dagger` from 2.55 to 2.56
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.55...dagger-2.56)

Updates `com.google.dagger:dagger-compiler` from 2.55 to 2.56
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.55...dagger-2.56)

Updates `com.google.dagger:dagger-compiler` from 2.55 to 2.56
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.55...dagger-2.56)

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

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

Updates `ch.qos.logback:logback-classic` from 1.5.17 to 1.5.18
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.17...v_1.5.18)

Updates `ch.qos.logback:logback-core` from 1.5.17 to 1.5.18
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.17...v_1.5.18)

Updates `ch.qos.logback:logback-core` from 1.5.17 to 1.5.18
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.17...v_1.5.18)

Updates `org.mockito:mockito-core` from 5.16.0 to 5.16.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.16.0...v5.16.1)

Updates `org.mockito:mockito-junit-jupiter` from 5.16.0 to 5.16.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.16.0...v5.16.1)

Updates `org.mockito:mockito-junit-jupiter` from 5.16.0 to 5.16.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v5.16.0...v5.16.1)

---
updated-dependencies:
- dependency-name: io.freefair.aspectj.post-compile-weaving
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.aspectj:aspectjrt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.aspectj:aspectjweaver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.aspectj:aspectjweaver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.amazonaws:DynamoDBLocal
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.google.dagger:dagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.google.dagger:dagger-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.google.dagger:dagger-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 22, 2025
@github-actions github-actions bot merged commit 697a37a into main Mar 22, 2025
4 of 5 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dev-dependencies-fce7239d05 branch March 22, 2025 16:10
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

None yet

Development

Successfully merging this pull request may close these issues.

0 participants