Skip to content

Commit

Permalink
Dependencies upgrade (#336)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.2.0
* fix(deps): update dependency io.micronaut.views:micronaut-views-bom to v5
* fix(deps): update dependency io.micronaut.aws:micronaut-aws-bom to v4.3.0
* fix(deps): update dependency io.micronaut.reactor:micronaut-reactor-bom to v3.2.1
* fix(deps): update dependency io.micronaut.validation:micronaut-validation-bom to v4.2.0
* logging 1.2.1
* fix(deps): update dependency com.sendgrid:sendgrid-java to v4.10.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
sdelamo and renovate[bot] authored Jan 22, 2024
1 parent 0d97b20 commit ca31d99
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
micronaut-docs = "2.0.0"
micronaut = "4.2.3"
micronaut-test = "4.0.0"
micronaut-test = "4.2.0"
micronaut-gradle-plugin = "4.2.1"
groovy = "4.0.13"
groovy = "4.0.18"

managed-postmark = "1.11.1"
managed-sendgrid = "4.9.3"
managed-sendgrid = "4.10.1"
managed-jakarta-mail = "2.1.2"
managed-eclipse-angus = "2.0.2"
managed-mailjet = "5.2.5"
Expand All @@ -16,13 +16,13 @@ kotlin = "1.9.22"
spock = "2.3-groovy-4.0"
testcontainers = "1.19.3"

micronaut-aws = "4.1.1"
micronaut-reactor = "3.1.0"
micronaut-aws = "4.3.0"
micronaut-reactor = "3.2.1"
micronaut-serde = "2.7.0"
micronaut-validation = "4.0.3"
micronaut-views = "4.1.0"
micronaut-validation = "4.2.0"
micronaut-views = "5.1.0"
micronaut-hibernate-validator = "4.2.0"
micronaut-logging = "1.1.2"
micronaut-logging = "1.2.1"

[libraries]
# Managed dependencies
Expand Down

0 comments on commit ca31d99

Please sign in to comment.