Skip to content

Commit bc4113c

Browse files
deps: bump the minor-patch-dependencies group with 2 updates (#149)
Bumps the minor-patch-dependencies group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback). Updates `org.mockito:mockito-core` from 5.20.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.20.0...v5.21.0) Updates `ch.qos.logback:logback-classic` from 1.5.21 to 1.5.22 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.21...v_1.5.22) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.22 dependency-type: direct:development 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 3d7a1be commit bc4113c

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
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.mockito</groupId>
2828
<artifactId>mockito-core</artifactId>
29-
<version>5.20.0</version>
29+
<version>5.21.0</version>
3030
<scope>test</scope>
3131
</dependency>
3232
<dependency>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>ch.qos.logback</groupId>
4040
<artifactId>logback-classic</artifactId>
41-
<version>1.5.21</version>
41+
<version>1.5.22</version>
4242
<scope>test</scope>
4343
</dependency>
4444
<dependency>

0 commit comments

Comments
 (0)