We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87f7beb + 32cc75d commit a280ad8Copy full SHA for a280ad8
1 file changed
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.248'
+version = '3.1.249'
31
32
def jarName = 'MServer.jar'
33
def mainClass = 'mServer.Main'
34
35
dependencies {
36
- implementation 'de.mediathekview:MLib:3.0.14'
+ implementation 'de.mediathekview:MLib:3.0.15'
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