Skip to content

Commit

Permalink
Update dependency com.github.javaparser:javaparser-core to v3.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 2, 2024
1 parent fa940a6 commit 7c51e69
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.8"
documentation "com.github.javaparser:javaparser-core:3.26.2"
}

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

0 comments on commit 7c51e69

Please sign in to comment.