Skip to content

Commit 828b8c5

Browse files
chore(deps): bump the test-dependencies group across 1 directory with 2 updates (#328)
Bumps the test-dependencies group with 2 updates in the / directory: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) and [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito). Updates `org.junit.jupiter:junit-jupiter` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) Updates `org.mockito:mockito-junit-jupiter` from 5.14.2 to 5.15.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.2...v5.15.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test-dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32dc477 commit 828b8c5

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
@@ -64,8 +64,8 @@
6464
<lombok.version>1.18.36</lombok.version>
6565

6666
<!-- Test Dependencies -->
67-
<junit.version>5.11.3</junit.version>
68-
<mockito-junit-jupiter.version>5.14.2</mockito-junit-jupiter.version>
67+
<junit.version>5.11.4</junit.version>
68+
<mockito-junit-jupiter.version>5.15.2</mockito-junit-jupiter.version>
6969

7070
<moditect.sourceGroup>${project.groupId}</moditect.sourceGroup>
7171
<moditect.sourceArtifact>${project.artifactId}</moditect.sourceArtifact>

0 commit comments

Comments
 (0)