File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 79
79
./gradlew sonar \
80
80
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
81
81
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
82
- -Dsonar.login =${{ secrets.SONAR_TOKEN }} \
82
+ -Dsonar.token =${{ secrets.SONAR_TOKEN }} \
83
83
-Dsonar.qualitygate.wait=true
84
84
85
85
# Deployment
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
99
99
// Databases
100
100
implementation ' org.influxdb:influxdb-java:2.25'
101
101
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
103
103
104
104
implementation ' commons-io:commons-io:2.19.0' // I/O functionalities
105
105
implementation ' commons-codec:commons-codec:1.18.0' // needed by commons-compress
You can’t perform that action at this time.
0 commit comments