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 678d67c commit a165289Copy full SHA for a165289
build.gradle
@@ -17,6 +17,7 @@ java {
17
18
repositories {
19
mavenCentral()
20
+ mavenLocal()
21
}
22
23
wrapper {
@@ -26,7 +27,7 @@ wrapper {
26
27
28
dependencies {
29
implementation 'org.springframework.boot:spring-boot-starter-webflux'
- implementation 'com.unblu.middleware:unblu-middleware-lib:1.7.2'
30
+ implementation 'com.unblu.middleware:unblu-middleware-lib:1.8.0'
31
implementation 'com.unblu.openapi:jersey3-client-v4:8.24.0'
32
implementation 'org.projectlombok:lombok:1.18.34'
33
annotationProcessor 'org.projectlombok:lombok:1.18.34'
0 commit comments