Skip to content
Snippets Groups Projects
Commit 19a75529 authored by Griefed's avatar Griefed :joystick:
Browse files

Merge branch 'main' into 'renovate/spring-boot'

# Conflicts:
#   build.gradle
parents 5e4998b1 74c5ed94
No related branches found
No related tags found
1 merge request!15chore(deps): update spring boot to v2.6.1
FROM node:16.12.0-alpine3.13 AS builder FROM node:16.13.1-alpine3.13 AS builder
RUN \ RUN \
apk add \ apk add \
...@@ -13,7 +13,7 @@ RUN \ ...@@ -13,7 +13,7 @@ RUN \
npm install && \ npm install && \
quasar build quasar build
FROM lsiobase/nginx:3.14 FROM lsiobase/nginx:3.15
LABEL maintainer="Griefed <griefed@griefed.de>" LABEL maintainer="Griefed <griefed@griefed.de>"
LABEL description="DESCRIPTION" LABEL description="DESCRIPTION"
......
FROM node:16.12.0-alpine3.13 AS builder FROM node:16.13.1-alpine3.13 AS builder
RUN \ RUN \
apk add \ apk add \
...@@ -14,7 +14,7 @@ RUN \ ...@@ -14,7 +14,7 @@ RUN \
npm install && \ npm install && \
quasar build quasar build
FROM lsiobase/nginx:3.14 FROM lsiobase/nginx:3.15
LABEL maintainer="Griefed <griefed@griefed.de>" LABEL maintainer="Griefed <griefed@griefed.de>"
LABEL description="DESCRIPTION" LABEL description="DESCRIPTION"
......
...@@ -86,7 +86,7 @@ dependencies { ...@@ -86,7 +86,7 @@ dependencies {
//embed 'org.springframework.boot:spring-boot-starter-data-jpa:2.6.1' //embed 'org.springframework.boot:spring-boot-starter-data-jpa:2.6.1'
//embed 'org.springframework.boot:spring-boot-starter-artemis:2.5.6' //embed 'org.springframework.boot:spring-boot-starter-artemis:2.5.6'
//embed 'org.apache.activemq:artemis-jms-server:2.19.0' //embed 'org.apache.activemq:artemis-jms-server:2.19.0'
embed 'org.apache.logging.log4j:log4j-web:2.14.1' embed 'org.apache.logging.log4j:log4j-web:2.15.0'
// Dev tools // Dev tools
developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.1' developmentOnly 'org.springframework.boot:spring-boot-devtools:2.6.1'
...@@ -95,7 +95,7 @@ dependencies { ...@@ -95,7 +95,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.1' testImplementation 'org.springframework.boot:spring-boot-starter-test:2.6.1'
testImplementation 'org.junit.platform:junit-platform-commons:1.8.1' testImplementation 'org.junit.platform:junit-platform-commons:1.8.2'
} }
test { test {
......
...@@ -25,10 +25,10 @@ ...@@ -25,10 +25,10 @@
"test": "echo \"No test specified\" && exit 0" "test": "echo \"No test specified\" && exit 0"
}, },
"dependencies": { "dependencies": {
"@quasar/extras": "1.12.1", "@quasar/extras": "1.12.2",
"axios": "0.24.0", "axios": "0.24.0",
"core-js": "3.19.1", "quasar": "2.3.4",
"quasar": "2.3.3", "core-js": "3.19.3",
"tsparticles": "1.37.5" "tsparticles": "1.37.5"
}, },
"devDependencies": { "devDependencies": {
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
"@babel/eslint-parser": "7.16.3", "@babel/eslint-parser": "7.16.3",
"@quasar/app": "3.2.5", "@quasar/app": "3.2.5",
"electron-packager": "15.4.0", "electron-packager": "15.4.0",
"eslint": "8.2.0", "eslint": "8.4.1",
"eslint-config-prettier": "8.3.0", "eslint-config-prettier": "8.3.0",
"eslint-plugin-vue": "8.1.1", "eslint-plugin-vue": "8.2.0",
"eslint-webpack-plugin": "3.1.1" "eslint-webpack-plugin": "3.1.1"
}, },
"browserslist": [ "browserslist": [
......
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment