Skip to content

Commit

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

Bump org.easymock:easymock from 5.4.0 to 5.5.0
  • Loading branch information
dbarashev authored Nov 18, 2024
2 parents 817f261 + 1d073ff commit 047d3ff
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.11.3'
testImplementation 'org.jooq:jooq:3.19.15'
testImplementation "com.h2database:h2:2.3.+"
testImplementation "org.easymock:easymock:5.4.0"
testImplementation "org.easymock:easymock:5.5.0"

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

0 comments on commit 047d3ff

Please sign in to comment.