Skip to content

Commit

Permalink
Merge pull request #26 from nramc/25-feat-use-latest-commons-geojson
Browse files Browse the repository at this point in the history
[feat] #25 commons-geojson and springboot version upgraded
  • Loading branch information
nramc authored Apr 1, 2024
2 parents ff95b91 + 6585de6 commit 6e6a61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.github.nramc.dev.journey</groupId>
Expand All @@ -22,7 +22,7 @@
<properties>
<java.version>21</java.version>

<commons-geojson.version>0.0.31</commons-geojson.version>
<commons-geojson.version>0.0.35</commons-geojson.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
</properties>
<dependencies>
Expand Down

0 comments on commit 6e6a61c

Please sign in to comment.