Skip to content

Commit 69cb52a

Browse files
Merge pull request #1345 from ie3-institute/dependabot/gradle/dev/org.postgresql-postgresql-42.7.7
Bump org.postgresql:postgresql from 42.7.6 to 42.7.7
2 parents 571f498 + 9911f7d commit 69cb52a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
./gradlew sonar \
8080
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
8181
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
82-
-Dsonar.login=${{ secrets.SONAR_TOKEN }} \
82+
-Dsonar.token=${{ secrets.SONAR_TOKEN }} \
8383
-Dsonar.qualitygate.wait=true
8484
8585
#Deployment

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999
// Databases
100100
implementation 'org.influxdb:influxdb-java:2.25'
101101
implementation 'com.couchbase.client:java-client:3.8.2'
102-
runtimeOnly 'org.postgresql:postgresql:42.7.6' // postgresql jdbc driver required during runtime
102+
runtimeOnly 'org.postgresql:postgresql:42.7.7' // postgresql jdbc driver required during runtime
103103

104104
implementation 'commons-io:commons-io:2.19.0' // I/O functionalities
105105
implementation 'commons-codec:commons-codec:1.18.0' // needed by commons-compress

0 commit comments

Comments
 (0)