Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EugenMayer committed Dec 14, 2023
1 parent 48193f6 commit 15df8f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .run/ConverterApplication.run.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="ConverterApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<module name="de.kontextwork.officeconverter.main" />
<module name="officeconverter.main" />
<option name="SPRING_BOOT_MAIN_CLASS" value="de.kontextwork.converter.ConverterApplication" />
<method v="2">
<option name="Make" enabled="true" />
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
jodconverterVersion = '4.4.6'

// @see https://mvnrepository.com/artifact/org.mockito/mockito-core
mockitoVersion = '5.7.0'
mockitoVersion = '5.8.0'

// @see https://mvnrepository.com/artifact/org.apache.tika/tika-parsers
tikaVersion = '2.9.1'
Expand Down

0 comments on commit 15df8f1

Please sign in to comment.