Skip to content

Commit

Permalink
Merge pull request #179 from avast/DependenciesUpdate
Browse files Browse the repository at this point in the history
Dependencies update
  • Loading branch information
jendakol authored Jun 13, 2022
2 parents f3cedfb + e9acfff commit 23c3699
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
scala-version: [ 2.12.13, 2.13.8 ]
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
fetch-depth: 100
- name: Fetch tags
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
scala-version: [ 2.12.13, 2.13.8 ]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.0.2
with:
fetch-depth: 100
- name: Fetch tags
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ allprojects {
catsVersion = "2.7.0"
catsEffectVersion = "2.5.4"
fs2Version = "2.5.3"
metricsVersion = "2.9.2"
protobufVersion = "3.19.4"
metricsVersion = "2.9.3"
protobufVersion = "3.20.1"
pureconfigVersion = "0.17.1"
scalapbVersion = "0.11.8"
scalapbJson4sVersion = "0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3"
services:
rabbit:
image: rabbitmq:3.9.13-management
image: rabbitmq:3.10.1-management
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 23c3699

Please sign in to comment.