Skip to content

Commit 0743816

Browse files
committed
code review
1 parent 40d67be commit 0743816

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ In order to use this functionality, you need to add the plugin declaration on th
312312
<plugin>
313313
<groupId>org.springframework.boot</groupId>
314314
<artifactId>spring-boot-maven-plugin</artifactId>
315-
<version>2.3.5.RELEASE</version>
315+
<version>2.3.4.RELEASE</version>
316316
<configuration>
317317
<jvmArguments>-Dspring.application.admin.enabled=true</jvmArguments>
318318
</configuration>
@@ -334,7 +334,7 @@ In order to use this functionality, you need to add the plugin declaration on th
334334
<plugin>
335335
<groupId>org.springdoc</groupId>
336336
<artifactId>springdoc-openapi-maven-plugin</artifactId>
337-
<version>1.0</version>
337+
<version>1.1</version>
338338
<executions>
339339
<execution>
340340
<id>integration-test</id>

src/main/resources/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ In order to use this functionality, you need to add the plugin declaration on th
312312
<plugin>
313313
<groupId>org.springframework.boot</groupId>
314314
<artifactId>spring-boot-maven-plugin</artifactId>
315-
<version>2.3.5.RELEASE</version>
315+
<version>2.3.4.RELEASE</version>
316316
<configuration>
317317
<jvmArguments>-Dspring.application.admin.enabled=true</jvmArguments>
318318
</configuration>
@@ -334,7 +334,7 @@ In order to use this functionality, you need to add the plugin declaration on th
334334
<plugin>
335335
<groupId>org.springdoc</groupId>
336336
<artifactId>springdoc-openapi-maven-plugin</artifactId>
337-
<version>1.0</version>
337+
<version>1.1</version>
338338
<executions>
339339
<execution>
340340
<id>integration-test</id>

0 commit comments

Comments
 (0)