Skip to content

Commit

Permalink
fix(deps): update dependency io.micronaut.r2dbc:micronaut-r2dbc-bom t…
Browse files Browse the repository at this point in the history
…o v5.7.0 (#3208)

* fix(deps): update dependency io.micronaut.r2dbc:micronaut-r2dbc-bom to v5.7.0

* Remove unneeded dependencies that are coming from micronaut-r2dbc

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: radovanradic <radicr@gmail.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
  • Loading branch information
3 people authored Nov 7, 2024
1 parent 8a31e19 commit 7054c74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions data-r2dbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ dependencies {
implementation mn.micronaut.json.core
compileOnly mnSerde.micronaut.serde.oracle.jdbc.json
implementation mnReactor.micronaut.reactor
implementation(platform(mnReactor.boms.reactor))
implementation(libs.reactor.netty.core)

compileOnly mnR2dbc.r2dbc.oracle
compileOnly mnSql.jakarta.persistence.api
Expand Down
5 changes: 1 addition & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ micronaut-testresources = "2.6.2"
micronaut-azure = "5.7.1"
micronaut-reactor = "3.6.0"
micronaut-rxjava2 = "2.5.0"
micronaut-r2dbc = "5.6.1"
micronaut-r2dbc = "5.7.0"
micronaut-sql = "6.0.0"
micronaut-serde = "2.12.0"
micronaut-spring = "5.9.0"
Expand Down Expand Up @@ -92,9 +92,6 @@ spring-data-commons = { module = "org.springframework.data:spring-data-commons",

micronaut-azure-cosmos = { module = "io.micronaut.azure:micronaut-azure-cosmos", version.ref = "micronaut-azure" }

# Reactor Netty Dependencies
reactor-netty-core = { module = "io.projectreactor.netty:reactor-netty-core" }

# Test

jupiter-engine = { module = 'org.junit.jupiter:junit-jupiter-engine' }
Expand Down

0 comments on commit 7054c74

Please sign in to comment.