Skip to content

Commit

Permalink
Upgrade vulnerable lib
Browse files Browse the repository at this point in the history
  • Loading branch information
sbont committed Jul 27, 2024
1 parent 8380dd7 commit 2a8f835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies {
liquibaseRuntime("org.liquibase:liquibase-groovy-dsl:3.0.3")
liquibaseRuntime("org.liquibase.ext:liquibase-hibernate6:4.23.0")
liquibaseRuntime("info.picocli:picocli:4.7.3")
liquibaseRuntime("org.postgresql:postgresql:42.5.4")
liquibaseRuntime("org.postgresql:postgresql:42.7.2")
liquibaseRuntime("org.springframework.boot:spring-boot-starter-data-jpa")
liquibaseRuntime(sourceSets.getByName("main").output)
liquibaseRuntime(files("src/main"))
Expand Down

0 comments on commit 2a8f835

Please sign in to comment.