Skip to content

Commit

Permalink
Merge pull request #50 from eclipse-store/zj/update_afs_dep_1023
Browse files Browse the repository at this point in the history
update dependency
  • Loading branch information
zdenek-jonas authored Oct 6, 2023
2 parents 7955538 + 4eaa391 commit 4426829
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven_deploy_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
publish:
if: github.repository == 'eclipse-store/store'
runs-on: ubuntu-latest
steps:
- id: install-secret-key
Expand Down
2 changes: 1 addition & 1 deletion afs/hazelcast/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>com.hazelcast</groupId>
<artifactId>hazelcast</artifactId>
<version>5.1.3</version>
<version>5.1.7</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion afs/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion afs/redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.1.8.RELEASE</version>
<version>6.2.6.RELEASE</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 4426829

Please sign in to comment.