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.token=${{ 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 @@ -91,7 +91,7 @@ dependencies {
91
91
testImplementation " org.testcontainers:couchbase:$testcontainersVersion "
92
92
93
93
// 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 ' )
95
95
implementation ' org.apache.logging.log4j:log4j-api' // log4j
96
96
implementation ' org.apache.logging.log4j:log4j-core' // log4j
97
97
implementation ' org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
You can’t perform that action at this time.
0 commit comments