Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Cache to 4.7.0 #821

Merged
merged 9 commits into from
Nov 4, 2024
Merged
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@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 # v2.0.9
with:
files: artifacts.zip
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
micronaut-docs = "2.0.0"
micronaut = "4.6.4"
micronaut = "4.7.1"
micronaut-test = "4.5.0"

kotlin = "1.9.25"
Expand All @@ -14,11 +14,11 @@ managed-hazelcast = "5.3.7"
managed-infinispan = "15.0.10.Final"
managed-jcache = "1.1.1"

micronaut-micrometer = "5.8.0"
micronaut-serde = "2.11.0"
micronaut-test-resources = "2.6.0"
micronaut-validation = "4.7.0"
graal-svm = "23.1.4"
micronaut-micrometer = "5.9.0"
micronaut-serde = "2.12.0"
micronaut-test-resources = "2.6.2"
micronaut-validation = "4.8.0"
graal-svm = "23.1.5"
graal-plugin = "0.10.3"

micronaut-logging = "1.4.0"
Expand Down
Loading