Skip to content

Commit

Permalink
added a dockerfile for the frontend modified second frr
Browse files Browse the repository at this point in the history
  • Loading branch information
Motouom committed Jul 16, 2024
1 parent 9c49daa commit f89a59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packit-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.springdoc:springdoc-openapi-webflux-ui:1.6.15") // Updated SpringDoc version
implementation("io.r2dbc:r2dbc-postgresql:0.8.8.RELEASE") // Use stable R2DBC PostgreSQL version
implementation("org.postgresql:r2dbc-postgresql:1.0.5.RELEASE")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("io.projectreactor:reactor-test")
}
Expand Down

0 comments on commit f89a59b

Please sign in to comment.