Skip to content

Commit

Permalink
Bump poipath from 1.1.3 to 1.1.4
Browse files Browse the repository at this point in the history
Bumps poipath from 1.1.3 to 1.1.4.

---
updated-dependencies:
- dependency-name: com.docutools:poipath
dependency-type: direct:production
update-type: version-update:semver-patch
...
  • Loading branch information
AntonOellerer committed Oct 14, 2021
1 parent 87cb2db commit a27f099
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 @@ -7,7 +7,7 @@ plugins {
}

group 'com.docutools'
version = '1.2.8'
version = '1.2.9'

sourceCompatibility = 17
targetCompatibility = 17
Expand Down Expand Up @@ -43,7 +43,7 @@ dependencies {

testImplementation('org.junit.jupiter:junit-jupiter:5.8.1')
testImplementation("org.hamcrest:hamcrest:2.2")
testImplementation("com.docutools:poipath:1.1.3")
testImplementation("com.docutools:poipath:1.1.4")
}

tasks.withType(Checkstyle) {
Expand Down

0 comments on commit a27f099

Please sign in to comment.