Skip to content

Commit

Permalink
Upgrade gradle-commons to 0.4.1, plugins to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Azurelol committed Mar 16, 2022
1 parent 07a96e1 commit cc23744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id 'net.wooga.plugins' version '2.2.2'
id 'net.wooga.plugins' version '2.2.4'
}

group 'net.wooga.gradle'
Expand Down Expand Up @@ -49,5 +49,5 @@ dependencies {
api 'software.amazon.awssdk:secretsmanager:(2.16,3]'
implementation "org.yaml:snakeyaml:1.26"
implementation 'org.apache.commons:commons-text:1.8'
implementation 'com.wooga.gradle:gradle-commons:0.2.0'
implementation 'com.wooga.gradle:gradle-commons:[1,2)'
}

0 comments on commit cc23744

Please sign in to comment.