Skip to content

Commit

Permalink
chore: Update Besu version to 24.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
usmansaleem committed Aug 20, 2024
1 parent f74b98d commit 94bf065
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
29 changes: 25 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,35 @@
## Copyright 2024, Usman Saleem.
## SPDX-License-Identifier: (Apache-2.0 OR MIT)

# Ignore Gradle project-specific cache directory
.gradle
**/build/
!src/**/build/

# Ignore Gradle build output directory
build
# Ignore Gradle GUI config
gradle-app.setting

.idea
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties

# Cache of project
.gradletasknamecache

# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath

# IntelliJ IDEA
.idea/

# Mac
.DS_Store

# Ignore data and tokens in volume directory
docker/volumes/data
docker/volumes/tokens

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ or build it yourself.

```toml
[versions]
besu = "24.6.0"
besu = "24.8.0"
```

- Build the plugin:
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format

[versions]
besu = "24.6.0"
besu = "24.8.0"
picocli = "4.7.5" # same version as in Besu
google-auto-service = "1.1.1"
junit-jupiter = "5.10.2"
Expand Down

0 comments on commit 94bf065

Please sign in to comment.