File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Here's the configuration for [Gradle](https://gradle.org/):
83
83
84
84
``` groovy
85
85
dependencies {
86
- implementation 'de.undercouch:citeproc-java:3.1 .0'
86
+ implementation 'de.undercouch:citeproc-java:3.2 .0'
87
87
implementation 'org.citationstyles:styles:24.3'
88
88
implementation 'org.citationstyles:locales:24.3'
89
89
}
@@ -96,7 +96,7 @@ And here's the configuration for [Maven](http://maven.apache.org/):
96
96
<dependency >
97
97
<groupId >de.undercouch</groupId >
98
98
<artifactId >citeproc-java</artifactId >
99
- <version >3.1 .0</version >
99
+ <version >3.2 .0</version >
100
100
</dependency >
101
101
<dependency >
102
102
<groupId >org.citationstyles</groupId >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
}
4
4
5
5
group = ' de.undercouch'
6
- version = ' 3.1 .0'
6
+ version = ' 3.2 .0'
7
7
8
8
nexusPublishing {
9
9
repositories {
You can’t perform that action at this time.
0 commit comments