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.token=${{ 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 @@ -91,7 +91,7 @@ dependencies {
9191 testImplementation " org.testcontainers:couchbase:$testcontainersVersion "
9292
9393 // logging
94- implementation platform(' org.apache.logging.log4j:log4j-bom:2.24.3 ' )
94+ implementation platform(' org.apache.logging.log4j:log4j-bom:2.25.0 ' )
9595 implementation ' org.apache.logging.log4j:log4j-api' // log4j
9696 implementation ' org.apache.logging.log4j:log4j-core' // log4j
9797 implementation ' org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
You can’t perform that action at this time.
0 commit comments