Skip to content

Commit

Permalink
deps(prod): update dependency com.fazecast:jserialcomm to v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 30, 2023
1 parent 48087d0 commit 50c879f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ vertx-core = { group = "io.vertx", name = "vertx-core", version.ref = "vertx" }
vertx-web = { group = "io.vertx", name = "vertx-web", version.ref = "vertx" }
vertx-config = { group = "io.vertx", name = "vertx-config", version.ref = "vertx" }
vertx-circuitbreaker = { group = "io.vertx", name = "vertx-circuit-breaker", version.ref = "vertx" }
jserialcomm = { group = "com.fazecast", name = "jSerialComm", version = "2.9.3" }
jserialcomm = { group = "com.fazecast", name = "jSerialComm", version = "2.10.1" }
# testing dependencies
junit-jupiter-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit-jupiter" }
junit-jupiter-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit-jupiter" }
Expand Down

0 comments on commit 50c879f

Please sign in to comment.