Skip to content

Commit

Permalink
Bump quarkus.platform.version in /quarkus-workshop-super-heroes
Browse files Browse the repository at this point in the history
Bumps `quarkus.platform.version` from 3.6.0 to 3.13.3.

Updates `io.quarkus:quarkus-maven-plugin` from 3.6.0 to 3.13.3

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

Updates `io.quarkus:quarkus-extension-processor` from 3.8.1 to 3.13.3

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

---
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-extension-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 50c3903 commit e464b90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quarkus-workshop-super-heroes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<plugin>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-maven-plugin</artifactId>
<version>3.8.1</version>
<version>3.13.3</version>
<executions>
<execution>
<id>get-wrapper</id>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.8.1</quarkus.version>
<quarkus.version>3.13.3</quarkus.version>
<surefire-plugin.version>3.2.2</surefire-plugin.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit e464b90

Please sign in to comment.