Skip to content

Commit 8727e6d

Browse files
committed
Upgraded jackson version
1 parent 9df67c0 commit 8727e6d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM eclipse-temurin:11-jre-alpine
22

3-
ENV VERTICLE_FILE=universal-database-proxy-rest-0.0.5-fat.jar
3+
ENV VERTICLE_FILE=universal-database-proxy-rest-0.0.6-fat.jar
44

55
RUN echo "$VERTICLE_FILE"
66

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
# environment:
3535
# POSTGRES_PASSWORD: admin
3636
# CRB_PASSWORD:
37-
# image: mcadecio/universal-database-proxy-rest:0.0.5
37+
# image: mcadecio/universal-database-proxy-rest:0.0.6
3838
# depends_on:
3939
# postgres:
4040
# condition: service_healthy

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<log4j.version>2.17.2</log4j.version>
2222
<lombok.version>1.18.20</lombok.version>
2323
<guice.version>5.1.0</guice.version>
24-
<jackson.version>2.13.2</jackson.version>
24+
<jackson.version>2.13.3</jackson.version>
2525
<java.version>11</java.version>
2626
<junit-jupiter.version>5.6.0</junit-jupiter.version>
2727
<junit-platform-surefire-provider.version>1.1.0</junit-platform-surefire-provider.version>

readme.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Currently, it supports the following databases:
1414
```shell
1515
mvn clean package
1616
cd universal-database-proxy-rest
17-
java -jar -Dproject.config=cfg/config.json target/universal-database-proxy-rest-0.0.5-fat.jar
17+
java -jar -Dproject.config=cfg/config.json target/universal-database-proxy-rest-0.0.6-fat.jar
1818
```
1919

2020
## Usage

0 commit comments

Comments
 (0)