Skip to content

Commit 2c0b494

Browse files
Bump the production-dependencies group with 2 updates (#1213)
Bumps the production-dependencies group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml). Updates `org.mockito:mockito-core` from 5.21.0 to 5.22.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.21.0...v5.22.0) Updates `org.yaml:snakeyaml` from 2.5 to 2.6 - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.6..snakeyaml-2.5) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: org.yaml:snakeyaml dependency-version: '2.6' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c231079 commit 2c0b494

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
@@ -67,13 +67,13 @@
6767
<lombok.version>1.18.42</lombok.version>
6868
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
6969
<junit.version>4.13.2</junit.version>
70-
<mockito.version>5.21.0</mockito.version>
70+
<mockito.version>5.22.0</mockito.version>
7171
<podam.version>8.0.2.RELEASE</podam.version>
7272
<log4j.version>2.25.3</log4j.version>
7373
<awaitility.version>4.3.0</awaitility.version>
7474
<joda-time.version>2.14.0</joda-time.version>
7575
<meanbean.version>2.0.3</meanbean.version>
76-
<snakeyaml.version>2.5</snakeyaml.version>
76+
<snakeyaml.version>2.6</snakeyaml.version>
7777
<jakarta.xml.bind-api.version>4.0.5</jakarta.xml.bind-api.version>
7878
<jaxb-impl.version>4.0.6</jaxb-impl.version>
7979
<javafaker.version>1.0.2</javafaker.version>

0 commit comments

Comments
 (0)