Skip to content

Commit b5ca397

Browse files
committed
Merge remote-tracking branch 'origin/fix-apache-tomcat-cve' into fix-apache-tomcat-cve
2 parents 4c26547 + f07f45d commit b5ca397

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6060
<project.build.outputTimestamp>2025-04-03T13:23:00Z</project.build.outputTimestamp>
6161
<cloud-sdk.version>5.20.0</cloud-sdk.version>
62-
<junit-jupiter.version>5.13.1</junit-jupiter.version>
62+
<junit-jupiter.version>5.13.2</junit-jupiter.version>
6363
<wiremock.version>3.13.1</wiremock.version>
6464
<assertj-core.version>3.27.3</assertj-core.version>
6565
<slf4j.version>2.0.17</slf4j.version>
66-
<checkstyle.version>10.25.1</checkstyle.version>
66+
<checkstyle.version>10.26.1</checkstyle.version>
6767
<system-stubs.version>2.1.3</system-stubs.version>
6868
<surefire.version>3.5.3</surefire.version>
6969
<springframework.version>6.2.8</springframework.version>
@@ -317,7 +317,7 @@
317317
<plugin>
318318
<groupId>org.openapitools</groupId>
319319
<artifactId>openapi-generator-maven-plugin</artifactId>
320-
<version>7.13.0</version>
320+
<version>7.14.0</version>
321321
</plugin>
322322
</plugins>
323323
</pluginManagement>
@@ -651,7 +651,7 @@
651651
<plugin>
652652
<groupId>org.apache.maven.plugins</groupId>
653653
<artifactId>maven-pmd-plugin</artifactId>
654-
<version>3.26.0</version>
654+
<version>3.27.0</version>
655655
<configuration>
656656
<rulesets>
657657
<ruleset>${project.rootdir}/.pipeline/pmd.xml</ruleset>
@@ -767,7 +767,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
767767
<plugin>
768768
<groupId>com.github.spotbugs</groupId>
769769
<artifactId>spotbugs-maven-plugin</artifactId>
770-
<version>4.9.3.0</version>
770+
<version>4.9.3.2</version>
771771
<configuration>
772772
<includeFilterFile>${project.rootdir}/.pipeline/spotbugs.xml</includeFilterFile>
773773
<!-- Exclude generated clients -->

0 commit comments

Comments
 (0)