Skip to content

Commit

Permalink
Upgrade to Mockito 4.6.1 and BND 6.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jun 6, 2022
1 parent 8ecd5dd commit ace8a05
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 @@ -17,7 +17,7 @@
plugins {
id 'java-library'
id 'com.github.johnrengelman.shadow' version '7.1.2' apply false
id 'biz.aQute.bnd.builder' version '6.2.0' apply false
id 'biz.aQute.bnd.builder' version '6.3.0' apply false
id "com.github.ben-manes.versions" version "0.42.0"
}

Expand Down Expand Up @@ -51,7 +51,7 @@ def byteBuddyVersion = '1.12.10'
def findbugsAnnotationsVersion = '3.0.1'
def checkstyleVersion = '9.3'
def hamcrestVersion = '2.2'
def mockitoVersion = '4.6.0'
def mockitoVersion = '4.6.1'
def junitVersion = '5.8.2'
def guavaTestLib = '31.1-jre'
def junit4Version = '4.13.2'
Expand Down

0 comments on commit ace8a05

Please sign in to comment.