Skip to content

Commit 2a3efd9

Browse files
deps: bump the minor-patch-dependencies group with 2 updates (#133)
Bumps the minor-patch-dependencies group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [com.bigboxer23:utils](https://github.com/bigboxer23/utils). Updates `org.mockito:mockito-core` from 5.18.0 to 5.19.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.19.0) Updates `com.bigboxer23:utils` from 2.2.8 to 2.2.9 - [Release notes](https://github.com/bigboxer23/utils/releases) - [Commits](bigboxer23/utils@v2.2.8...v2.2.9) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: com.bigboxer23:utils dependency-version: 2.2.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 190b851 commit 2a3efd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.mockito</groupId>
2727
<artifactId>mockito-core</artifactId>
28-
<version>5.18.0</version>
28+
<version>5.19.0</version>
2929
<scope>test</scope>
3030
</dependency>
3131
<dependency>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>com.bigboxer23</groupId>
4545
<artifactId>utils</artifactId>
46-
<version>2.2.8</version>
46+
<version>2.2.9</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.projectlombok</groupId>

0 commit comments

Comments
 (0)