Skip to content

Commit

Permalink
Drools/Kogito 999-20240502 and Quarkus 3.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed May 6, 2024
1 parent c5207bc commit 2e2204f
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/extended-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"start": "cross-env ENV=dev make start"
},
"dependencies": {
"@kie-tools/jitexecutor-native": "999.0.0-20240417-SNAPSHOT"
"@kie-tools/jitexecutor-native": "999.0.0-20240502-SNAPSHOT"
},
"devDependencies": {
"@kie-tools/root-env": "workspace:*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ var cfgTestInputQuarkusConvert_Success = []CfgTestInputQuarkusConvert{
Extensions: "quarkus-jsonp,quarkus-smallrye-openapi",
DependenciesVersion: metadata.DependenciesVersion{
QuarkusPlatformGroupId: "io.quarkus.platform",
QuarkusVersion: "3.2.10.Final",
QuarkusVersion: "3.8.4",
},
}},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var cfgTestInputQuarkusCreate_Success = []CfgTestInputQuarkusCreate{
Extensions: "quarkus-jsonp,quarkus-smallrye-openapi",
DependenciesVersion: metadata.DependenciesVersion{
QuarkusPlatformGroupId: "io.quarkus.platform",
QuarkusVersion: "3.2.10.Final",
QuarkusVersion: "3.8.4",
},
}},
}
Expand Down
4 changes: 2 additions & 2 deletions packages/maven-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
<version.flatten.plugin>1.3.0</version.flatten.plugin>
<version.junit>4.13.2</version.junit>
<surefire-plugin.version>3.2.5</surefire-plugin.version>
<quarkus.platform.version>3.2.10.Final</quarkus.platform.version>
<version.org.kie.kogito>999-20240417-SNAPSHOT</version.org.kie.kogito>
<quarkus.platform.version>3.8.4</quarkus.platform.version>
<version.org.kie.kogito>999-20240502-SNAPSHOT</version.org.kie.kogito>
<quarkus-plugin.version>${quarkus.platform.version}</quarkus-plugin.version>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<version.failsafe.plugin>3.0.0-M7</version.failsafe.plugin>
Expand Down
4 changes: 2 additions & 2 deletions packages/root-env/env/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ module.exports = composeEnv([], {
description: "Enables/disables building example packages during the build.",
},
QUARKUS_PLATFORM_version: {
default: "3.2.10.Final",
default: "3.8.4",
description: "Quarkus version to be used on dependency declaration.",
},
KOGITO_RUNTIME_version: {
default: "999-20240417-SNAPSHOT",
default: "999-20240502-SNAPSHOT",
description: "Kogito version to be used on dependency declaration.",
},
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = composeEnv(
description: "",
},
SERVERLESS_LOGIC_WEB_TOOLS__baseBuilderKogitoImageTag: {
default: "999-20240417",
default: "999-20240502",
description: "",
},
}),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module.exports = composeEnv(
description: "",
},
SERVERLESS_LOGIC_WEB_TOOLS_DEVMODE_IMAGE__kogitoBaseBuilderImageTag: {
default: "999-20240417",
default: "999-20240502",
description: "",
},
}),
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e2204f

Please sign in to comment.