Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
Signed-off-by: gtebrean <[email protected]>
  • Loading branch information
gtebrean committed May 9, 2024
1 parent 5ee49e8 commit 4d7ba0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>org.web3j</groupId>
<artifactId>web3j-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>4.11.2-SNAPSHOT</version>
<version>4.11.3</version>

<name>web3j Maven Mojo</name>
<description>Mojo's web3j Maven plugin is used to create java classes based on the solidity
Expand All @@ -16,7 +16,7 @@
<maven.compiler.target>17</maven.compiler.target>
<maven.version>3.8.1</maven.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<web3j.version>4.11.1</web3j.version>
<web3j.version>4.11.3</web3j.version>
</properties>

<licenses>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>org.web3j</groupId>
<artifactId>web3j-sokt</artifactId>
<version>0.2.4</version>
<version>0.3.0</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 4d7ba0d

Please sign in to comment.