Skip to content

Commit

Permalink
Update dependency com.github.javaparser:javaparser-core to v3.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2023
1 parent 7755d6e commit c4c716a
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.15.14"
documentation "com.github.javaparser:javaparser-core:3.25.5"
}

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

0 comments on commit c4c716a

Please sign in to comment.