Skip to content

Commit

Permalink
Bump quarkus.platform.version from 3.6.3 to 3.6.4
Browse files Browse the repository at this point in the history
Bumps `quarkus.platform.version` from 3.6.3 to 3.6.4.

Updates `io.quarkus:quarkus-bom` from 3.6.3 to 3.6.4
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.6.3...3.6.4)

Updates `io.quarkus:quarkus-maven-plugin` from 3.6.3 to 3.6.4

---
updated-dependencies:
- 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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 19, 2023
1 parent 46dc73f commit db98c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<maven.compiler.release>${java.version}</maven.compiler.release>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>3.6.3</quarkus.platform.version>
<quarkus.platform.version>3.6.4</quarkus.platform.version>
<quarkus.package.type>uber-jar</quarkus.package.type>
<quarkus.package.add-runner-suffix>false</quarkus.package.add-runner-suffix>
</properties>
Expand Down

0 comments on commit db98c5e

Please sign in to comment.