Skip to content

Commit

Permalink
Updated grpc version
Browse files Browse the repository at this point in the history
  • Loading branch information
milux committed Feb 1, 2023
1 parent 395c882 commit 0e48633
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,7 +1,7 @@
[versions]
idscp2 = "0.17.0"
idscp2Cmc = "0.14.1"
grpc = "1.43.0"
idscp2RA = "0.17.0"
grpc = "1.52.1"

ktlint = "0.48.2"

Expand Down Expand Up @@ -72,7 +72,7 @@ bouncyCastle = "1.70"
# common libraries
idscp2-core = { group = "de.fhg.aisec.ids", name = "idscp2-core", version.ref = "idscp2" }
idscp2-daps = { group = "de.fhg.aisec.ids", name = "idscp2-daps-aisec", version.ref = "idscp2" }
idscp2-ra-cmc = { group = "de.fhg.aisec.ids", name = "idscp2-ra-cmc", version.ref = "idscp2Cmc" }
idscp2-ra-cmc = { group = "de.fhg.aisec.ids", name = "idscp2-ra-cmc", version.ref = "idscp2RA" }
grpc-netty = { group = "io.grpc", name = "grpc-netty", version.ref = "grpc" }
camel-core = { group = "org.apache.camel", name = "camel-core", version.ref = "camel" }
guava = { group = "com.google.guava", name = "guava", version.ref = "guava" }
Expand Down

0 comments on commit 0e48633

Please sign in to comment.