Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
- result-api version 0.1.0.4
- result-assertj version 0.9.1.1
- result-lazy version 0.6.0.1
- nexus-publish version 2.0.0
  • Loading branch information
guillermocalvo committed Apr 28, 2024
1 parent 7abefbb commit 50ceb2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "io.github.gradle-nexus.publish-plugin" version "2.0.0-rc-2"
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
}

// Configure Gradle Nexus Publish Plugin publishing repository
Expand Down
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,3 @@ organizationUrl = https://github.com/leakyabstractions/
developerId = guillermocalvo
developerName = Guillermo Calvo
developerEmail = [email protected]

# Suppress Sonar warning (this behavior will be removed in version 5.x)
systemProp.sonar.gradle.skipCompile=true
6 changes: 3 additions & 3 deletions gradle/result.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
result-api = "0.1.0.3"
result-assertj = "0.9.1.0"
result-api = "0.1.0.4"
result-assertj = "0.9.1.1"
result-core = "0.15.0.0"
result-jackson = "0.8.0.2"
result-lazy = "0.6.0.0"
result-lazy = "0.6.0.1"

[libraries]
result-api = { module = "com.leakyabstractions:result-api", version.ref = "result-api" }
Expand Down

0 comments on commit 50ceb2b

Please sign in to comment.