Skip to content

Commit

Permalink
Update jdbi3 packages to latest version (#504)
Browse files Browse the repository at this point in the history
Fixes critical CVE
  • Loading branch information
adrianclay authored Mar 13, 2024
1 parent c841b05 commit 239433f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions db-connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ repositories {
dependencies {
implementation project(':common')
implementation 'org.postgresql:postgresql:42.7.1'
implementation 'org.jdbi:jdbi3-core:3.24.1'
implementation 'org.jdbi:jdbi3-sqlobject:3.24.1'
implementation 'org.jdbi:jdbi3-postgres:3.24.1'
implementation 'org.jdbi:jdbi3-core:3.45.0'
implementation 'org.jdbi:jdbi3-sqlobject:3.45.0'
implementation 'org.jdbi:jdbi3-postgres:3.45.0'

liquibaseRuntime 'org.liquibase:liquibase-core:4.26.0'
liquibaseRuntime 'org.liquibase:liquibase-groovy-dsl:3.0.3'
Expand Down
2 changes: 1 addition & 1 deletion gp2gp-translator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation project(':db-connector')
implementation project(':schema')
implementation 'com.github.spullara.mustache.java:compiler:0.9.10'
implementation 'org.jdbi:jdbi3-core:3.24.1'
implementation 'org.jdbi:jdbi3-core:3.45.0'
implementation 'org.jetbrains:annotations:24.1.0'

testImplementation 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit 239433f

Please sign in to comment.