Skip to content

Commit f9b2937

Browse files
fix(deps): update highly trusted dependencies (patch) (opentripplanner#6577)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f59bb2a commit f9b2937

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

application/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
<dependency>
290290
<groupId>org.onebusaway</groupId>
291291
<artifactId>onebusaway-gtfs</artifactId>
292-
<version>6.1.0</version>
292+
<version>6.1.2</version>
293293
</dependency>
294294
<!-- Processing is used for the debug GUI (though we could probably use just Java2D) -->
295295
<dependency>
@@ -364,7 +364,7 @@
364364
<dependency>
365365
<groupId>com.azure</groupId>
366366
<artifactId>azure-messaging-servicebus</artifactId>
367-
<version>7.17.9</version>
367+
<version>7.17.10</version>
368368
</dependency>
369369
<dependency>
370370
<groupId>com.azure</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<micrometer.version>1.14.5</micrometer.version>
7575
<netex-java-model.version>2.0.15</netex-java-model.version>
7676
<netcdf4.version>5.6.0</netcdf4.version>
77-
<protobuf.version>4.30.1</protobuf.version>
77+
<protobuf.version>4.30.2</protobuf.version>
7878
<siri-java-model.version>2.0.0</siri-java-model.version>
7979
<slf4j.version>2.0.17</slf4j.version>
8080
<!-- Other properties -->
@@ -402,7 +402,7 @@
402402
<dependency>
403403
<groupId>com.google.guava</groupId>
404404
<artifactId>guava</artifactId>
405-
<version>33.4.0-jre</version>
405+
<version>33.4.6-jre</version>
406406
</dependency>
407407

408408
<!-- Logging API -->

0 commit comments

Comments
 (0)