Skip to content

Commit

Permalink
bump to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain GERARD committed Mar 3, 2020
1 parent f622a32 commit fadc496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.criteo.nosql'
version '2.3.2'
version '2.3.4'

apply plugin: 'java'
apply plugin: 'com.github.johnrengelman.shadow'
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM openjdk:11-jre-slim-buster

ARG EXPORTER_VERSION=2.3.2
ARG EXPORTER_VERSION=2.3.4

RUN apt-get update && apt-get install -y --no-install-recommends \
netcat \
Expand Down

0 comments on commit fadc496

Please sign in to comment.