We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a4792 commit 15a6b58Copy full SHA for 15a6b58
1 file changed
pom.xml
@@ -104,7 +104,8 @@
104
<!-- v8.5.1: Fixed resource leaks in file loading and 'continued' sampling -->
105
<!-- v9.0.0: Major cleanups -->
106
<!-- v9.1.0: Reverted back to default loading using file (instead of streams), fixed various small issues -->
107
- <version>9.1.0</version>
+ <!-- v9.2.0: Added support for MALLET format in topic indicator logging -->
108
+ <version>9.2.0</version>
109
110
111
<name>Partially Collapsed Parallel LDA</name>
@@ -156,7 +157,7 @@
156
157
<dependency>
158
<groupId>com.fasterxml.jackson.core</groupId>
159
<artifactId>jackson-databind</artifactId>
- <version>2.12.1</version>
160
+ <version>2.12.6.1</version>
161
</dependency>
162
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
163
0 commit comments