Skip to content

Commit

Permalink
[main] Bump Quarkus version to 2.16.9.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins CI committed Aug 2, 2023
1 parent 33753e1 commit 6878086
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions kogito-build/kogito-dependencies-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

<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>
<version.org.apache.kafka>3.3.2</version.org.apache.kafka>

<!-- dependencies versions -->
<version.com.networknt>1.0.86</version.com.networknt>
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 Expand Up @@ -124,7 +124,7 @@
<!-- see: https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html#parallel-test-execution-and-single-thread-execution -->
<version.com.github.stephenc.jcip>1.0-1</version.com.github.stephenc.jcip>
<version.black.ninia>4.1.1</version.black.ninia>
<version.com.google.guava>32.0.1-jre</version.com.google.guava>
<version.com.google.guava>31.1-jre</version.com.google.guava>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 6878086

Please sign in to comment.