#11656 upgrade jetty-quiche-native to version 0.21.0
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
This commit is contained in:
parent
646e68dde9
commit
6566a1c6f6
|
@ -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.20.0";
|
||||
private static final String EXPECTED_QUICHE_VERSION = "0.21.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.20.0";
|
||||
String EXPECTED_QUICHE_VERSION = "0.21.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
|
@ -265,7 +265,7 @@
|
|||
<jboss.logging.processor.version>2.2.1.Final</jboss.logging.processor.version>
|
||||
<jboss.logging.version>3.5.3.Final</jboss.logging.version>
|
||||
<jetty-assembly-descriptors.version>1.1</jetty-assembly-descriptors.version>
|
||||
<jetty-quiche-native.version>0.20.0</jetty-quiche-native.version>
|
||||
<jetty-quiche-native.version>0.21.0</jetty-quiche-native.version>
|
||||
<jetty-test-policy.version>1.2</jetty-test-policy.version>
|
||||
<jetty-version.maven.plugin.version>2.7</jetty-version.maven.plugin.version>
|
||||
<jetty.perf-helper.version>1.0.7</jetty.perf-helper.version>
|
||||
|
|
Loading…
Reference in New Issue