Skip to content

Commit

Permalink
bump to v4.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSneo committed Feb 13, 2024
1 parent a20b72a commit f12cf4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {
id 'com.diffplug.gradle.spotless' version '4.5.1'
id 'io.codearte.nexus-staging' version '0.21.1'
id 'de.marcphilipp.nexus-publish' version '0.4.0'
id 'org.jetbrains.kotlin.jvm' version '1.6.21'
id 'de.undercouch.download' version '4.0.0'
id 'org.jetbrains.kotlin.jvm' version '1.8.10'
id 'de.undercouch.download' version '4.1.2'
}

description 'Web3j-unit extension'
Expand All @@ -17,7 +17,6 @@ ext {
web3jVersion = version
kotlinLoggingVersion = '1.6.24'
logbackVersion = '1.4.14'
mockitoKotlinVersion = '1.6.0'
testContainersVersion = '1.17.1'
besuPluginVersion = '23.4.1'
besuInternalVersion = '23.4.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
group=org.web3j
version=4.10.3-SNAPSHOT
version=4.10.4-SNAPSHOT

0 comments on commit f12cf4e

Please sign in to comment.