Skip to content

Commit 2c04687

Browse files
authored
Merge branch 'main' into dependabot/maven/org.slf4j-slf4j-api-2.0.17
2 parents 7e02ef6 + 116eb8d commit 2c04687

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@
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>
@@ -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>
@@ -146,7 +146,7 @@
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>
@@ -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>
@@ -179,7 +179,7 @@
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>

0 commit comments

Comments
 (0)