Skip to content

Commit

Permalink
Merge branch 'main' of github.com:tailrocks/jambalaya
Browse files Browse the repository at this point in the history
  • Loading branch information
donbeave committed May 31, 2024
2 parents e95b169 + 7da9f8f commit 0fd80b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up OpenJDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,25 @@ jambalaya-tenancy-spock = "0.7.0"

# Libraries
apollo = "3.8.2"
common-protos = "2.28.0"
common-protos = "2.29.0"
graphql-data-loader = "3.2.2"
grpc = "1.59.0"
grpc = "1.59.1"
guava = "32.1.3-jre"
mapstruct = "1.5.5.Final"
micronaut = "4.2.0"
micronaut = "4.2.1"
micronaut-graphql = "4.1.0"
okhttp = "4.12.0"
protobuf = "3.24.4"
protobuf = "3.25.1"
slugify = "3.0.6"
error-prone = "2.23.0"
icu4j = "74.1"
spock = "2.3-groovy-4.0"
jooq = "3.18.7"
opentelemetry = "1.31.0"
opentelemetry-semconv = "1.22.0-alpha"
spotbugs = "4.8.1"
spotbugs = "4.8.2"
junit = "5.10.1"
flyway = "10.0.1"
flyway = "10.1.0"
slf4j = "2.0.9"

[libraries]
Expand Down

0 comments on commit 0fd80b8

Please sign in to comment.