Skip to content

Commit 2ff5632

Browse files
committed
1.4.7
1 parent 3b9443d commit 2ff5632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
val moduleName = "lavaplayer"
8-
version = "1.4.5"
8+
version = "1.4.7"
99

1010
dependencies {
1111
api("com.sedmelluq:lava-common:1.1.2")
@@ -26,7 +26,7 @@ dependencies {
2626

2727
testImplementation("org.codehaus.groovy:groovy:2.5.5")
2828
testImplementation("org.spockframework:spock-core:1.2-groovy-2.5")
29-
testImplementation("ch.qos.logback:logback-classic:1.2.3")
29+
testImplementation("ch.qos.logback:logback-classic:1.2.9")
3030
testImplementation("com.sedmelluq:lavaplayer-test-samples:1.3.11")
3131
}
3232

0 commit comments

Comments
 (0)