Skip to content

Commit c609da9

Browse files
build(deps): Bump mockito.version from 5.18.0 to 5.20.0
Bumps `mockito.version` from 5.18.0 to 5.20.0. Updates `org.mockito:mockito-core` from 5.18.0 to 5.20.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.20.0) Updates `org.mockito:mockito-junit-jupiter` from 5.18.0 to 5.20.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.18.0...v5.20.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.mockito:mockito-junit-jupiter dependency-version: 5.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0c0381 commit c609da9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

form-spring/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@
125125
<dependency>
126126
<groupId>org.mockito</groupId>
127127
<artifactId>mockito-core</artifactId>
128-
<version>5.18.0</version>
128+
<version>5.20.0</version>
129129
<scope>test</scope>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.mockito</groupId>
133133
<artifactId>mockito-junit-jupiter</artifactId>
134-
<version>5.18.0</version>
134+
<version>5.20.0</version>
135135
<scope>test</scope>
136136
</dependency>
137137
</dependencies>

form/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,13 @@
9999
<dependency>
100100
<groupId>org.mockito</groupId>
101101
<artifactId>mockito-core</artifactId>
102-
<version>5.18.0</version>
102+
<version>5.20.0</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.mockito</groupId>
107107
<artifactId>mockito-junit-jupiter</artifactId>
108-
<version>5.18.0</version>
108+
<version>5.20.0</version>
109109
<scope>test</scope>
110110
</dependency>
111111
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
<junit5.version>6.0.0</junit5.version>
181181
<jackson.version>2.19.2</jackson.version>
182182
<assertj.version>3.27.6</assertj.version>
183-
<mockito.version>5.18.0</mockito.version>
183+
<mockito.version>5.20.0</mockito.version>
184184
<fastjson2.version>2.0.59</fastjson2.version>
185185
<jsonassert.version>1.5.3</jsonassert.version>
186186

0 commit comments

Comments
 (0)