Skip to content

Commit 0092c6e

Browse files
chore(deps): Bump the java group across 1 directory with 2 updates (#18)
Bumps the java group with 2 updates in the / directory: [org.junit:junit-bom](https://github.com/junit-team/junit5) and [org.mockito:mockito-bom](https://github.com/mockito/mockito). Updates `org.junit:junit-bom` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) Updates `org.mockito:mockito-bom` from 5.17.0 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.17.0...v5.18.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.mockito:mockito-bom dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd0e777 commit 0092c6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<dependency>
2424
<groupId>org.junit</groupId>
2525
<artifactId>junit-bom</artifactId>
26-
<version>5.12.2</version>
26+
<version>5.13.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.mockito</groupId>
3232
<artifactId>mockito-bom</artifactId>
33-
<version>5.17.0</version>
33+
<version>5.18.0</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>

0 commit comments

Comments
 (0)