Skip to content

Commit

Permalink
updated ndb library
Browse files Browse the repository at this point in the history
  • Loading branch information
firestar committed Dec 31, 2023
1 parent 1a61d68 commit 616f598
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/memcache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}

dependencies {
implementation 'com.nucleodb:library:1.13.21'
implementation 'com.nucleodb:library:1.14.1'
implementation 'net.spy:spymemcached:2.12.3'
implementation 'io.netty:netty-all:4.1.101.Final'
implementation 'org.apache.logging.log4j:log4j-api'
Expand Down

0 comments on commit 616f598

Please sign in to comment.