Skip to content

Commit a5b4e28

Browse files
Bump the all_together group with 2 updates (#14)
Bumps the all_together group with 2 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.12.1) Updates `org.mockito:mockito-core` from 5.16.0 to 5.16.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.0...v5.16.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all_together - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all_together ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d998b7f commit a5b4e28

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
@@ -17,7 +17,7 @@
1717
<java.version>1.8</java.version>
1818
<maven.compiler.release>8</maven.compiler.release>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20-
<junit.version>5.12.0</junit.version>
20+
<junit.version>5.12.1</junit.version>
2121
<junit4.version>4.13.2</junit4.version>
2222
<maven.plugin.api.version>3.9.9</maven.plugin.api.version>
2323
<maven.plugin.annotations.version>3.15.1</maven.plugin.annotations.version>
@@ -37,7 +37,7 @@
3737
<lombok.version>1.18.36</lombok.version>
3838
<jline.version>3.29.0</jline.version>
3939
<flatten-maven-plugin.version>1.7.0</flatten-maven-plugin.version>
40-
<mockito-core.version>5.16.0</mockito-core.version>
40+
<mockito-core.version>5.16.1</mockito-core.version>
4141
</properties>
4242

4343
<dependencyManagement>

0 commit comments

Comments
 (0)