Skip to content

Commit

Permalink
fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plu…
Browse files Browse the repository at this point in the history
…gin to v4.4.0 (#629)

* fix(deps): update dependency io.micronaut.gradle:micronaut-gradle-plugin to v4.4.0

* Update test resources version

* Don't use custom oracle docker image

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Radovan Radic <radicr@gmail.com>
Co-authored-by: Graeme Rocher <graeme.rocher@oracle.com>
  • Loading branch information
3 people authored May 30, 2024
1 parent a34b572 commit d4172ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ managed-r2dbc-mssql = "1.0.2.RELEASE"

# Gradle plugins

micronaut-gradle-plugin = "4.3.6"
micronaut-gradle-plugin = "4.4.0"
micronaut-test-resources = "2.5.2"
kotlin-gradle-plugin = "1.9.23"

Expand Down
4 changes: 0 additions & 4 deletions test-graalvm/oracle/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@ r2dbc:
db-type: "oracle"
dialect: "ORACLE"
schema-generate: "CREATE_DROP"
test-resources:
containers:
oracle:
image-name: "gvenzl/oracle-xe:21-slim-faststart"

0 comments on commit d4172ce

Please sign in to comment.