Skip to content

Commit

Permalink
[main] [kie-issues#522] Bump Quarkus version to 2.16.10.Final (#2943)
Browse files Browse the repository at this point in the history
* [main] Bump Quarkus version to 2.16.10.Final

* Update jobs.groovy

---------

Co-authored-by: Jenkins CI <[email protected]>
Co-authored-by: Tristan Radisson <[email protected]>
  • Loading branch information
3 people committed Aug 29, 2023
1 parent aba1b03 commit 114724b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/dsl/jobs.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (Utils.isMainBranch(this) && isStream8()) { // When there is Drools 9, we may
KogitoJobUtils.createQuarkusPlatformUpdateToolsJob(this, 'optaplanner')
KogitoJobUtils.createMainQuarkusUpdateToolsJob(this,
[ 'optaplanner', 'optaplanner-quickstarts' ],
[ 'rsynek', 'triceo']
[ 'radtriste', 'lucamolteni']
)

void setupProjectDroolsJob(String droolsBranch) {
Expand Down
2 changes: 1 addition & 1 deletion build/optaplanner-build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<version.org.apache.logging.log4j>2.20.0</version.org.apache.logging.log4j>
<version.com.thoughtworks.xstream>1.4.20</version.com.thoughtworks.xstream>
<version.io.quarkiverse.operatorsdk>5.1.4</version.io.quarkiverse.operatorsdk>
<version.io.quarkus>2.16.9.Final</version.io.quarkus>
<version.io.quarkus>2.16.10.Final</version.io.quarkus>
<version.org.apache.commons.math3>3.6.1</version.org.apache.commons.math3>
<version.org.apache.commons.text>1.10.0</version.org.apache.commons.text>
<version.org.apache.poi>5.2.3</version.org.apache.poi>
Expand Down

0 comments on commit 114724b

Please sign in to comment.