Skip to content

Commit 64a0c26

Browse files
committed
Version bump
1 parent 6031a0e commit 64a0c26

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@
239239
<plugin>
240240
<groupId>org.springframework.boot</groupId>
241241
<artifactId>spring-boot-maven-plugin</artifactId>
242+
<version>2.6.4</version>
242243
</plugin>
243244
<plugin>
244245
<groupId>org.apache.maven.plugins</groupId>
@@ -251,6 +252,7 @@
251252
<plugin>
252253
<groupId>org.apache.maven.plugins</groupId>
253254
<artifactId>maven-compiler-plugin</artifactId>
255+
<version>3.8.1</version>
254256
<configuration>
255257
<annotationProcessors>
256258
<!-- Will cause IntelliJ to recognize the additional-spring-configuration-metadata.json in applications.yaml -->
@@ -380,9 +382,6 @@
380382
<jvmArguments>
381383
-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5005
382384
</jvmArguments>
383-
<!-- <profiles>-->
384-
<!-- <profile>h2</profile>-->
385-
<!-- </profiles>-->
386385
</configuration>
387386
</plugin>
388387
</plugins>

0 commit comments

Comments
 (0)