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 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments