Skip to content

Commit

Permalink
Bump quarkus.version from 2.16.1.Final to 3.4.1
Browse files Browse the repository at this point in the history
Bumps `quarkus.version` from 2.16.1.Final to 3.4.1.

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

Updates `io.quarkus:quarkus-maven-plugin` from 2.16.1.Final to 3.4.1

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 20, 2023
1 parent e1395ef commit ce596d7
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 @@ -11,7 +11,7 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<quarkus.version>2.16.1.Final</quarkus.version>
<quarkus.version>3.4.1</quarkus.version>
<quarkus.package.type>uber-jar</quarkus.package.type>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit ce596d7

Please sign in to comment.