Skip to content

Commit 3425cc9

Browse files
authored
Merge branch 'main' into dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.12.0
2 parents cc34746 + e9fe4f8 commit 3425cc9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

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

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

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.jacoco</groupId>
8181
<artifactId>jacoco-maven-plugin</artifactId>
82-
<version>0.8.10</version>
82+
<version>0.8.14</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
@@ -131,15 +131,15 @@
131131
<plugin>
132132
<groupId>org.codehaus.mojo</groupId>
133133
<artifactId>versions-maven-plugin</artifactId>
134-
<version>2.5</version>
134+
<version>2.20.1</version>
135135
<configuration>
136136
<rulesUri>file://${project.basedir}/version-rules.xml</rulesUri>
137137
</configuration>
138138
</plugin>
139139
<plugin>
140140
<groupId>org.jacoco</groupId>
141141
<artifactId>jacoco-maven-plugin</artifactId>
142-
<version>0.8.5</version>
142+
<version>0.8.14</version>
143143
<executions>
144144
<execution>
145145
<goals>
@@ -230,7 +230,7 @@
230230
<plugin>
231231
<groupId>org.apache.maven.plugins</groupId>
232232
<artifactId>maven-gpg-plugin</artifactId>
233-
<version>1.5</version>
233+
<version>3.2.8</version>
234234
<executions>
235235
<execution>
236236
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)