We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b816bb + 1b5e3c5 commit e2a7f0eCopy full SHA for e2a7f0e
build.gradle
@@ -27,13 +27,13 @@ sourceCompatibility = JavaVersion.VERSION_17
27
targetCompatibility = JavaVersion.VERSION_17
28
group = 'de.mediathekview'
29
archivesBaseName = "MServer"
30
-version = '3.1.253'
+version = '3.1.254'
31
32
def jarName = 'MServer.jar'
33
def mainClass = 'mServer.Main'
34
35
dependencies {
36
- implementation 'de.mediathekview:MLib:3.0.15'
+ implementation 'de.mediathekview:MLib:3.0.16'
37
implementation 'commons-net:commons-net:3.9.0'
38
implementation 'org.apache.commons:commons-compress:1.22'
39
implementation 'org.apache.commons:commons-text:1.10.0'
0 commit comments