Skip to content

Commit 951560f

Browse files
Merge pull request #1346 from ie3-institute/dependabot/gradle/dev/org.apache.logging.log4j-log4j-bom-2.25.0
2 parents 69cb52a + 731fe61 commit 951560f

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.token=${{ 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
@@ -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

0 commit comments

Comments
 (0)