Skip to content

Commit

Permalink
use-latest-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Aug 22, 2024
1 parent 741a9c1 commit 134a338
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ plugins {
// Apply the java-library plugin for API and implementation separation.
id 'java-library'
id 'com.vanniktech.maven.publish' version '0.28.0'
id 'se.patrikerdes.use-latest-versions' version '0.2.18'
id 'com.github.ben-manes.versions' version '0.51.0'
}

useLatestVersions {
// A blacklist of dependencies to update, in the format of group:name
updateBlacklist = [
]
}

repositories {
Expand Down

0 comments on commit 134a338

Please sign in to comment.