diff --git a/.yo-rc.json b/.yo-rc.json
index 9ffc85d87..fa1d8713f 100644
--- a/.yo-rc.json
+++ b/.yo-rc.json
@@ -23,7 +23,7 @@
"en"
],
"serverPort": 8080,
- "jhipsterVersion": "4.13.2",
+ "jhipsterVersion": "4.13.3",
"enableSocialSignIn": false,
"useSass": false,
"jhiPrefix": "jhi",
diff --git a/README.md b/README.md
index 506fbbf3d..db061ca86 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# jhipsterSampleApplication
-This application was generated using JHipster 4.13.2, you can find documentation and help at [http://www.jhipster.tech/documentation-archive/v4.13.2](http://www.jhipster.tech/documentation-archive/v4.13.2).
+This application was generated using JHipster 4.13.3, you can find documentation and help at [http://www.jhipster.tech/documentation-archive/v4.13.3](http://www.jhipster.tech/documentation-archive/v4.13.3).
## Development
@@ -152,13 +152,13 @@ For more information refer to [Using Docker and Docker-Compose][], this page als
To configure CI for your project, run the ci-cd sub-generator (`jhipster ci-cd`), this will let you generate configuration files for a number of Continuous Integration systems. Consult the [Setting up Continuous Integration][] page for more information.
[JHipster Homepage and latest documentation]: http://www.jhipster.tech
-[JHipster 4.13.2 archive]: http://www.jhipster.tech/documentation-archive/v4.13.2
+[JHipster 4.13.3 archive]: http://www.jhipster.tech/documentation-archive/v4.13.3
-[Using JHipster in development]: http://www.jhipster.tech/documentation-archive/v4.13.2/development/
-[Using Docker and Docker-Compose]: http://www.jhipster.tech/documentation-archive/v4.13.2/docker-compose
-[Using JHipster in production]: http://www.jhipster.tech/documentation-archive/v4.13.2/production/
-[Running tests page]: http://www.jhipster.tech/documentation-archive/v4.13.2/running-tests/
-[Setting up Continuous Integration]: http://www.jhipster.tech/documentation-archive/v4.13.2/setting-up-ci/
+[Using JHipster in development]: http://www.jhipster.tech/documentation-archive/v4.13.3/development/
+[Using Docker and Docker-Compose]: http://www.jhipster.tech/documentation-archive/v4.13.3/docker-compose
+[Using JHipster in production]: http://www.jhipster.tech/documentation-archive/v4.13.3/production/
+[Running tests page]: http://www.jhipster.tech/documentation-archive/v4.13.3/running-tests/
+[Setting up Continuous Integration]: http://www.jhipster.tech/documentation-archive/v4.13.3/setting-up-ci/
[Gatling]: http://gatling.io/
[Node.js]: https://nodejs.org/
diff --git a/package.json b/package.json
index 1560952d7..71cae503d 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"exports-loader": "0.6.4",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
- "generator-jhipster": "4.13.2",
+ "generator-jhipster": "4.13.3",
"html-loader": "0.5.0",
"html-webpack-plugin": "2.30.1",
"jasmine-core": "2.7.0",
@@ -85,7 +85,7 @@
"webpack-notifier": "1.5.0",
"webpack-visualizer-plugin": "0.1.11",
"web-app-manifest-loader": "0.1.1",
- "workbox-webpack-plugin": "2.1.2",
+ "workbox-webpack-plugin": "3.0.0-alpha.3",
"write-file-webpack-plugin": "4.1.0"
},
"engines": {
diff --git a/pom.xml b/pom.xml
index a31165ed7..b852a21f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@