Skip to content

Commit

Permalink
Merge branch '7.0.x' into renovate/micronaut.validation
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored Apr 12, 2024
2 parents 8018e73 + caf2641 commit 73202b7
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 @@ -5,9 +5,9 @@ micronaut-test = "4.0.0"
groovy = "4.0.13"
spock = "2.3-groovy-4.0"

managed-neo4j-driver = "5.18.0"
managed-neo4j-driver = "5.19.0"

micronaut-test-resources = "2.4.0"
micronaut-test-resources = "2.5.0"
micronaut-validation = "4.5.0"

[libraries]
Expand Down

0 comments on commit 73202b7

Please sign in to comment.