Skip to content

Commit 82312cb

Browse files
authored
Merge branch 'main' into chore-fix-checkstyle
2 parents 985d163 + 9e4c607 commit 82312cb

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
@@ -63,15 +63,15 @@
6363
<wiremock.version>3.12.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.22.0</checkstyle.version>
66+
<checkstyle.version>10.23.0</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.1</springframework.version>
7070
<spring-ai.version>1.0.0-M6</spring-ai.version>
7171
<reactor-core.version>3.6.12</reactor-core.version>
7272
<dotenv-java.version>3.2.0</dotenv-java.version>
73-
<mockito.version>5.16.1</mockito.version>
74-
<javaparser.version>3.26.3</javaparser.version>
73+
<mockito.version>5.17.0</mockito.version>
74+
<javaparser.version>3.26.4</javaparser.version>
7575
<jsonschema-generator.version>4.38.0</jsonschema-generator.version>
7676
<jackson.version>2.18.3</jackson.version>
7777
<!-- conflicts resolution -->
@@ -675,7 +675,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
675675
<plugin>
676676
<groupId>org.jacoco</groupId>
677677
<artifactId>jacoco-maven-plugin</artifactId>
678-
<version>0.8.12</version>
678+
<version>0.8.13</version>
679679
<configuration>
680680
<excludes>
681681
<!-- Exclude generated clients and end to end application from test coverage -->
@@ -839,7 +839,7 @@ https://gitbox.apache.org/repos/asf?p=maven-pmd-plugin.git;a=blob_plain;f=src/ma
839839
<dependency>
840840
<groupId>org.projectlombok</groupId>
841841
<artifactId>lombok</artifactId>
842-
<version>1.18.36</version>
842+
<version>1.18.38</version>
843843
</dependency>
844844
</dependencies>
845845
<executions>

0 commit comments

Comments
 (0)