Skip to content

Commit 98012f6

Browse files
authored
Merge branch 'main' into dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.11.2
2 parents 73471a8 + 63408fe commit 98012f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 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>
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-source-plugin</artifactId>
136-
<version>2.2.1</version>
136+
<version>3.4.0</version>
137137
<executions>
138138
<execution>
139139
<id>attach-sources</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)