Skip to content

Commit

Permalink
Update tor-browser to v11.5.2 / tor-binary to v0.4.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ripcurlx committed Oct 4, 2022
1 parent 2b59019 commit de3ddef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.bisq-network.netlayer</groupId>
<artifactId>parent</artifactId>
<version>0.7.4</version>
<version>0.7.5</version>
<packaging>pom</packaging>

<name>Netlayer</name>
Expand All @@ -17,8 +17,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Maven plugins -->
<maven-compiler-plugin.version>3.7.0</maven-compiler-plugin.version>
<!-- Tor browser version 11.0.15; tor binary version: 0.4.7.8-->
<tor-binary.version>2d2a9285fd3865abc181ada588149b34d2c5292c</tor-binary.version>
<!-- Tor browser version 11.5.2; tor binary version: 0.4.7.10-->
<tor-binary.version>580d31bdcf1fabccd38456aa084044064d89d5c1</tor-binary.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion tor.external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.bisq-network.netlayer</groupId>
<artifactId>parent</artifactId>
<version>0.7.4</version>
<version>0.7.5</version>
</parent>

<artifactId>tor.external</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tor.native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.bisq-network.netlayer</groupId>
<artifactId>parent</artifactId>
<version>0.7.4</version>
<version>0.7.5</version>
</parent>

<artifactId>tor.native</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.bisq-network.netlayer</groupId>
<artifactId>parent</artifactId>
<version>0.7.4</version>
<version>0.7.5</version>
</parent>

<artifactId>tor</artifactId>
Expand Down

0 comments on commit de3ddef

Please sign in to comment.