Skip to content

Commit 1425d19

Browse files
Merge pull request #1349 from ie3-institute/dependabot/gradle/dev/testcontainersVersion-1.21.2
Bump testcontainersVersion from 1.21.1 to 1.21.2
2 parents 1954d29 + 550ab1d commit 1425d19

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,11 @@ jobs:
7575
run: ./gradlew javadoc
7676

7777
- name: SonarQube
78-
env:
79-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_2025 }}
8078
run: |
8179
./gradlew sonar \
8280
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }} \
8381
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }} \
84-
-Dsonar.token="${{ secrets.SONAR_TOKEN_2025 }}" \
82+
-Dsonar.token="${{ secrets.SONAR_TOKEN }}" \
8583
-Dsonar.qualitygate.wait=true
8684
8785
#Deployment

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ext {
2121
groovyBinaryVersion = "4.0.27"
2222

2323
junitVersion = '1.12.0'
24-
testcontainersVersion = '1.21.1'
24+
testcontainersVersion = '1.21.2'
2525

2626
scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator //location of script plugins
2727
}

0 commit comments

Comments
 (0)