Skip to content

Commit 5795d5f

Browse files
committed
build: upgrade springdoc-openapi-starter and pre-liquibase
1 parent a151a51 commit 5795d5f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

example/pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
1515
<junit-jupiter.version>6.0.1</junit-jupiter.version>
1616
<spring-boot.version>4.0.0</spring-boot.version>
1717
<cucumber.version>7.32.0</cucumber.version>
18-
<springdoc-openapi-starter.version>2.8.14</springdoc-openapi-starter.version>
19-
<pre-liquibase.version>1.6.1</pre-liquibase.version>
18+
<springdoc-openapi-starter.version>3.0.0</springdoc-openapi-starter.version>
19+
<pre-liquibase.version>2.0.0</pre-liquibase.version>
2020
<otj-pg-embedded.version>1.1.1</otj-pg-embedded.version>
21-
<snakeyaml.version>2.4</snakeyaml.version>
22-
<h2.version>2.3.232</h2.version>
2321
<apache.commons.version>1.14.0</apache.commons.version>
2422
<!-- plugins -->
2523
<cukedoctor-maven-plugin.version>3.9.0</cukedoctor-maven-plugin.version>
@@ -153,6 +151,12 @@
153151
<configuration>
154152
<source>${java.version}</source> <!-- 1.8,1.9,1.10,11,12,13 -->
155153
<target>${java.version}</target>
154+
<annotationProcessorPaths>
155+
<path>
156+
<groupId>org.projectlombok</groupId>
157+
<artifactId>lombok</artifactId>
158+
</path>
159+
</annotationProcessorPaths>
156160
</configuration>
157161
</plugin>
158162
<plugin>

0 commit comments

Comments
 (0)