Skip to content

Commit

Permalink
Merge pull request #2325 from bardsoftware/dependabot/gradle/org.easy…
Browse files Browse the repository at this point in the history
…mock-easymock-5.1.0

Bump org.easymock:easymock from 5.+ to 5.1.0
  • Loading branch information
dbarashev committed Jul 11, 2023
2 parents c8d0852 + febb5f4 commit 656bb34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ganttproject-tester/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testImplementation 'org.jooq:jooq:3.17.5'
testImplementation "com.h2database:h2:2.1.+"
testImplementation "org.easymock:easymock:5.0.1"
testImplementation "org.easymock:easymock:5.1.0"

testImplementation fileTree(dir: project.projectDir.absolutePath + "/resources")
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
Expand Down

0 comments on commit 656bb34

Please sign in to comment.