Skip to content

Commit

Permalink
Merge branch '5.4.x' into 5.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Apr 11, 2024
2 parents 1bd304f + 97b9726 commit 7e9b1ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: "🔧 Setup Gradle"
uses: gradle/gradle-build-action@v3.1.0
uses: gradle/gradle-build-action@v3.2.1

- name: "❓ Optional setup step"
run: |
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ micronaut-security = "4.7.0"
micronaut-logging = "1.2.3"
micronaut-test = "4.0.0"
micronaut-test-resources="2.4.0"
micronaut-gradle-plugin = "4.3.5"
managed-elasticsearch = "8.13.0"
micronaut-gradle-plugin = "4.3.6"
managed-elasticsearch = "8.13.2"

graal-svm = "23.1.2"
groovy = "4.0.15"
Expand Down

0 comments on commit 7e9b1ab

Please sign in to comment.