Skip to content

Commit

Permalink
Bump quarkus.version from 2.11.2.Final to 2.14.0.Final (#319)
Browse files Browse the repository at this point in the history
* Bump quarkus.version from 2.11.2.Final to 2.14.0.Final

Bumps `quarkus.version` from 2.11.2.Final to 2.14.0.Final.

Updates `quarkus-maven-plugin` from 2.11.2.Final to 2.14.0.Final

Updates `quarkus-bom` from 2.11.2.Final to 2.14.0.Final
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.11.2.Final...2.14.0.Final)

Updates `quarkus-bootstrap-maven-plugin` from 2.11.2.Final to 2.14.0.Final

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-bootstrap-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update build.yml

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Grzegorz Piwowarek <grzegorz.piwowarek@hazelcast.com>
  • Loading branch information
dependabot[bot] and Grzegorz Piwowarek committed Nov 7, 2022
1 parent 0022889 commit fccb3be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
fail-fast: false
matrix:
java: [ '11' ]
graal: [ '21.3.0', '22.0.0' ]
hazelcast: [ '5.0.2', '5.1.1' ]
graal: [ '22.2.0' ]
hazelcast: [ '5.0.2', '5.1.1', '5.2.0 ]

steps:
- uses: actions/checkout@v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@


<properties>
<quarkus.version>2.11.2.Final</quarkus.version>
<quarkus.version>2.14.0.Final</quarkus.version>
<hazelcast.version>5.2.0</hazelcast.version>
<jcache.version>1.1.1</jcache.version>
<affinity.version>3.20.0</affinity.version>
Expand Down

0 comments on commit fccb3be

Please sign in to comment.