Skip to content

Commit

Permalink
Bump gizmo from 1.0.9.Final to 1.0.10.Final
Browse files Browse the repository at this point in the history
Bumps [gizmo](https://github.com/quarkusio/gizmo) from 1.0.9.Final to 1.0.10.Final.
- [Release notes](https://github.com/quarkusio/gizmo/releases)
- [Commits](quarkusio/gizmo@1.0.9.Final...1.0.10.Final)

---
updated-dependencies:
- dependency-name: io.quarkus.gizmo:gizmo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2021
1 parent 1adca1b commit 0797cb5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<plexus-component-annotations.version>2.1.0</plexus-component-annotations.version>
<!-- What we actually depend on for the annotations, as latest Graal is not available in Maven fast enough: -->
<graal-sdk.version>21.3.0</graal-sdk.version>
<gizmo.version>1.0.9.Final</gizmo.version>
<gizmo.version>1.0.10.Final</gizmo.version>
<jackson.version>2.12.5</jackson.version>
<commons-logging-jboss-logging.version>1.0.0.Final</commons-logging-jboss-logging.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/arc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<version.assertj>3.21.0</version.assertj>
<version.jboss-logging>3.4.2.Final</version.jboss-logging>
<version.jakarta-annotation>1.3.5</version.jakarta-annotation>
<version.gizmo>1.0.9.Final</version.gizmo>
<version.gizmo>1.0.10.Final</version.gizmo>
<version.jpa>2.2.3</version.jpa>

<version.surefire.plugin>3.0.0-M5</version.surefire.plugin>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/qute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<maven.compiler.release>11</maven.compiler.release>
<version.junit>5.8.1</version.junit>
<version.assertj>3.21.0</version.assertj>
<version.gizmo>1.0.9.Final</version.gizmo>
<version.gizmo>1.0.10.Final</version.gizmo>
<version.jboss-logging>3.4.2.Final</version.jboss-logging>
<version.surefire.plugin>3.0.0-M5</version.surefire.plugin>
<version.nexus-staging-maven-plugin>1.6.8</version.nexus-staging-maven-plugin>
Expand Down
2 changes: 1 addition & 1 deletion independent-projects/resteasy-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<version.assertj>3.21.0</version.assertj>
<version.jboss-logging>3.4.2.Final</version.jboss-logging>
<version.jakarta-annotation>1.3.5</version.jakarta-annotation>
<version.gizmo>1.0.9.Final</version.gizmo>
<version.gizmo>1.0.10.Final</version.gizmo>
<version.jpa>2.2.3</version.jpa>

<version.surefire.plugin>3.0.0-M5</version.surefire.plugin>
Expand Down

0 comments on commit 0797cb5

Please sign in to comment.