diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d760186c..2762f3e2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -160,6 +160,6 @@ jobs: - name: Upload assets # Upload the artifacts to the existing release. Note that the SLSA provenance will # attest to each artifact file and not the aggregated ZIP file. - uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 # v2.2.0 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 with: files: artifacts.zip diff --git a/settings.gradle b/settings.gradle index 7d006a9e..cb6ec310 100644 --- a/settings.gradle +++ b/settings.gradle @@ -6,7 +6,7 @@ pluginManagement { } plugins { - id("io.micronaut.build.shared.settings") version "7.2.3" + id("io.micronaut.build.shared.settings") version "7.3.2" } rootProject.name = 'jms-parent'