Skip to content

Commit

Permalink
chore: update Quarkus platform version to 3.14.4 (#2502)
Browse files Browse the repository at this point in the history
Co-authored-by: Knative Automation <[email protected]>
  • Loading branch information
github-actions[bot] and knative-automation committed Sep 15, 2024
1 parent 84f4caf commit d6ba18a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions generate/zz_filesystem_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/quarkus/cloudevents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.14.3</quarkus.platform.version>
<quarkus.platform.version>3.14.4</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.0.0-M7</surefire-plugin.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion templates/quarkus/http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.14.3</quarkus.platform.version>
<quarkus.platform.version>3.14.4</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.0.0-M7</surefire-plugin.version>
</properties>
Expand Down

0 comments on commit d6ba18a

Please sign in to comment.