Skip to content

Commit a165289

Browse files
committed
Upgrading to latest
1 parent 678d67c commit a165289

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

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

1818
repositories {
1919
mavenCentral()
20+
mavenLocal()
2021
}
2122

2223
wrapper {
@@ -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.7.2'
30+
implementation 'com.unblu.middleware:unblu-middleware-lib:1.8.0'
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'

0 commit comments

Comments
 (0)