Skip to content

Commit

Permalink
Upgrade to Version 0.43.0 and Mockito 4.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Oct 18, 2022
1 parent 971da04 commit ad49264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
id 'biz.aQute.bnd.builder' version '6.3.1' apply false
id "com.github.ben-manes.versions" version "0.42.0"
id "com.github.ben-manes.versions" version "0.43.0"
}

defaultTasks 'clean', 'build'
Expand Down Expand Up @@ -52,7 +52,7 @@ def checkstyleVersion = '9.3'
def hamcrestVersion = '2.2'
def junitVersion = '5.9.1'
def junitPlatformVersion = '1.9.1'
def mockitoVersion = '4.8.0'
def mockitoVersion = '4.8.1'
def byteBuddyVersion = '1.12.18'
def findbugsAnnotationsVersion = '3.0.1'
def hdrHistogramVersion = '2.1.12'
Expand Down

0 comments on commit ad49264

Please sign in to comment.