Skip to content

Commit

Permalink
Redis to M6 (#386)
Browse files Browse the repository at this point in the history
* Redis to M6

* groovy 4.0.12
  • Loading branch information
sdelamo authored Jun 3, 2023
1 parent 9eb0fa0 commit 4187ff9
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,24 @@ managed-lettuce = "6.2.4.RELEASE"

micronaut-docs = "2.0.0"
micronaut = "4.0.0-M6"
micronaut-test = "4.0.0-M3"
micronaut-test = "4.0.0-M5"
micronaut-cache = "4.0.0-M2"
micronaut-micrometer = "5.0.0-M2"
micronaut-serde = "2.0.0-M8"
micronaut-logging = "1.0.0-M2"
micronaut-session = "4.0.0-M2"
micronaut-gradle-plugin = "4.0.0-M4"

redis-embedded = "0.6"

groovy = "4.0.11"
groovy = "4.0.12"
spock = "2.3-groovy-4.0"

testcontainers = "1.18.1"

micronaut-logging = "1.0.0-M2"
[libraries]
# Core
micronaut-core = { module = 'io.micronaut:micronaut-core-bom', version.ref = 'micronaut' }

micronaut-logging = { module = "io.micronaut.logging:micronaut-logging-bom", version.ref = "micronaut-logging" }
managed-lettuce = { module = "io.lettuce:lettuce-core", version.ref = "managed-lettuce" }

micronaut-cache = { module = "io.micronaut.cache:micronaut-cache-bom", version.ref = "micronaut-cache" }
micronaut-micrometer = { module = "io.micronaut.micrometer:micronaut-micrometer-bom", version.ref = "micronaut-micrometer" }
micronaut-serde = { module = "io.micronaut.serde:micronaut-serde-bom", version.ref = "micronaut-serde" }
Expand Down

0 comments on commit 4187ff9

Please sign in to comment.