File tree 7 files changed +28
-14
lines changed
7 files changed +28
-14
lines changed Original file line number Diff line number Diff line change 17
17
- name : Build Workflow Dispatch
18
18
uses :
convictional/[email protected]
19
19
with :
20
- owner : hyperledger -web3j
20
+ owner : LFDT -web3j
21
21
repo : web3j-evm
22
22
github_token : ${{ secrets.GITHUB_TOKEN }}
23
23
workflow_file_name : build.yml
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
- # [ 4.14.0] ( ) (Upcoming)
6
+ # [ 4.14.1] ( ) (Upcoming)
7
+
8
+ ### Bug Fixes
9
+
10
+ *
11
+
12
+ ### Features
13
+
14
+ * bump snapshot version to 4.14.1 [ #123 ] ( https://github.com/hyperledger-web3j/web3j-evm/pull/123 )
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ *
19
+
20
+ # [ 4.14.0] ( https://github.com/LFDT-web3j/web3j-evm/releases/tag/v4.14.0 ) (2025-04-10)
7
21
8
22
### Bug Fixes
9
23
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ repositories {
27
27
}
28
28
29
29
dependencies {
30
- implementation "org.web3j:core:4.13 .0"
31
- implementation "org.web3j:web3j-evm:4.13 .0"
30
+ implementation "org.web3j:core:4.14 .0"
31
+ implementation "org.web3j:web3j-evm:4.14 .0"
32
32
}
33
33
```
34
34
Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ plugins {
6
6
id ' com.diffplug.spotless' version ' 6.25.0'
7
7
id ' io.codearte.nexus-staging' version ' 0.30.0'
8
8
id ' de.marcphilipp.nexus-publish' version ' 0.4.0'
9
- id ' org.jetbrains.kotlin.jvm' version ' 1.9.24 '
9
+ id ' org.jetbrains.kotlin.jvm' version ' 2.1.0 '
10
10
id ' de.undercouch.download' version ' 4.1.2'
11
11
}
12
12
13
13
description ' Web3j-evm extension'
14
14
15
15
ext {
16
- web3jVersion = ' 4.13.0 '
16
+ web3jVersion = ' 4.14.1-SNAPSHOT '
17
17
log4jVersion = ' 2.23.1'
18
18
guavaVersion = ' 33.2.0-jre'
19
19
jacksonVersion = ' 2.10.0'
20
20
klaxonVersion = ' 5.6'
21
- kotlinVersion = ' 1.9.24 '
21
+ kotlinVersion = ' 2.1.0 '
22
22
besuPluginVersion = ' 25.2.1'
23
23
besuInternalVersion = ' 25.2.1'
24
24
besuInternalCryptoVersion = ' 23.1.3'
@@ -37,7 +37,7 @@ apply {
37
37
' junit'
38
38
]. each { buildScript ->
39
39
download {
40
- src " https://raw.githubusercontent.com/hyperledger -web3j/web3j-build-tools/main/gradle/$buildScript /build.gradle"
40
+ src " https://raw.githubusercontent.com/LFDT -web3j/web3j-build-tools/main/gradle/$buildScript /build.gradle"
41
41
dest " $rootDir /gradle/$buildScript /build.gradle"
42
42
overwrite false
43
43
quiet true
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
group =org.web3j
3
- version =4.13 .1-SNAPSHOT
3
+ version =4.14 .1-SNAPSHOT
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ publishing {
48
48
slug = project. rootProjectOverride
49
49
}
50
50
51
- url = " https://github.com/hyperledger -web3j/$slug "
52
- connection = " scm:https://github.com/hyperledger -web3j/${ slug} .git"
53
- developerConnection = " scm:git://github.com/hyperledger -web3j/${ slug} .git"
51
+ url = " https://github.com/LFDT -web3j/$slug "
52
+ connection = " scm:https://github.com/LFDT -web3j/${ slug} .git"
53
+ developerConnection = " scm:git://github.com/LFDT -web3j/${ slug} .git"
54
54
}
55
55
56
56
developers {
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ apply plugin: 'com.diffplug.spotless'
3
3
apply plugin : " de.undercouch.download"
4
4
5
5
task downloadJavaLicense (type : Download ) {
6
- src ' https://raw.githubusercontent.com/hyperledger -web3j/web3j-build-tools/main/gradle/spotless/java.license'
6
+ src ' https://raw.githubusercontent.com/LFDT -web3j/web3j-build-tools/main/gradle/spotless/java.license'
7
7
dest new File (" $rootDir /gradle/spotless" ,' java.license' )
8
8
quiet true
9
9
onlyIfModified true
10
10
}
11
11
12
12
13
13
task downloadFormatterProperties (type : Download ) {
14
- src ' https://raw.githubusercontent.com/hyperledger -web3j/web3j-build-tools/main/gradle/spotless/formatter.properties'
14
+ src ' https://raw.githubusercontent.com/LFDT -web3j/web3j-build-tools/main/gradle/spotless/formatter.properties'
15
15
dest new File (" $rootDir /gradle/spotless" ,' formatter.properties' )
16
16
quiet true
17
17
onlyIfModified true
You can’t perform that action at this time.
0 commit comments