Skip to content

Commit

Permalink
Merge branch '4.6.x' into renovate/micronaut.mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored May 31, 2024
2 parents 82ec788 + d422945 commit dbfa887
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/central-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: v${{ github.event.inputs.release_version }}
- uses: gradle/wrapper-validation-action@v2
- uses: gradle/wrapper-validation-action@v3
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
- uses: gradle/wrapper-validation-action@v2
- uses: gradle/wrapper-validation-action@v3
- name: Set up JDK
uses: actions/setup-java@v4
with:
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ micronaut-discovery = "4.2.0"
micronaut-groovy = "4.2.0"
micronaut-logging = "1.2.2"
micronaut-mongodb = "5.3.0"
micronaut-reactor = "3.2.1"
micronaut-reactor = "3.3.0"

micronaut-security = "4.6.9"
micronaut-security = "4.8.0"
micronaut-serde = "2.8.2"
micronaut-servlet = "4.6.0"
micronaut-test-resources="2.4.0"
micronaut-views = "5.1.0"
micronaut-test-resources="2.5.2"
micronaut-views = "5.4.0"
micronaut-validation = "4.4.0"

managed-alexa-ask-sdk = "2.86.0"
Expand Down

0 comments on commit dbfa887

Please sign in to comment.