Skip to content

Commit

Permalink
Bump quarkus.platform.version from 3.2.2.Final to 3.2.3.Final (#1527)
Browse files Browse the repository at this point in the history
Bumps `quarkus.platform.version` from 3.2.2.Final to 3.2.3.Final.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.2.2.Final to 3.2.3.Final

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 3, 2023
1 parent 9abe105 commit 89e6a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/data/pom.xml
Expand Up @@ -17,7 +17,7 @@
<maven.compiler.release>11</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.2.2.Final</quarkus.platform.version>
<quarkus.platform.version>3.2.3.Final</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 89e6a50

Please sign in to comment.