Skip to content

Commit

Permalink
Merge pull request #2918 from matsim-org/dependabot/maven/osmosis.ver…
Browse files Browse the repository at this point in the history
…sion-0.49.1

build(deps): bump osmosis.version from 0.48.3 to 0.49.1
  • Loading branch information
michalmac authored Nov 6, 2023
2 parents a337eca + 4f28ccb commit 779adcd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions contribs/noise/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.openstreetmap.osmosis</groupId>
<artifactId>osmosis-xml</artifactId>
<version>${osmosis.version}</version>
<groupId>org.openstreetmap.osmosis</groupId>
<artifactId>osmosis-core</artifactId>
<version>${osmosis.version}</version>
<exclusions>
<!-- needed to compile in IntelliJ with Eclipse compiler -->
<!-- see: https://bugs.eclipse.org/bugs/show_bug.cgi?id=536928 -->
Expand All @@ -51,6 +51,11 @@
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.openstreetmap.osmosis</groupId>
<artifactId>osmosis-xml</artifactId>
<version>${osmosis.version}</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

<log4j.version>2.21.1</log4j.version>
<geotools.version>29.2</geotools.version>
<osmosis.version>0.48.3</osmosis.version>
<osmosis.version>0.49.1</osmosis.version>
<jts.version>1.19.0</jts.version>
<guice.version>7.0.0</guice.version>
<jackson.version>2.15.3</jackson.version>
Expand Down

0 comments on commit 779adcd

Please sign in to comment.