Updates to other dependencies

This commit is contained in:
Liam Westby 2021-03-31 13:55:01 -05:00
parent 958e6528c9
commit 160279dfe6
5 changed files with 1073 additions and 865 deletions

View File

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.0'
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.1.2'
}
}
@ -57,7 +57,7 @@ subprojects {
mavenCentral()
}
dependencies {
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.0'
classpath 'io.openliberty.tools:liberty-gradle-plugin:3.1.2'
}
}
@ -70,7 +70,7 @@ subprojects {
providedCompile group: 'jakarta.platform', name: 'jakarta.jakartaee-api', version: '8.0.0'
testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'org.eclipse', name: 'yasson', version: '1.0.8'
libertyRuntime group: 'io.openliberty', name: 'openliberty-runtime', version: '20.0.0.10'
libertyRuntime group: 'io.openliberty', name: 'openliberty-runtime', version: '21.0.0.3'
}
eclipse {

View File

@ -1,5 +1,5 @@
plugins {
id 'com.moowork.node' version '1.3.1'
id 'com.github.node-gradle.node' version '3.0.1'
}
ext {
@ -15,8 +15,8 @@ war {
}
node {
version = '10.19.0'
npmVersion = '6.9.0'
version = '14.16.0'
npmVersion = '7.7.6'
download = true
workDir = file("${rootDir}/frontend/prebuild/node")
nodeModulesDir = file("${rootDir}/frontend/prebuild")

File diff suppressed because it is too large Load Diff

View File

@ -56,6 +56,6 @@
"ts-node": "~7.0.0",
"tslint": "^6.1.3",
"typescript": "~4.1.5",
"webpack": "^5.28.0"
"webpack": "^4.0.0"
}
}

View File

@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip