Skip to content

Commit

Permalink
eng, bump azure-autorest-customization 1.0.0-beta.9 (#43047)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Nov 21, 2024
1 parent 91427d2 commit cdfb0b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eng/versioning/external_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# groupId:artifactId;dependency-version
ch.qos.logback:logback-classic;1.3.14
com.azure:azure-servicebus-jms;2.0.0
com.azure.tools:azure-autorest-customization;1.0.0-beta.8
com.azure.tools:azure-autorest-customization;1.0.0-beta.9
com.fasterxml:aalto-xml;1.3.3
com.fasterxml.jackson.core:jackson-annotations;2.17.2
com.fasterxml.jackson.core:jackson-core;2.17.2
Expand Down
4 changes: 2 additions & 2 deletions sdk/parents/azure-code-customization-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.azure.tools</groupId>
<artifactId>azure-autorest-customization</artifactId>
<version>1.0.0-beta.8</version> <!-- {x-version-update;com.azure.tools:azure-autorest-customization;external_dependency} -->
<version>1.0.0-beta.9</version> <!-- {x-version-update;com.azure.tools:azure-autorest-customization;external_dependency} -->
</dependency>
</dependencies>

Expand All @@ -68,7 +68,7 @@
<rules>
<bannedDependencies>
<includes>
<include>com.azure.tools:azure-autorest-customization:[1.0.0-beta.8]</include> <!-- {x-include-update;com.azure.tools:azure-autorest-customization;external_dependency} -->
<include>com.azure.tools:azure-autorest-customization:[1.0.0-beta.9]</include> <!-- {x-include-update;com.azure.tools:azure-autorest-customization;external_dependency} -->
</includes>
</bannedDependencies>
</rules>
Expand Down

0 comments on commit cdfb0b8

Please sign in to comment.