Skip to content

Commit

Permalink
Update 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 committed Apr 3, 2024
1 parent 037a92b commit ae8d8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inventory/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.9.1</quarkus.platform.version>
<quarkus.platform.version>3.9.2</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.2.5</surefire-plugin.version>
</properties>
Expand Down

2 comments on commit ae8d8fa

@edeandrea
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm curious why you had to make this change manually rather than dependabot making it?

@danieloh30
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just my force of habit! I was upgrading it with the other apps due to the event :)

Please sign in to comment.