fix upperbound
Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
parent
d95790110d
commit
b138cb18ad
6
pom.xml
6
pom.xml
|
@ -275,6 +275,7 @@
|
|||
<jetty.testtracker.log>false</jetty.testtracker.log>
|
||||
<jetty.unixdomain.dir>/tmp</jetty.unixdomain.dir>
|
||||
<jetty.url>https://eclipse.dev/jetty/</jetty.url>
|
||||
<jffi.version>1.3.13</jffi.version>
|
||||
<jmh.version>1.37</jmh.version>
|
||||
<jmhjar.name>benchmarks</jmhjar.name>
|
||||
<jna.version>5.14.0</jna.version>
|
||||
|
@ -398,6 +399,11 @@
|
|||
<artifactId>logback-core</artifactId>
|
||||
<version>${logback.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.jnr</groupId>
|
||||
<artifactId>jffi</artifactId>
|
||||
<version>${jffi.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.jnr</groupId>
|
||||
<artifactId>jnr-constants</artifactId>
|
||||
|
|
Loading…
Reference in New Issue