Skip to content

Commit

Permalink
Merge branch 'master' into faster-mode-analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
paulheinr authored Dec 7, 2023
2 parents 6eb0bf5 + a8cccff commit b489fd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contribs/analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2.3</version>
<version>5.3</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion contribs/hybridsim/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<protobuf.version>3.25.1</protobuf.version>
<grpc.version>1.59.1</grpc.version>
<grpc.version>1.60.0</grpc.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.40.0</version>
<version>3.41.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b489fd4

Please sign in to comment.