File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1616}
1717
1818repositories {
19+ mavenLocal()
1920 mavenCentral()
2021}
2122
@@ -26,7 +27,7 @@ wrapper {
2627
2728dependencies {
2829 implementation ' org.springframework.boot:spring-boot-starter-webflux'
29- implementation ' com.unblu.middleware:unblu-middleware-lib:1.5.5 '
30+ implementation ' com.unblu.middleware:unblu-middleware-lib:1.5.6-SNAPSHOT '
3031 implementation ' com.unblu.openapi:jersey3-client-v4:8.24.0'
3132 implementation ' org.projectlombok:lombok:1.18.34'
3233 annotationProcessor ' org.projectlombok:lombok:1.18.34'
Original file line number Diff line number Diff line change 55 middleware :
66 url : ${MIDDLEWARE_URL}
77 name : Test middleware
8- bot :
8+ outbound-requests :
99 secret : ${BOT_SECRET}
10+ bot :
1011 onboardingFilter : VISITORS
1112 person :
1213 firstName : Test
You can’t perform that action at this time.
0 commit comments