mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
Revert "chore(deps): upgrade Micronaut to 4.10.5"
This reverts commit 167734e32a.
This commit is contained in:
@@ -30,7 +30,7 @@ dependencies {
|
|||||||
// as Jackson is in the Micronaut BOM, to force its version we need to use enforcedPlatform but it didn't really work, see later :(
|
// as Jackson is in the Micronaut BOM, to force its version we need to use enforcedPlatform but it didn't really work, see later :(
|
||||||
api enforcedPlatform("com.fasterxml.jackson:jackson-bom:$jacksonVersion")
|
api enforcedPlatform("com.fasterxml.jackson:jackson-bom:$jacksonVersion")
|
||||||
api enforcedPlatform("org.slf4j:slf4j-api:$slf4jVersion")
|
api enforcedPlatform("org.slf4j:slf4j-api:$slf4jVersion")
|
||||||
api platform("io.micronaut.platform:micronaut-platform:4.10.5")
|
api platform("io.micronaut.platform:micronaut-platform:4.9.4")
|
||||||
api platform("io.qameta.allure:allure-bom:2.32.0")
|
api platform("io.qameta.allure:allure-bom:2.32.0")
|
||||||
// we define cloud bom here for GCP, Azure and AWS so they are aligned for all plugins that use them (secret, storage, oss and ee plugins)
|
// we define cloud bom here for GCP, Azure and AWS so they are aligned for all plugins that use them (secret, storage, oss and ee plugins)
|
||||||
api platform('com.google.cloud:libraries-bom:26.73.0')
|
api platform('com.google.cloud:libraries-bom:26.73.0')
|
||||||
@@ -38,8 +38,6 @@ dependencies {
|
|||||||
api platform('software.amazon.awssdk:bom:2.40.10')
|
api platform('software.amazon.awssdk:bom:2.40.10')
|
||||||
api platform("dev.langchain4j:langchain4j-bom:$langchain4jVersion")
|
api platform("dev.langchain4j:langchain4j-bom:$langchain4jVersion")
|
||||||
api platform("dev.langchain4j:langchain4j-community-bom:$langchain4jCommunityVersion")
|
api platform("dev.langchain4j:langchain4j-community-bom:$langchain4jCommunityVersion")
|
||||||
// Micronaut 4.10 brings a Jetty version no compatible with the one from Wiremock so we bump it here
|
|
||||||
api platform("org.eclipse.jetty.ee10:jetty-ee10-bom:12.1.2")
|
|
||||||
|
|
||||||
constraints {
|
constraints {
|
||||||
// downgrade to proto 1.3.2-alpha as 1.5.0 needs protobuf 4
|
// downgrade to proto 1.3.2-alpha as 1.5.0 needs protobuf 4
|
||||||
|
|||||||
Reference in New Issue
Block a user