Skip to content

Commit

Permalink
build: update dependencies including GH (#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
takb authored Sep 12, 2024
2 parents ba21f16 + 304c2c9 commit 96ba420
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ RELEASING:

### Added
### Changed
- updated dependencies: GraphHopper, Spring ([#1844](https://github.com/GIScience/openrouteservice/pull/1844))
### Deprecated
### Removed
### Fixed
### Security

## [8.1.2] - 2024-08-13

### Changed
- updated dependencies: guava, commons, rest-assured etc. ([#1831](https://github.com/GIScience/openrouteservice/pull/1831))
- updated dependencies: spring, swagger, geotools etc. ([#1827](https://github.com/GIScience/openrouteservice/pull/1827))
Expand Down
2 changes: 1 addition & 1 deletion ors-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,12 @@
<groupId>org.codehaus.janino</groupId>
<artifactId>commons-compiler</artifactId>
</dependency>
<!-- TODO: remove this if nothing breaks
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>test</scope>
</dependency>
<!-- TODO: remove this if nothing breaks
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-registry-prometheus</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.3.2</version>
<version>3.3.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down Expand Up @@ -48,7 +48,7 @@
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ss'Z'</maven.build.timestamp.format>

<!-- switch graphhopper versions to enable debugging -->
<graphhopper.version>v4.9.1</graphhopper.version>
<graphhopper.version>v4.9.3</graphhopper.version>
<!--graphhopper.version>v4.9-SNAPSHOT</graphhopper.version-->
<springdoc-openapi-starter.version>2.6.0</springdoc-openapi-starter.version>
<swagger-parser.version>2.1.22</swagger-parser.version>
Expand Down

0 comments on commit 96ba420

Please sign in to comment.