Skip to content

Commit b95ce43

Browse files
authored
Merge pull request #3 from JabRef/master
update 2021.3.9
2 parents ae45307 + 9aad6fc commit b95ce43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id 'application'
1212
id "com.simonharrer.modernizer" version '2.1.0-1'
1313
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'
1515
id 'org.javamodularity.moduleplugin' version '1.7.0'
1616
id 'org.openjfx.javafxplugin' version '0.0.9'
1717
id 'org.beryx.jlink' version '2.23.3'
@@ -115,8 +115,8 @@ dependencies {
115115

116116
implementation 'commons-cli:commons-cli:1.4'
117117

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'
120120

121121
implementation 'io.github.java-diff-utils:java-diff-utils:4.9'
122122
implementation 'info.debatty:java-string-similarity:2.0.0'
@@ -133,8 +133,8 @@ dependencies {
133133

134134
implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '5.10.0.202012080955-r'
135135

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'
138138

139139
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.2'
140140

0 commit comments

Comments
 (0)