File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/mediathek/tool/ttml Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 92
92
<maven .compiler.source>${jdk.language.version} </maven .compiler.source>
93
93
<maven .compiler.target>${jdk.language.version} </maven .compiler.target>
94
94
95
- <annotations .version>24.0.1 </annotations .version>
95
+ <annotations .version>24.1.0 </annotations .version>
96
96
<assertj-core .version>3.25.3</assertj-core .version>
97
97
<commons-configuration2 .version>2.10.1</commons-configuration2 .version>
98
98
<commons-io .version>2.11.0</commons-io .version>
99
99
<commons-lang3 .version>3.14.0</commons-lang3 .version>
100
100
<controlsfx .version>11.2.1</controlsfx .version>
101
101
<flatlaf .version>3.4</flatlaf .version>
102
- <guava .version>33.1 .0-jre</guava .version>
102
+ <guava .version>33.2 .0-jre</guava .version>
103
103
<install4j-maven-plugin .version>1.1.2</install4j-maven-plugin .version>
104
104
<jackson .version>2.17.0</jackson .version>
105
105
<jaffree .version>2023.09.10</jaffree .version>
214
214
<dependency >
215
215
<groupId >es.blackleg</groupId >
216
216
<artifactId >jlibnotify</artifactId >
217
- <version >1.1.4 </version >
217
+ <version >1.1.5 </version >
218
218
<exclusions >
219
219
<exclusion >
220
220
<groupId >net.java.dev.jna</groupId >
Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ public void toSrt(Path srtFile) {
313
313
counter ++;
314
314
}
315
315
} catch (Exception ex ) {
316
- logger .error ("File: " + srtFile , ex );
316
+ logger .error ("File: {}" , srtFile , ex );
317
317
}
318
318
}
319
319
You can’t perform that action at this time.
0 commit comments