diff --git a/conanfile.py b/conanfile.py index b48fbdbab..b27b769c8 100644 --- a/conanfile.py +++ b/conanfile.py @@ -24,7 +24,7 @@ class Xrpl(ConanFile): } requires = [ - 'boost/1.83.0', + 'boost/1.86.0', 'date/3.0.1', 'libarchive/3.6.0', 'lz4/1.9.3', diff --git a/src/test/server/ServerStatus_test.cpp b/src/test/server/ServerStatus_test.cpp index f277a5c51..29bf26980 100644 --- a/src/test/server/ServerStatus_test.cpp +++ b/src/test/server/ServerStatus_test.cpp @@ -677,7 +677,7 @@ class ServerStatus_test : public beast::unit_test::suite, std::string(resp["Upgrade"]) == "websocket"); BEAST_EXPECT( resp.find("Connection") != resp.end() && - std::string(resp["Connection"]) == "upgrade"); + std::string(resp["Connection"]) == "Upgrade"); } void