Skip to content

Commit 470fb30

Browse files
chore(deps): bump the test-dependencies group across 1 directory with 2 updates
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.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-junit-jupiter` 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.jupiter:junit-jupiter dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6de6955 commit 470fb30

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.38</lombok.version>
6565

6666
<!-- Test Dependencies -->
67-
<junit.version>5.12.2</junit.version>
68-
<mockito-junit-jupiter.version>5.17.0</mockito-junit-jupiter.version>
67+
<junit.version>5.13.4</junit.version>
68+
<mockito-junit-jupiter.version>5.19.0</mockito-junit-jupiter.version>
6969

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

0 commit comments

Comments
 (0)