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 c166b33 commit 678d67cCopy full SHA for 678d67c
build.gradle
@@ -26,7 +26,7 @@ wrapper {
26
27
dependencies {
28
implementation 'org.springframework.boot:spring-boot-starter-webflux'
29
- implementation 'com.unblu.middleware:unblu-middleware-lib:1.7.0'
+ implementation 'com.unblu.middleware:unblu-middleware-lib:1.7.2'
30
implementation 'com.unblu.openapi:jersey3-client-v4:8.24.0'
31
implementation 'org.projectlombok:lombok:1.18.34'
32
annotationProcessor 'org.projectlombok:lombok:1.18.34'
src/main/resources/application.yaml
@@ -13,5 +13,7 @@ unblu:
13
firstName: Test
14
lastName: Bot
15
sourceId: Test middleware
16
+ clean-previous: true
17
webhook:
18
secret: ${WEBHOOK_SECRET}
19
0 commit comments