Skip to content

Commit de2ba08

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template-merged' into develop
2 parents a4ee38f + f63108b commit de2ba08

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed
File renamed without changes.

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
# Force MVN Wrapper Linux files LF
88
mvnw text eol=lf
9-
.mvn/wrapper/maven-wrapper.properties text eol=lf
9+
maven-wrapper.properties text eol=lf

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>com.puppycrawl.tools</groupId>
4848
<artifactId>checkstyle</artifactId>
49-
<version>10.24.0</version>
49+
<version>10.25.0</version>
5050
</dependency>
5151
</dependencies>
5252
<configuration>
@@ -76,19 +76,19 @@
7676
<includeTests>true</includeTests>
7777
<printFailingErrors>true</printFailingErrors>
7878
<rulesets>
79-
<ruleset>.config/pmd/ruleset.xml</ruleset>
79+
<ruleset>.config/pmd/java/ruleset.xml</ruleset>
8080
</rulesets>
8181
</configuration>
8282
<dependencies>
8383
<dependency>
8484
<groupId>net.sourceforge.pmd</groupId>
8585
<artifactId>pmd-core</artifactId>
86-
<version>7.13.0</version>
86+
<version>7.14.0</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>net.sourceforge.pmd</groupId>
9090
<artifactId>pmd-java</artifactId>
91-
<version>7.13.0</version>
91+
<version>7.14.0</version>
9292
</dependency>
9393
</dependencies>
9494
</plugin>

testcontainers-advanced-imagebuilder/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<dependency>
268268
<groupId>com.puppycrawl.tools</groupId>
269269
<artifactId>checkstyle</artifactId>
270-
<version>10.24.0</version>
270+
<version>10.25.0</version>
271271
</dependency>
272272
</dependencies>
273273
<configuration>
@@ -297,19 +297,19 @@
297297
<includeTests>true</includeTests>
298298
<printFailingErrors>true</printFailingErrors>
299299
<rulesets>
300-
<ruleset>../.config/pmd/ruleset.xml</ruleset>
300+
<ruleset>../.config/pmd/java/ruleset.xml</ruleset>
301301
</rulesets>
302302
</configuration>
303303
<dependencies>
304304
<dependency>
305305
<groupId>net.sourceforge.pmd</groupId>
306306
<artifactId>pmd-core</artifactId>
307-
<version>7.13.0</version>
307+
<version>7.14.0</version>
308308
</dependency>
309309
<dependency>
310310
<groupId>net.sourceforge.pmd</groupId>
311311
<artifactId>pmd-java</artifactId>
312-
<version>7.13.0</version>
312+
<version>7.14.0</version>
313313
</dependency>
314314
</dependencies>
315315
</plugin>

0 commit comments

Comments
 (0)