@@ -11,7 +11,7 @@ plugins {
11
11
id ' application'
12
12
id " com.simonharrer.modernizer" version ' 2.1.0-1'
13
13
id ' me.champeau.gradle.jmh' version ' 0.5.3'
14
- id ' com.github.ben-manes.versions' version ' 0.36 .0'
14
+ id ' com.github.ben-manes.versions' version ' 0.38 .0'
15
15
id ' org.javamodularity.moduleplugin' version ' 1.7.0'
16
16
id ' org.openjfx.javafxplugin' version ' 0.0.9'
17
17
id ' org.beryx.jlink' version ' 2.23.3'
@@ -115,8 +115,8 @@ dependencies {
115
115
116
116
implementation ' commons-cli:commons-cli:1.4'
117
117
118
- implementation ' org.libreoffice:libreoffice:7.1.0 '
119
- implementation ' org.libreoffice:unoloader:7.1.0 '
118
+ implementation ' org.libreoffice:libreoffice:7.1.1 '
119
+ implementation ' org.libreoffice:unoloader:7.1.1 '
120
120
121
121
implementation ' io.github.java-diff-utils:java-diff-utils:4.9'
122
122
implementation ' info.debatty:java-string-similarity:2.0.0'
@@ -133,8 +133,8 @@ dependencies {
133
133
134
134
implementation group : ' org.eclipse.jgit' , name : ' org.eclipse.jgit' , version : ' 5.10.0.202012080955-r'
135
135
136
- implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.12.1 '
137
- implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jsr310' , version : ' 2.12.1 '
136
+ implementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.12.2 '
137
+ implementation group : ' com.fasterxml.jackson.datatype' , name : ' jackson-datatype-jsr310' , version : ' 2.12.2 '
138
138
139
139
implementation group : ' org.mariadb.jdbc' , name : ' mariadb-java-client' , version : ' 2.7.2'
140
140
0 commit comments