diff --git a/NEWS.md b/NEWS.md index 189fa959..be2409b2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +## 3.1.1 2023-11-06 +* [SIP2-178](https://issues.folio.org/browse/SIP2-178) Vert.x 4.4.6 fixing Netty HTTP/2 DoS (CVE-2023-44487) + ## 3.1.0 2023-10-12 * [SIP2-121](https://issues.folio.org/browse/SIP2-121): SIP2: Renew response * [SIP2-94](https://issues.folio.org/browse/SIP2-94): Non SIP2 protocol error occurs when faced with exceptional situations diff --git a/pom.xml b/pom.xml index 9041729f..f7194fe1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.folio edge-sip2 - 3.1.1-SNAPSHOT + 3.1.2-SNAPSHOT Standard Interchange Protocol v2 (SIP2) https://github.com/folio-org/edge-sip2 Support for SIP2 in FOLIO. This allow self service circulation and patron services stations to perform supported operations in FOLIO. @@ -42,7 +42,7 @@ UTF-8 org.folio.edge.sip2.MainVerticle - 4.3.4 + 4.4.6 2.19.0 1.9.4 3.8.1 @@ -51,6 +51,13 @@ + + org.apache.logging.log4j + log4j-bom + ${log4j2.version} + pom + import + io.vertx vertx-stack-depchain @@ -72,13 +79,6 @@ pom import - - org.apache.logging.log4j - log4j-bom - ${log4j2.version} - pom - import - org.mockito mockito-bom @@ -122,7 +122,7 @@ org.apache.logging.log4j - log4j-slf4j-impl + log4j-slf4j2-impl runtime