Upgrade to quiche version 0.12.0
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
parent
32222e42e6
commit
f7bbff2cfd
|
@ -33,7 +33,7 @@ public class quiche_h
|
|||
{
|
||||
// This interface is a translation of the quiche.h header of a specific version.
|
||||
// It needs to be reviewed each time the native lib version changes.
|
||||
private static final String EXPECTED_QUICHE_VERSION = "0.11.0";
|
||||
private static final String EXPECTED_QUICHE_VERSION = "0.12.0";
|
||||
|
||||
public static final byte C_FALSE = 0;
|
||||
public static final byte C_TRUE = 1;
|
||||
|
|
|
@ -31,7 +31,7 @@ public interface LibQuiche extends Library
|
|||
{
|
||||
// This interface is a translation of the quiche.h header of a specific version.
|
||||
// It needs to be reviewed each time the native lib version changes.
|
||||
String EXPECTED_QUICHE_VERSION = "0.11.0";
|
||||
String EXPECTED_QUICHE_VERSION = "0.12.0";
|
||||
|
||||
// The charset used to convert java.lang.String to char * and vice versa.
|
||||
Charset CHARSET = StandardCharsets.UTF_8;
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -84,7 +84,7 @@
|
|||
<jboss-threads.version>3.1.0.Final</jboss-threads.version>
|
||||
<jetty-assembly-descriptors.version>1.1</jetty-assembly-descriptors.version>
|
||||
<jetty.perf-helper.version>1.0.7</jetty.perf-helper.version>
|
||||
<jetty-quiche-native.version>0.11.0.2</jetty-quiche-native.version>
|
||||
<jetty-quiche-native.version>0.12.0</jetty-quiche-native.version>
|
||||
<jetty.servlet.api.version>4.0.6</jetty.servlet.api.version>
|
||||
<jetty-test-policy.version>1.2</jetty-test-policy.version>
|
||||
<jetty.test.version>5.9</jetty.test.version>
|
||||
|
|
Loading…
Reference in New Issue