Skip to content

Commit

Permalink
Syncing with other services
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli committed Aug 7, 2023
1 parent 3dad21b commit 62e8d52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions kafka-reactor/boot-kafka-reactor-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<java.version>17</java.version>
<org.springdoc.version>2.2.0</org.springdoc.version>
<springdoc-openapi.version>2.2.0</springdoc-openapi.version>

<spotless.version>2.38.0</spotless.version>
</properties>
Expand Down Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
<version>${org.springdoc.version}</version>
<version>${springdoc-openapi.version}</version>
</dependency>


Expand Down
4 changes: 2 additions & 2 deletions kafka-reactor/boot-kafka-reactor-producer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<java.version>17</java.version>
<org.springdoc.version>2.2.0</org.springdoc.version>
<springdoc-openapi.version>2.2.0</springdoc-openapi.version>

<spotless.version>2.38.0</spotless.version>
</properties>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
<version>${org.springdoc.version}</version>
<version>${springdoc-openapi.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 62e8d52

Please sign in to comment.