Skip to content

Commit 6fd48a2

Browse files
authored
Merge branch 'main' into dependabot/maven/org.apache.maven.plugins-maven-source-plugin-3.3.1
2 parents 40ebefd + 323c45f commit 6fd48a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: SonarQube Scan
2727
if: ${{ github.actor != 'dependabot[bot]' }}
28-
uses: SonarSource/sonarqube-scan-action@v5.2.0
28+
uses: SonarSource/sonarqube-scan-action@v6.0.0
2929
env:
3030
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-enforcer-plugin</artifactId>
93-
<version>3.0.0-M2</version>
93+
<version>3.6.2</version>
9494
<executions>
9595
<execution>
9696
<id>enforce-versions</id>
@@ -159,7 +159,7 @@
159159
<plugin>
160160
<groupId>org.apache.maven.plugins</groupId>
161161
<artifactId>maven-gpg-plugin</artifactId>
162-
<version>1.5</version>
162+
<version>3.2.8</version>
163163
<executions>
164164
<execution>
165165
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)