Skip to content

Commit

Permalink
build(deps): bump the maven group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [com.google.guava:guava](https://github.com/google/guava) | `32.1.2-jre` | `32.1.3-jre` |
| [org.codehaus.woodstox:stax2-api](https://github.com/FasterXML/stax2-api) | `4.2.1` | `4.2.2` |
| [javax.measure:unit-api](https://github.com/unitsofmeasurement/unit-api) | `2.1.3` | `2.2` |
| [com.github.matsim-org:gtfs2matsim](https://github.com/matsim-org/GTFS2MATSim) | `master-33809c4f0f-1` | `14.0` |
| commons-cli:commons-cli | `1.5.0` | `2.0-gt2-pre1` |
| [com.graphhopper:graphhopper-core](https://github.com/graphhopper/graphhopper) | `7.0` | `7.0-testgithub6` |


Updates `com.google.guava:guava` from 32.1.2-jre to 32.1.3-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `org.codehaus.woodstox:stax2-api` from 4.2.1 to 4.2.2
- [Commits](FasterXML/stax2-api@stax2-api-4.2.1...stax2-api-4.2.2)

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-testgithub6
- [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: com.google.guava:guava
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.codehaus.woodstox:stax2-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- 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 Oct 11, 2023
1 parent f90ef2a commit 765f550
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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-testgithub6</version>
</dependency>
<!-- Enforce version -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.2-jre</version>
<version>32.1.3-jre</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -203,7 +203,7 @@
<dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>stax2-api</artifactId>
<version>4.2.1</version>
<version>4.2.2</version>
</dependency>

<dependency>
Expand Down 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 765f550

Please sign in to comment.