From 8392943c03d37265bf049c060dcb47de6f2c760e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:14:12 +0000 Subject: [PATCH 1/2] Bump org.asynchttpclient:async-http-client from 2.12.3 to 3.0.1 Bumps [org.asynchttpclient:async-http-client](https://github.com/AsyncHttpClient/async-http-client) from 2.12.3 to 3.0.1. - [Release notes](https://github.com/AsyncHttpClient/async-http-client/releases) - [Changelog](https://github.com/AsyncHttpClient/async-http-client/blob/main/CHANGES.md) - [Commits](https://github.com/AsyncHttpClient/async-http-client/compare/async-http-client-project-2.12.3...async-http-client-project-3.0.1) --- updated-dependencies: - dependency-name: org.asynchttpclient:async-http-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 628f3539..cff65529 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ org.asynchttpclient async-http-client - 2.12.3 + 3.0.1 com.fasterxml.jackson.core From 743bea6c98ca5a0cdb4e5d5df4178f70c9baeb38 Mon Sep 17 00:00:00 2001 From: Pierre Beitz Date: Thu, 12 Dec 2024 11:21:08 +0100 Subject: [PATCH 2/2] Bump the max jdk version to the one we use (11) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cff65529..fb02e925 100644 --- a/pom.xml +++ b/pom.xml @@ -243,7 +243,7 @@ - 1.8 + 11