Skip to content

Commit

Permalink
Merge pull request #281 from Aiven-Open/dependabot/gradle/org.postgre…
Browse files Browse the repository at this point in the history
…sql-postgresql-42.7.1

Bump org.postgresql:postgresql from 42.6.0 to 42.7.1
  • Loading branch information
tvainika authored Jan 8, 2024
2 parents ef90244 + 7a0c6d2 commit dd0e83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ dependencies {
compileOnly "org.apache.kafka:connect-api:$kafkaVersion"

runtimeOnly "org.xerial:sqlite-jdbc:3.43.0.0"
runtimeOnly "org.postgresql:postgresql:42.6.0"
runtimeOnly "org.postgresql:postgresql:42.7.1"
runtimeOnly "net.sourceforge.jtds:jtds:1.3.1"
runtimeOnly "net.snowflake:snowflake-jdbc:3.14.2"
runtimeOnly "com.microsoft.sqlserver:mssql-jdbc:12.5.0.jre11-preview"
Expand Down

0 comments on commit dd0e83d

Please sign in to comment.