Skip to content

Commit 3458b19

Browse files
committed
Adopted to feature lower-level api for outbound requests
1 parent 4f2cc36 commit 3458b19

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ java {
1616
}
1717

1818
repositories {
19+
mavenLocal()
1920
mavenCentral()
2021
}
2122

@@ -26,7 +27,7 @@ wrapper {
2627

2728
dependencies {
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'

src/main/resources/application.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ unblu:
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

0 commit comments

Comments
 (0)