Skip to content

Commit

Permalink
Maven pom.xml(deps): Bump quarkus.version (#165)
Browse files Browse the repository at this point in the history
Bumps `quarkus.version` from 2.15.1.Final to 2.15.2.Final.

Updates `qute-core` from 2.15.1.Final to 2.15.2.Final
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.15.1.Final...2.15.2.Final)

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

Updates `quarkus-maven-plugin` from 2.15.1.Final to 2.15.2.Final

Updates `quarkus-extension-maven-plugin` from 2.15.1.Final to 2.15.2.Final
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.15.1.Final...2.15.2.Final)

---
updated-dependencies:
- dependency-name: io.quarkus.qute:qute-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 5, 2023
1 parent 9d1146d commit 5610163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<license.dir>${basedir}</license.dir>

<lombok.version>1.18.24</lombok.version>
<quarkus.version>2.15.1.Final</quarkus.version>
<quarkus.version>2.15.2.Final</quarkus.version>
<xmlunit.version>2.9.0</xmlunit.version>
<xsender.version>4.0.0.Final</xsender.version>
</properties>
Expand Down

0 comments on commit 5610163

Please sign in to comment.