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 Oct 19, 2024
1 parent e6dddbd commit 762393d
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,15 +1,15 @@
[versions]
bouncycastle = "1.78.1"
caffeine = "3.1.8"
commonsLang = "3.14.0"
commonsLang = "3.17.0"
commonsText = "1.12.0"
hivemq-extensionSdk = "4.4.0"
jaxb-api = "2.3.3"
jaxb-impl = "2.3.9"
jcommander = "1.82"
jetbrains-annotations = "24.1.0"
junit-jupiter = "5.10.0"
mockito = "5.12.0"
mockito = "5.14.2"

[libraries]
bouncycastle-prov = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "bouncycastle" }
Expand All @@ -23,6 +23,6 @@ jetbrains-annotations = { module = "org.jetbrains:annotations", version.ref = "j
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 762393d

Please sign in to comment.