Skip to content

Commit 26e2eec

Browse files
authored
Merge pull request #31 from AlexandrouR/bumpPlugin
Bumped plugin version for the generated projects.
2 parents 5ead3e1 + 56754db commit 26e2eec

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/main/resources/build.gradle.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'application'
4-
id 'org.web3j' version '4.4.0'
4+
id 'org.web3j' version '4.5.11'
55
id "com.github.johnrengelman.shadow" version "5.1.0"
66

77
}

src/main/resources/build.gradleImport.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'application'
4-
id 'org.web3j' version '4.4.0'
4+
id 'org.web3j' version '4.5.11'
55
id "com.github.johnrengelman.shadow" version "5.1.0"
66

77
}

src/main/resources/build.gradleImportJava11.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'application'
4-
id 'org.web3j' version '4.4.0'
4+
id 'org.web3j' version '4.5.11'
55
id "com.github.johnrengelman.shadow" version "5.1.0"
66

77
}

src/main/resources/build.gradleJava11.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'application'
4-
id 'org.web3j' version '4.4.0'
4+
id 'org.web3j' version '4.5.11'
55
id "com.github.johnrengelman.shadow" version "5.1.0"
66

77
}

0 commit comments

Comments
 (0)