Skip to content

Commit

Permalink
Merge branch 'master' into TripAnalysis-add-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow authored Apr 2, 2024
2 parents 680f55e + bc0b198 commit 5095b6d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion contribs/hybridsim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<name>hybridsim</name>

<properties>
<protobuf.version>4.26.0</protobuf.version>
<protobuf.version>4.26.1</protobuf.version>
<grpc.version>1.62.2</grpc.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion contribs/protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<name>protobuf</name>

<properties>
<protobuf.version>4.26.0</protobuf.version>
<protobuf.version>4.26.1</protobuf.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion matsim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
<version>1.5.5-11</version>
<version>1.5.6-1</version>
</dependency>
<dependency>
<groupId>jakarta.validation</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>com.opencsv</groupId>
Expand Down Expand Up @@ -353,7 +353,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.12</version>
<version>1.14.13</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 5095b6d

Please sign in to comment.