diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5d56b3594..e9035fbb7 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [8, 11, 17, 21] + java: [8, 17, 21, 25] # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/firefly-net/src/main/kotlin/com/fireflysource/net/http/client/impl/Http1ClientResponseHandler.kt b/firefly-net/src/main/kotlin/com/fireflysource/net/http/client/impl/Http1ClientResponseHandler.kt index 8fc580f6e..ed9f3f033 100644 --- a/firefly-net/src/main/kotlin/com/fireflysource/net/http/client/impl/Http1ClientResponseHandler.kt +++ b/firefly-net/src/main/kotlin/com/fireflysource/net/http/client/impl/Http1ClientResponseHandler.kt @@ -31,7 +31,7 @@ class Http1ClientResponseHandler : HttpParser.ResponseHandler { return 4096 } - override fun startResponse(version: HttpVersion, status: Int, reason: String): Boolean { + override fun startResponse(version: HttpVersion, status: Int, reason: String?): Boolean { fun updateResponseLine() { response.httpVersion = version response.status = status diff --git a/pom.xml b/pom.xml index cfeddfeb3..55b5c8813 100644 --- a/pom.xml +++ b/pom.xml @@ -60,16 +60,16 @@ 8 - 1.9.20 - 1.8.0 + 2.3.0 + 1.10.2 false 1.8 - 1.9 - 1.9 + 2.3 + 2.3 official - 1.9.20 + 2.1.0 true 8 @@ -324,7 +324,7 @@ org.jacoco jacoco-maven-plugin - 0.8.12 + 0.8.14 org.apache.maven.reporting @@ -1348,7 +1348,7 @@ org.mockito mockito-core - 5.10.0 + 5.21.0 test