Skip to content

Commit

Permalink
chore(dependencies): dump up ignite(2.16), guava(33.0.0), caffein(3.1.8)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtroilo committed Feb 6, 2024
1 parent 60b6745 commit 0d1ce30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion oshdb-api-ignite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<description>Backend implementation of the OSHDB API which runs queries on an Apache Ignite cluster.</description>

<properties>
<ignite.version>2.15.0</ignite.version>
<ignite.version>2.16.0</ignite.version>
<argLine>
--add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED
--add-opens=java.base/jdk.internal.misc=ALL-UNNAMED
Expand Down
2 changes: 1 addition & 1 deletion oshdb-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<properties>
<googlejson.version>1.1.1</googlejson.version>
<caffeine.version>3.1.5</caffeine.version>
<caffeine.version>3.1.8</caffeine.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</modules>

<properties>
<guava.version>31.1-jre</guava.version>
<guava.version>33.0.0-jre</guava.version>
<jts.version>1.19.0</jts.version>
<!-- h2.version has to be in sync with ignite.version -->
<h2.version>1.4.197</h2.version>
Expand Down

0 comments on commit 0d1ce30

Please sign in to comment.