Skip to content

Commit

Permalink
[main] Bump Quarkus version to 2.16.9.Final (#3157)
Browse files Browse the repository at this point in the history
* [main] Bump Quarkus version to 2.16.9.Final

* Apply suggestions from code review

* Update pr-kogito-runtimes.yml

---------

Co-authored-by: Jenkins CI <[email protected]>
Co-authored-by: Tristan Radisson <[email protected]>
  • Loading branch information
3 people committed Aug 8, 2023
1 parent 7d37332 commit 3d356a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pr-kogito-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
java-version: ${{ matrix.java-version }}
maven-version: ${{ matrix.maven-version }}
cache-key-prefix: ${{ runner.os }}-${{ matrix.java-version }}-maven${{ matrix.maven-version }}
- name: Install Python needed packages
uses: kiegroup/kie-ci/.ci/actions/python-packages@main
with:
packages: jep
- name: Build Chain
uses: kiegroup/kie-ci/.ci/actions/build-chain@main
with:
Expand Down
6 changes: 3 additions & 3 deletions kogito-build/kogito-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<!-- this version property is used in plugins but also in dependencies too -->
<version.io.quarkus>2.16.8.Final</version.io.quarkus>
<version.io.quarkus>2.16.9.Final</version.io.quarkus>
<version.io.quarkus.quarkus-test>${version.io.quarkus}</version.io.quarkus.quarkus-test>
<version.org.springframework.boot>2.6.6</version.org.springframework.boot>
<version.org.apache.kafka>3.4.0</version.org.apache.kafka>
Expand All @@ -40,7 +40,7 @@
<version.com.github.tomakehurst.wiremock>2.33.2</version.com.github.tomakehurst.wiremock>
<version.com.google.protobuf>3.22.0</version.com.google.protobuf>
<!-- We don't use gson directly. This is just to align versions of transitive dependencies -->
<version.com.google.gson>2.9.0</version.com.google.gson>
<version.com.google.gson>2.10</version.com.google.gson>
<!-- currently required for integration test only -->
<version.com.oracle.database.jdbc>21.3.0.0</version.com.oracle.database.jdbc>
<version.com.sun.xml.bind.core>2.3.0.1</version.com.sun.xml.bind.core>
Expand All @@ -67,7 +67,7 @@
<version.io.smallrye.reactive.mutiny-vertx-web-client>2.30.1</version.io.smallrye.reactive.mutiny-vertx-web-client>

<version.io.vertx>4.3.7</version.io.vertx>
<version.io.grpc>1.51.1</version.io.grpc>
<version.io.grpc>1.53.0</version.io.grpc>

<version.io.quarkus.camel>2.15.0</version.io.quarkus.camel>

Expand Down

0 comments on commit 3d356a0

Please sign in to comment.