Skip to content

Commit

Permalink
Merge pull request #141 from quarkiverse/task/update-quarkus-3.12.3
Browse files Browse the repository at this point in the history
Update to Quarkus 3.12.3
  • Loading branch information
kdubb authored Jul 31, 2024
2 parents 6518ad7 + b4b8cba commit 7144050
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<compiler-plugin.version>3.8.1</compiler-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.11.2</quarkus.version>
<quarkus.version>3.12.3</quarkus.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion zanzibar-authzed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>pom</packaging>
<name>Quarkus Zanzibar - Authzed - Parent</name>
<properties>
<authzed.version>0.3.0</authzed.version>
<authzed.version>0.4.0</authzed.version>
</properties>
<modules>
<module>deployment</module>
Expand Down
2 changes: 1 addition & 1 deletion zanzibar-openfga/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<packaging>pom</packaging>
<name>Quarkus Zanzibar - OpenFGA - Parent</name>
<properties>
<openfga.version>1.4.1</openfga.version>
<openfga.version>1.5.0</openfga.version>
</properties>
<modules>
<module>deployment</module>
Expand Down

0 comments on commit 7144050

Please sign in to comment.