@@ -173,14 +173,14 @@ dependencies {
173
173
implementation ' org.apache.commons:commons-lang3:3.17.0'
174
174
implementation ' org.apache.commons:commons-math3:3.6.1'
175
175
implementation ' commons-io:commons-io:2.18.0'
176
- implementation ' com.google.guava:guava:33.4.0 -jre'
176
+ implementation ' com.google.guava:guava:33.4.6 -jre'
177
177
implementation ' com.google.code.gson:gson:2.12.1'
178
178
implementation ' com.univocity:univocity-parsers:2.9.1' // csv parser
179
- implementation ' org.apache.commons:commons-csv:1.13 .0'
179
+ implementation ' org.apache.commons:commons-csv:1.14 .0'
180
180
implementation ' org.zeroturnaround:zt-zip:1.17'
181
181
implementation ' org.apache.commons:commons-compress:1.27.1'
182
182
implementation ' org.tukaani:xz:1.10'
183
- implementation ' com.github.luben:zstd-jni:1.5.7-1 '
183
+ implementation ' com.github.luben:zstd-jni:1.5.7-2 '
184
184
implementation ' com.github.dpaukov:combinatoricslib3:3.4.0'
185
185
implementation ' us.ihmc:euclid:0.22.3'
186
186
@@ -189,9 +189,9 @@ dependencies {
189
189
implementation ' org.apache.logging.log4j:log4j-core:2.24.0' // 2.24.1-3 causes messy output at startup
190
190
implementation ' org.apache.logging.log4j:log4j-slf4j2-impl:2.24.0'
191
191
192
- implementation ' org.biojava:biojava-core:7.2.1 '
193
- implementation ' org.biojava:biojava-alignment:7.2.1 '
194
- implementation ' org.biojava:biojava-structure:7.2.1 '
192
+ implementation ' org.biojava:biojava-core:7.2.2 '
193
+ implementation ' org.biojava:biojava-alignment:7.2.2 '
194
+ implementation ' org.biojava:biojava-structure:7.2.2 '
195
195
196
196
implementation ' org.openscience.cdk:cdk-qsarmolecular:2.10' // for NumericalSurface class
197
197
implementation ' org.openscience.cdk:cdk-silent:2.10' // for Atom class
@@ -202,7 +202,7 @@ dependencies {
202
202
203
203
implementation fileTree(dir : ' lib' , include : ' *.jar' )
204
204
205
- testImplementation ' org.junit.jupiter:junit-jupiter:5.12.0 ' // 5.11.4
205
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.12.1 ' // 5.11.4
206
206
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
207
207
208
208
}
0 commit comments