Skip to content

Commit 0552ea6

Browse files
authored
Merge pull request #95 from GIScience/fix/update_dependencies
fix: update dependencies
2 parents 258cc46 + 5fbc5a1 commit 0552ea6

File tree

3 files changed

+10
-20
lines changed

3 files changed

+10
-20
lines changed

core/pom.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<licenses>
3030
<license>
3131
<name>The Apache Software License, Version 2.0</name>
32-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
32+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
3333
<distribution>repo</distribution>
3434
<comments>A business-friendly OSS license</comments>
3535
</license>
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>org.codehaus.janino</groupId>
4949
<artifactId>janino</artifactId>
50-
<version>3.1.2</version>
50+
<version>3.1.6</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.locationtech.jts</groupId>
@@ -73,14 +73,12 @@
7373
<dependency>
7474
<groupId>ch.poole</groupId>
7575
<artifactId>ConditionalRestrictionParser</artifactId>
76-
<!-- TODO ORS: where is this defined? <version>${crparser.version}</version> -->
77-
<version>0.3.1</version>
76+
<version>0.3.4</version>
7877
</dependency>
7978
<dependency>
8079
<groupId>ch.poole</groupId>
8180
<artifactId>OpeningHoursParser</artifactId>
82-
<!-- TODO ORS: where is this defined? <version>${ohparser.version}</version> -->
83-
<version>0.25.0</version>
81+
<version>0.28.1</version>
8482
</dependency>
8583

8684
<!-- for using CGIAR: elevation data importing via tif files-->
@@ -124,13 +122,12 @@
124122
<groupId>org.apache.logging.log4j</groupId>
125123
<artifactId>log4j</artifactId>
126124
<type>pom</type>
127-
<version>2.17.1</version>
125+
<version>2.20.0</version>
128126
<scope>test</scope>
129127
</dependency>
130128
<dependency>
131129
<groupId>org.apache.commons</groupId>
132130
<artifactId>commons-compress</artifactId>
133-
<version>1.23.0</version>
134131
</dependency>
135132
<!-- was included in old dropwizard dependency. Not anymore in 4+. Until tests are migrated to junit 5 it needs this package. -->
136133
<dependency>

hmm-lib/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
<developers>
3636
<developer>
3737
<organization>BMW Car IT GmbH, BMW AG</organization>
38-
<organizationUrl>http://www.bmw-carit.com, http://www.bmw.com</organizationUrl>
38+
<organizationUrl>https://www.bmw-carit.com, https://www.bmw.com</organizationUrl>
3939
</developer>
4040
</developers>
4141

4242
<licenses>
4343
<license>
4444
<name>Apache License, Version 2.0</name>
45-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
45+
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
4646
<distribution>repo</distribution>
4747
</license>
4848
</licenses>

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@
3636
<org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.alignMultilineTryResources>true</org-netbeans-modules-editor-indent.text.x-java.CodeStyle.project.alignMultilineTryResources>
3737
</properties>
3838

39-
<!-- ORS: remove? repositories>
40-
<repository><id>simonpoole</id>
41-
<name>OpeningHoursParser Repository</name>
42-
<url>https://dl.bintray.com/simonpoole/osm</url>
43-
</repository>
44-
</repositories-->
45-
4639
<scm>
4740
<connection>scm:git:[email protected]:graphhopper/graphhopper.git</connection>
4841
<developerConnection>scm:git:[email protected]:graphhopper/graphhopper.git</developerConnection>
@@ -52,7 +45,7 @@
5245
<licenses>
5346
<license>
5447
<name>Apache License, Version 2.0</name>
55-
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
48+
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
5649
</license>
5750
</licenses>
5851

@@ -97,7 +90,7 @@
9790
<dependency>
9891
<groupId>io.dropwizard</groupId>
9992
<artifactId>dropwizard-dependencies</artifactId>
100-
<version>2.0.21</version>
93+
<version>4.0.5</version>
10194
<type>pom</type>
10295
<scope>import</scope>
10396
</dependency>
@@ -130,7 +123,7 @@
130123
<dependency>
131124
<groupId>org.apache.commons</groupId>
132125
<artifactId>commons-compress</artifactId>
133-
<version>1.21</version>
126+
<version>1.25.0</version>
134127
</dependency>
135128
<dependency>
136129
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)