Skip to content

Commit

Permalink
Merge pull request #223 from xenit-eu/renovate/com.github.paulcwarren…
Browse files Browse the repository at this point in the history
…-spring-content-bom-3.x

Update dependency com.github.paulcwarren:spring-content-bom to v3.0.10
  • Loading branch information
renovate[bot] authored May 8, 2024
2 parents 0f85527 + e87b3b3 commit 12fda37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion contentgrid-spring-boot-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ javaPlatform {
dependencies {
api platform('org.springframework.boot:spring-boot-dependencies:3.2.0')
api platform('com.contentgrid.thunx:thunx-bom:0.10.0')
api platform('com.github.paulcwarren:spring-content-bom:3.0.9')
api platform('com.github.paulcwarren:spring-content-bom:3.0.10')
api platform('io.cloudevents:cloudevents-bom:3.0.0')

constraints {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ class InvoicingApplicationTests {

@Container
static MinIOContainer minIOContainer = new MinIOContainer("minio/minio")
// This makes minio accept virtual host bucket access
.withEnv("MINIO_DOMAIN", "localhost")
.withUserName("test")
.withPassword("password");

Expand Down

0 comments on commit 12fda37

Please sign in to comment.