diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c8f1138..4a1d385 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -277,7 +277,7 @@ jobs:
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}
docker-password: ${{ secrets.DOCKERHUB_TOKEN }}
docker-images: >-
- springcloudtask/timestamp-task:2.0.0
+ springcloudtask/timestamp-task:2.0.1
timestamp-batch:
runs-on: ubuntu-latest
@@ -293,4 +293,4 @@ jobs:
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}
docker-password: ${{ secrets.DOCKERHUB_TOKEN }}
docker-images: >-
- springcloudtask/timestamp-batch-task:2.0.0
\ No newline at end of file
+ springcloudtask/timestamp-batch-task:2.0.1
diff --git a/timestamp-batch/pom.xml b/timestamp-batch/pom.xml
index ba567ad..ce72726 100644
--- a/timestamp-batch/pom.xml
+++ b/timestamp-batch/pom.xml
@@ -10,13 +10,14 @@
io.spring
timestamp-batch-task
- 2.0.0
+ 2.0.1
timestamp-task
Simple Timestamp sample.
8
2021.0.0
+ 21.1.0.0
@@ -34,6 +35,11 @@
postgresql
runtime
+
+ com.oracle.database.jdbc
+ ojdbc8
+ runtime
+
org.mariadb.jdbc
mariadb-java-client
@@ -65,6 +71,13 @@
+
+ com.oracle.database.jdbc
+ ojdbc-bom
+ ${oracle-jdbc.version}
+ pom
+ import
+
org.springframework.cloud
spring-cloud-dependencies
diff --git a/timestamp-task/pom.xml b/timestamp-task/pom.xml
index 1a068c4..7dbe12a 100644
--- a/timestamp-task/pom.xml
+++ b/timestamp-task/pom.xml
@@ -10,13 +10,14 @@
io.spring
timestamp-task
- 2.0.0
+ 2.0.1
timestamp-task
Simple Timestamp sample.
8
2021.0.0
+ 21.1.0.0
@@ -34,6 +35,11 @@
postgresql
runtime
+
+ com.oracle.database.jdbc
+ ojdbc8
+ runtime
+
org.mariadb.jdbc
mariadb-java-client
@@ -56,6 +62,13 @@
+
+ com.oracle.database.jdbc
+ ojdbc-bom
+ ${oracle-jdbc.version}
+ pom
+ import
+
org.springframework.cloud
spring-cloud-dependencies