Skip to content

Commit

Permalink
upgrade a gradle plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Oct 8, 2023
1 parent 05b5586 commit e69d074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ plugins {
`maven-publish`
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"

id("com.github.ben-manes.versions") version "0.44.0"
id("com.github.ben-manes.versions") version "0.49.0"
}

val sonatypeApiUser = providers.gradleProperty("sonatypeApiUser")
Expand Down
2 changes: 1 addition & 1 deletion dev/gradle-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ FWDIR="$(

${FWDIR}/gradlew wrapper --gradle-version=8.4

${FWDIR}/gradlew dependencyUpdates
${FWDIR}/gradlew dependencyUpdates "$@"

0 comments on commit e69d074

Please sign in to comment.