Skip to content

Commit 865fea6

Browse files
[data-plane]: bump org.mockito:mockito-junit-jupiter from 5.8.0 to 5.12.0 in /data-plane (#3893)
* [data-plane]: bump org.mockito:mockito-junit-jupiter in /data-plane Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.8.0 to 5.12.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.8.0...v5.12.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * [dependabot skip] Update data-plane/THIRD-PARTY.txt Signed-off-by: Knative Automation <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Knative Automation <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Knative Automation <[email protected]>
1 parent 29c92f5 commit 865fea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data-plane/THIRD-PARTY.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Lists of 234 third-party dependencies.
221221
(Public Domain, per Creative Commons CC0) LatencyUtils (org.latencyutils:LatencyUtils:2.0.3 - http://latencyutils.github.io/LatencyUtils/)
222222
(The Apache Software License, Version 2.0) LZ4 and xxHash (org.lz4:lz4-java:1.8.0 - https://github.com/lz4/lz4-java)
223223
(MIT) mockito-core (org.mockito:mockito-core:5.8.0 - https://github.com/mockito/mockito)
224-
(MIT) mockito-junit-jupiter (org.mockito:mockito-junit-jupiter:5.8.0 - https://github.com/mockito/mockito)
224+
(MIT) mockito-junit-jupiter (org.mockito:mockito-junit-jupiter:5.12.0 - https://github.com/mockito/mockito)
225225
(Apache License, Version 2.0) Objenesis (org.objenesis:objenesis:3.3 - http://objenesis.org/objenesis)
226226
(GNU General Public License (GPL), version 2, with the Classpath exception) JMH Core (org.openjdk.jmh:jmh-core:1.37 - http://openjdk.java.net/projects/code-tools/jmh/jmh-core/)
227227
(GNU General Public License (GPL), version 2, with the Classpath exception) JMH Generators: Annotation Processors (org.openjdk.jmh:jmh-generator-annprocess:1.37 - http://openjdk.java.net/projects/code-tools/jmh/jmh-generator-annprocess/)

data-plane/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<assertj.version>3.22.0</assertj.version>
5757
<awaitility.version>4.2.0</awaitility.version>
5858
<junit.jupiter.version>5.10.1</junit.jupiter.version>
59-
<mokito.junit.jupiter.version>5.8.0</mokito.junit.jupiter.version>
59+
<mokito.junit.jupiter.version>5.12.0</mokito.junit.jupiter.version>
6060
<fabric8.kubernetes.version>6.10.0</fabric8.kubernetes.version>
6161
<kafka.version>3.2.3</kafka.version>
6262
<debezium.version>1.9.6.Final</debezium.version>

0 commit comments

Comments
 (0)