Skip to content

Commit

Permalink
Merge pull request #69 from DDS-GmbH/dependabot/gradle/org.junit.jupi…
Browse files Browse the repository at this point in the history
…ter-junit-jupiter-5.8.1
dependabot[bot] authored Oct 4, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents f0bc689 + ea9be9e commit 2a9c054
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
@@ -7,7 +7,7 @@ plugins {
}

group 'com.docu-tools'
version = '1.2.3'
version = '1.2.4'

sourceCompatibility = 17
targetCompatibility = 17
@@ -41,7 +41,7 @@ dependencies {
implementation 'com.codepoetics:protonpack:1.16'
implementation("com.google.guava:guava:31.0.1-jre")

testImplementation('org.junit.jupiter:junit-jupiter:5.7.2')
testImplementation('org.junit.jupiter:junit-jupiter:5.8.1')
testImplementation("org.hamcrest:hamcrest:2.2")
testImplementation("com.docu-tools:poipath:1.0.0")
}

0 comments on commit 2a9c054

Please sign in to comment.