Skip to content
This repository has been archived by the owner on Dec 18, 2020. It is now read-only.

Commit

Permalink
issue was fixed by »Spring Boot« 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agebhar1 committed Dec 17, 2020
1 parent ddcaa24 commit 3e4a361
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.github.agebhar1</groupId>
Expand Down
3 changes: 1 addition & 2 deletions kotlin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.github.agebhar1</groupId>
Expand All @@ -16,7 +16,6 @@

<properties>
<java.version>1.8</java.version>
<kotlin.version>1.4.10</kotlin.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 3e4a361

Please sign in to comment.