File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ dependencies {
111
111
112
112
implementation(" commons-cli:commons-cli:1.9.0" )
113
113
114
- implementation(" de.undercouch:citeproc-java:3.2 .0" ) {
114
+ implementation(" de.undercouch:citeproc-java:3.3 .0" ) {
115
115
exclude(group = " org.antlr" )
116
116
}
117
117
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ dependencies {
114
114
implementation(" org.tinylog:tinylog-api:2.7.0" )
115
115
implementation(" org.tinylog:tinylog-impl:2.7.0" )
116
116
117
- implementation(" de.undercouch:citeproc-java:3.2 .0" ) {
117
+ implementation(" de.undercouch:citeproc-java:3.3 .0" ) {
118
118
exclude(group = " org.antlr" )
119
119
}
120
120
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ dependencies {
57
57
58
58
implementation(" net.harawata:appdirs:1.4.0" )
59
59
60
- implementation(" de.undercouch:citeproc-java:3.2 .0" ) {
60
+ implementation(" de.undercouch:citeproc-java:3.3 .0" ) {
61
61
exclude(group = " org.antlr" )
62
62
}
63
63
You can’t perform that action at this time.
0 commit comments