Skip to content

Commit

Permalink
[1.36.x] Bump Quarkus version to 2.16.6.Final (#1478)
Browse files Browse the repository at this point in the history
Co-authored-by: Jenkins CI <noreply@redhat.com>
  • Loading branch information
kie-ci3 and Jenkins CI committed Apr 4, 2023
1 parent 862867e commit 86badf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ labels:
- name: "io.openshift.expose-services"
value: "8080:http"
- name: "io.quarkus.platform.version"
value: "2.16.4.Final"
value: "2.16.6.Final"
- name: "org.kie.kogito.version"
value: "1.36.0-SNAPSHOT"

Expand All @@ -25,7 +25,7 @@ envs:
value: "1.36.0-SNAPSHOT"
description: Defines the Kogito version to be used by the builder images. Not intended to be changed by end user.
- name: "QUARKUS_PLATFORM_VERSION"
value: "2.16.4.Final"
value: "2.16.6.Final"
description: Defines the Quarkus Platform version to be used by the builder images. Not intended to be changed by end user.

packages:
Expand Down
2 changes: 1 addition & 1 deletion tests/features/kogito-swf-builder.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: SWF and Quarkus installation
Scenario: verify if the swf and quarkus files are under /home/kogito/.m2/repository
When container is started with command bash
Then file /home/kogito/.m2/repository/org/acme/serverless-workflow-project/1.0.0-SNAPSHOT/serverless-workflow-project-1.0.0-SNAPSHOT.jar should exist
And file /home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/2.16.4.Final/quarkus-bom-2.16.4.Final.pom should exist
And file /home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/2.16.6.Final/quarkus-bom-2.16.6.Final.pom should exist
And file /home/kogito/.m2/repository/org/kie/kogito/kogito-quarkus-serverless-workflow/ should exist and be a directory

# This check should be enabled again once a similar check is done on runtimes
Expand Down

0 comments on commit 86badf5

Please sign in to comment.