Skip to content

Commit 1b71a79

Browse files
committed
Merge branch 'main' into develop
2 parents 544b4cd + 5056fc6 commit 1b71a79

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Disabling shallow clones is recommended for improving the relevancy of reporting
5050
fetch-depth: 0
5151
- name: SonarQube Scan
52-
uses: SonarSource/sonarqube-scan-action@v5.3.1 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
52+
uses: SonarSource/sonarqube-scan-action@v6.0.0 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
5353
env:
5454
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
5555
with:

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>commons-io</groupId>
8888
<artifactId>commons-io</artifactId>
89-
<version>2.11.0</version>
89+
<version>2.14.0</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>commons-codec</groupId>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>org.bouncycastle</groupId>
120120
<artifactId>bcpkix-jdk18on</artifactId>
121-
<version>1.75</version>
121+
<version>1.78.1</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.bouncycastle</groupId>

0 commit comments

Comments
 (0)