Skip to content

Commit

Permalink
Merge branch '4.1.x' into sync-files-4.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored Jan 9, 2025
2 parents a7f941f + da852a1 commit d7ff750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit d7ff750

Please sign in to comment.