File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ dependencies {
3434 implementation(" org.ton:ton-kotlin:0.1.1" )
3535 implementation(" io.github.microutils:kotlin-logging-jvm:3.0.4" )
3636 implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1" )
37- implementation(" org.mapstruct:mapstruct:1.5.3.Final " )
37+ implementation(" org.mapstruct:mapstruct:1.6.3 " )
3838 implementation(" org.springdoc:springdoc-openapi-ui:1.6.14" )
3939 implementation(" org.springdoc:springdoc-openapi-kotlin:1.7.0" )
40- kapt(" org.mapstruct:mapstruct-processor:1.5.5.Final " )
40+ kapt(" org.mapstruct:mapstruct-processor:1.6.3 " )
4141 runtimeOnly(" org.postgresql:postgresql" )
4242 annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor" )
4343 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
You can’t perform that action at this time.
0 commit comments