Skip to content

Commit

Permalink
build(deps): bump the maven group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 4 updates: [javax.measure:unit-api](https://github.com/unitsofmeasurement/unit-api), [com.github.matsim-org:gtfs2matsim](https://github.com/matsim-org/GTFS2MATSim), commons-cli:commons-cli and [com.graphhopper:graphhopper-core](https://github.com/graphhopper/graphhopper).


Updates `javax.measure:unit-api` from 2.1.3 to 2.2
- [Release notes](https://github.com/unitsofmeasurement/unit-api/releases)
- [Commits](unitsofmeasurement/unit-api@2.1.3...2.2)

Updates `com.github.matsim-org:gtfs2matsim` from master-33809c4f0f-1 to 14.0
- [Release notes](https://github.com/matsim-org/GTFS2MATSim/releases)
- [Commits](https://github.com/matsim-org/GTFS2MATSim/commits/14.0)

Updates `commons-cli:commons-cli` from 1.5.0 to 2.0-gt2-pre1

Updates `com.graphhopper:graphhopper-core` from 7.0 to 7.0-testgithub3
- [Release notes](https://github.com/graphhopper/graphhopper/releases)
- [Changelog](https://github.com/graphhopper/graphhopper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/graphhopper/graphhopper/commits)

---
updated-dependencies:
- dependency-name: javax.measure:unit-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: com.github.matsim-org:gtfs2matsim
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: commons-cli:commons-cli
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.graphhopper:graphhopper-core
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent ec1eb44 commit 1153bda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contribs/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>com.github.matsim-org</groupId>
<artifactId>gtfs2matsim</artifactId>
<version>master-33809c4f0f-1</version>
<version>14.0</version>
<exclusions>
<exclusion>
<groupId>org.geotools</groupId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/pseudosimulation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<version>2.0-gt2-pre1</version>
</dependency>
<dependency>
<groupId>colt</groupId>
Expand Down
2 changes: 1 addition & 1 deletion contribs/vsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
<dependency>
<groupId>com.graphhopper</groupId>
<artifactId>graphhopper-core</artifactId>
<version>7.0</version>
<version>7.0-testgithub3</version>
</dependency>
<!-- Enforce version -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
<dependency>
<groupId>javax.measure</groupId>
<artifactId>unit-api</artifactId>
<version>2.1.3</version>
<version>2.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1153bda

Please sign in to comment.