Skip to content

Commit

Permalink
Update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2024
1 parent 03bcf4d commit aa6f627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
commonsLang = "3.14.0"
commonsLang = "3.17.0"
hivemq-extensionSdk = "4.1.0"
jetbrains-annotations = "24.1.0"
junit-jupiter = "5.10.0"
mockito = "5.12.0"
mockito = "5.14.2"

[libraries]
commonsLang = { module = "org.apache.commons:commons-lang3", version.ref = "commonsLang" }
jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "jetbrains-annotations" }
mockito = { module = "org.mockito:mockito-core", version.ref = "mockito" }

[plugins]
hivemq-extension = { id = "com.hivemq.extension", version = "3.1.0" }
hivemq-extension = { id = "com.hivemq.extension", version = "3.2.0" }
defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" }
license = { id = "com.github.hierynomus.license", version = "0.16.1" }

0 comments on commit aa6f627

Please sign in to comment.