Skip to content

Commit 1b6f49f

Browse files
Merge pull request #100 from opentripplanner/renovate/test-build-and-logging-dependencies
fix(deps): update test, build and logging dependencies
2 parents d3b30bd + 022a9ef commit 1b6f49f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1818
<maven.compiler.source>17</maven.compiler.source>
1919
<maven.compiler.target>17</maven.compiler.target>
20-
<junit.version>5.12.0</junit.version>
20+
<junit.version>5.12.1</junit.version>
2121
<jackson.version>2.18.3</jackson.version>
2222
</properties>
2323
<licenses>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>ch.qos.logback</groupId>
4646
<artifactId>logback-classic</artifactId>
47-
<version>1.5.17</version>
47+
<version>1.5.18</version>
4848
<scope>provided</scope>
4949
<optional>true</optional>
5050
</dependency>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.apache.httpcomponents.client5</groupId>
6868
<artifactId>httpclient5</artifactId>
69-
<version>5.4.2</version>
69+
<version>5.4.3</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>jakarta.annotation</groupId>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.google.guava</groupId>
7979
<artifactId>guava</artifactId>
80-
<version>33.4.0-jre</version>
80+
<version>33.4.6-jre</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>io.leonard</groupId>

0 commit comments

Comments
 (0)