Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ global:
sonarqube:
code: github.com/AlaudaDevops/docker-sonarqube
repository: devops/sonarqube
tag: v2025.1.0-gbfb64f0
tag: v2025.1.0-g1182391
support_arm: true
thirdparty: true
digest: sha256:bd8aa76c68de359ef5495dafa155fe98b12009a82ad01bb10325226fd3f6b4be
pluginPackage:
code: github.com/AlaudaDevops/docker-sonarqube
repository: devops/sonarqube-plugins
tag: v2025.1.0-gbfb64f0
tag: v2025.1.0-g1182391
support_arm: true
thirdparty: true
digest: sha256:565500e7f0acfb7da4693eaf49b24629dc1fcd7cc6ca4571809c794959d0c0d8
Expand Down
2 changes: 1 addition & 1 deletion source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ subprojects {
dependency 'org.awaitility:awaitility:4.2.2'
dependency 'org.apache.commons:commons-collections4:4.5.0'
dependency 'org.apache.commons:commons-csv:1.14.1'
dependency 'org.apache.commons:commons-lang3:3.18.0'
dependency 'org.apache.commons:commons-lang3:3.19.0'
dependency 'org.apache.commons:commons-email2-jakarta:2.0.0-M1'
dependency 'org.apache.commons:commons-text:1.14.0'
dependency 'org.apache.mina:mina-core:2.2.4'
Expand Down