Skip to content

Commit

Permalink
fix: upgrade springframework to version 3.6.1 (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfendrich authored Dec 18, 2023
2 parents d4be8e6 + 56db8cf commit 6b1a0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RELEASING:
- from springdoc-openapi-ui package to springdoc-openapi-starter-webmvc-ui ([#1504](https://github.com/GIScience/openrouteservice/pull/1504))
- refactor RoutingProfile (part of [#1520](https://github.com/GIScience/openrouteservice/issues/1520))
- update maven repository for dependencies ([#1536](https://github.com/GIScience/openrouteservice/pull/1536))
- spring-boot-starter-parent to v3.1.6 ([#1630](https://github.com/GIScience/openrouteservice/issues/1630))

### Deprecated
- JSON configuration and related classes ([#1506](https://github.com/GIScience/openrouteservice/pull/1506))
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.1</version>
<version>3.1.6</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit 6b1a0a7

Please sign in to comment.