Skip to content

Commit 49fa598

Browse files
committed
set spring boot plugin version explicitly
1 parent cf68f5c commit 49fa598

File tree

1 file changed

+1
-0
lines changed
  • kafka-questdb-connector-samples/stocks

1 file changed

+1
-0
lines changed

kafka-questdb-connector-samples/stocks/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
<plugin>
8080
<groupId>org.springframework.boot</groupId>
8181
<artifactId>spring-boot-maven-plugin</artifactId>
82+
<version>${spring.boot.version}</version>
8283
<configuration>
8384
<mainClass>io.questdb.kafka.samples.StocksApp</mainClass>
8485
</configuration>

0 commit comments

Comments
 (0)