Skip to content

Commit 83861da

Browse files
committed
Spring Boot 2.1.7 --> 2.1.8
nodejs v12.9.0 --> v12.10.0 bootstrap-vue 2.0.0-rc.28 --> 2.0.1 vue-router 3.1.2 --> 3.1.3
1 parent 5455668 commit 83861da

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
[![Build Status](https://travis-ci.org/jonashackt/spring-boot-vuejs.svg?branch=master)](https://travis-ci.org/jonashackt/spring-boot-vuejs)
44
[![Coverage Status](https://coveralls.io/repos/github/jonashackt/spring-boot-vuejs/badge.svg?branch=master)](https://coveralls.io/github/jonashackt/spring-boot-vuejs?branch=master)
55
[![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/jonashackt/spring-boot-vuejs/blob/master/LICENSE)
6-
[![versionspringboot](https://img.shields.io/badge/springboot-2.1.7_RELEASE-brightgreen.svg)](https://github.com/spring-projects/spring-boot)
6+
[![versionspringboot](https://img.shields.io/badge/springboot-2.1.8_RELEASE-brightgreen.svg)](https://github.com/spring-projects/spring-boot)
77
[![versionjava](https://img.shields.io/badge/jdk-8,_9,_11-brightgreen.svg?logo=java)](https://github.com/spring-projects/spring-boot)
88
[![versionvuejs](https://img.shields.io/badge/vue.js-2.6.10-brightgreen.svg?logo=vue.js)](https://vuejs.org/)
99
[![versionvuecli](https://img.shields.io/badge/vue_CLI-3.11.0-brightgreen.svg?logo=vue.js)](https://cli.vuejs.org/)
10-
[![versionnodejs](https://img.shields.io/badge/nodejs-v12.9.0-brightgreen.svg?logo=node.js)](https://nodejs.org/en/)
10+
[![versionnodejs](https://img.shields.io/badge/nodejs-v12.10.0-brightgreen.svg?logo=node.js)](https://nodejs.org/en/)
1111
[![versionwebpack](https://img.shields.io/badge/webpack-4.28.4-brightgreen.svg?logo=webpack)](https://webpack.js.org/)
1212
[![versionaxios](https://img.shields.io/badge/axios-0.18.0-brightgreen.svg)](https://github.com/axios/axios)
1313
[![versionjest](https://img.shields.io/badge/jest-23.6.0-brightgreen.svg?logo=jest)](https://jestjs.io/)

frontend/package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"dependencies": {
1616
"axios": "^0.18.1",
1717
"bootstrap": "^4.3.1",
18-
"bootstrap-vue": "^2.0.0-rc.28",
18+
"bootstrap-vue": "^2.0.1",
1919
"jquery": "^3.4.1",
2020
"vue": "^2.6.10",
21-
"vue-router": "^3.1.2",
21+
"vue-router": "^3.1.3",
2222
"vuex": "^3.1.1"
2323
},
2424
"devDependencies": {

frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<goal>install-node-and-npm</goal>
3030
</goals>
3131
<configuration>
32-
<nodeVersion>v12.9.0</nodeVersion>
32+
<nodeVersion>v12.10.0</nodeVersion>
3333
</configuration>
3434
</execution>
3535
<!-- Install all project dependencies -->

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>2.1.7.RELEASE</version>
17+
<version>2.1.8.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

0 commit comments

Comments
 (0)