Skip to content

Commit 7ad1738

Browse files
chore(deps): Bump the java group across 1 directory with 3 updates
Bumps the java group with 3 updates in the / directory: [org.junit:junit-bom](https://github.com/junit-team/junit-framework), [org.mockito:mockito-bom](https://github.com/mockito/mockito) and [org.assertj:assertj-core](https://github.com/assertj/assertj). Updates `org.junit:junit-bom` from 5.13.1 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.4) Updates `org.mockito:mockito-bom` 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 `org.assertj:assertj-core` from 3.27.3 to 3.27.4 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.3...assertj-build-3.27.4) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: org.mockito:mockito-bom dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.assertj:assertj-core dependency-version: 3.27.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: java ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d48c155 commit 7ad1738

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 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.13.1</version>
26+
<version>5.13.4</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.18.0</version>
33+
<version>5.19.0</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.assertj</groupId>
6363
<artifactId>assertj-core</artifactId>
64-
<version>3.27.3</version>
64+
<version>3.27.4</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>

0 commit comments

Comments
 (0)