Skip to content

Commit 2b86466

Browse files
fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v6.2.2 (#652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4a59d0e commit 2b86466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ androidx-hilt-work = { module = "androidx.hilt:hilt-work", version.ref = "androi
136136
# Unit Test
137137
mockito-core = 'org.mockito:mockito-core:5.21.0'
138138
mockito-inline = 'org.mockito:mockito-inline:5.2.0'
139-
mockito-kotlin = 'org.mockito.kotlin:mockito-kotlin:6.2.1'
139+
mockito-kotlin = 'org.mockito.kotlin:mockito-kotlin:6.2.2'
140140
junit = 'junit:junit:4.13.2'
141141
junit5 = { group = 'org.junit.jupiter', name ='junit-jupiter-api', version.ref = 'junit5'}
142142
junit5-engine = { group = 'org.junit.jupiter', name ='junit-jupiter-engine', version.ref = 'junit5'}

0 commit comments

Comments
 (0)