We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c8a3f commit 40dd27dCopy full SHA for 40dd27d
suggester/pom.xml
@@ -72,7 +72,7 @@
72
<dependency>
73
<groupId>net.openhft</groupId>
74
<artifactId>chronicle-map</artifactId>
75
- <version>3.17.4</version>
+ <version>3.20.2</version>
76
<exclusions>
77
<exclusion>
78
<groupId>com.sun.java</groupId>
@@ -97,6 +97,17 @@
97
98
</dependencies>
99
100
+ <dependencyManagement>
101
+ <dependencies>
102
+ <dependency>
103
+ <groupId>net.openhft</groupId>
104
+ <artifactId>chronicle-core</artifactId>
105
+ <version>2.20.20</version>
106
+ </dependency>
107
+ </dependencies>
108
+ </dependencyManagement>
109
+
110
111
<build>
112
<plugins>
113
<plugin>
0 commit comments