File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 8282 <plugin >
8383 <groupId >org.codehaus.mojo</groupId >
8484 <artifactId >versions-maven-plugin</artifactId >
85- <version >2.5 </version >
85+ <version >2.20.1 </version >
8686 <configuration >
8787 <rulesUri >file://${project.basedir} /version-rules.xml</rulesUri >
8888 </configuration >
8989 </plugin >
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 >
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 >
146146 <plugin >
147147 <groupId >org.apache.maven.plugins</groupId >
148148 <artifactId >maven-javadoc-plugin</artifactId >
149- <version >2.9.1 </version >
149+ <version >3.12.0 </version >
150150 <executions >
151151 <execution >
152152 <id >attach-javadocs</id >
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 >
179179 <plugin >
180180 <groupId >org.apache.maven.plugins</groupId >
181181 <artifactId >maven-scm-plugin</artifactId >
182- <version >2.0.0-M1 </version >
182+ <version >2.2.1 </version >
183183 <configuration >
184184 <connectionType >connection</connectionType >
185185 </configuration >
You can’t perform that action at this time.
0 commit comments