We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8693a8b commit 523839cCopy full SHA for 523839c
build.gradle
@@ -31,7 +31,7 @@ dependencies {
31
implementation 'org.flywaydb:flyway-core'
32
implementation 'org.flywaydb:flyway-database-postgresql'
33
implementation 'org.testcontainers:postgresql'
34
- annotationProcessor 'com.contentgrid.spring:contentgrid-spring-boot-starter-annotations:0.17.0'
+ annotationProcessor 'com.contentgrid.spring:contentgrid-spring-boot-starter-annotations:0.18.0'
35
annotationProcessor 'org.projectlombok:lombok'
36
testImplementation 'org.springframework.boot:spring-boot-starter-test'
37
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments