Update dependency org.codehaus.groovy:groovy-all to v3.0.11

This commit is contained in:
Renovate Bot 2022-06-01 10:50:49 +00:00
parent 92c30173cb
commit a85969c7f1
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B

View File

@ -30,7 +30,7 @@ dependencies {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
}
implementation("org.springframework.boot:spring-boot-starter-log4j2")
implementation 'org.codehaus.groovy:groovy-all:3.0.8'
implementation 'org.codehaus.groovy:groovy-all:3.0.11'
implementation 'com.sedmelluq:lavaplayer:1.3.77'