Skip to content

Commit

Permalink
Update dependency com.github.javaparser:javaparser-core to v3.25.7 (#52)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent 079f8f7 commit 310a275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
testImplementation "org.grails:grails-gorm-testing-support"
testImplementation "org.grails:grails-web-testing-support"

documentation "com.github.javaparser:javaparser-core:3.25.6"
documentation "com.github.javaparser:javaparser-core:3.25.7"
}

ext."signing.keyId" = project.hasProperty("signing.keyId") ? project.getProperty('signing.keyId') : System.getenv('SIGNING_KEY')
Expand Down

0 comments on commit 310a275

Please sign in to comment.