Skip to content

Commit c1f6bb5

Browse files
committed
update dependencies for JavaSMT's Yices2 component.
1 parent 6194eba commit c1f6bb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

solvers_ivy_conf/ivy_javasmt_yices2.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ SPDX-License-Identifier: Apache-2.0
3838
<!-- keep the following dependencies synchronized with the default lib/ivy.xml and build-jar-yices2.xml -->
3939

4040
<!-- SoSy-Lab Common Library -->
41-
<dependency org="org.sosy_lab" name="common" rev="0.3000-442-ge6ac6c3" conf="runtime->runtime; sources->sources"/>
41+
<dependency org="org.sosy_lab" name="common" rev="0.3000-568-gb81232a9" conf="runtime->runtime; sources->sources"/>
4242

4343
<!-- Google Core Libraries for Java
4444
Contains a lot of helpful data structures. -->
45-
<dependency org="com.google.guava" name="guava" rev="29.0-jre" conf="runtime->default; sources->sources"/>
45+
<dependency org="com.google.guava" name="guava" rev="32.0.0-jre" conf="runtime->default; sources->sources"/>
4646

4747
<!-- Annotations we use for @Nullable etc. -->
48-
<dependency org="org.checkerframework" name="checker-qual" rev="3.6.1" conf="runtime->default; sources->sources"/>
48+
<dependency org="org.checkerframework" name="checker-qual" rev="3.35.0" conf="runtime->default; sources->sources"/>
4949

5050
</dependencies>
5151

0 commit comments

Comments
 (0)