Skip to content

Commit

Permalink
Upgrade to test resources 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
melix committed Jan 30, 2024
1 parent 484d64a commit 204890c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ oraclelinux = "9"
graalvmPlugin = "0.9.28"
micronaut-platform = "4.2.1" # This is the platform version, used in our tests
micronaut-aot = "2.1.1"
micronaut-testresources = "2.3.0"
micronaut-testresources = "2.3.2"
micronaut-openapi = "6.3.0"
mockserver = "5.15.0"
log4j2 = { require = "2.17.1", reject = ["]0, 2.17["] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,3 @@ datasources:
# driverClassName: org.postgresql.Driver
# schema-generate: CREATE_DROP
# dialect: POSTGRES
test-resources:
containers:
mysql:
image-name: mysql:8.2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ datasources:
default:
schema-generate: CREATE_DROP
dialect: MYSQL
test-resources:
containers:
mysql:
image-name: mysql:8.2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,3 @@ datasources:
default:
schema-generate: CREATE_DROP
dialect: MYSQL
test-resources:
containers:
mysql:
image-name: mysql:8.2

0 comments on commit 204890c

Please sign in to comment.