Skip to content

Commit f63248a

Browse files
committed
Use guava:33.3.1-android
1 parent 64b7f85 commit f63248a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/symja-evaluator/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838

3939
api project(':modules:common')
4040

41-
api 'com.google.guava:guava:33.3.0-android'
41+
api 'com.google.guava:guava:33.3.1-android'
4242
api('org.matheclipse:matheclipse-core:3.1.0-SNAPSHOT') {
4343
exclude group: 'com.google.guava', module: 'guava'
4444
}

0 commit comments

Comments
 (0)