Update Gradle, Liberty, NPM, plugins

This commit is contained in:
Liam Westby 2022-11-28 15:39:43 -06:00
parent 7ed54ff116
commit a4667c782c
3 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,5 +1,5 @@
plugins {
id 'com.github.node-gradle.node' version '3.0.1'
id 'com.github.node-gradle.node' version '3.5.0'
}
ext {
@ -15,8 +15,8 @@ war {
}
node {
version = '14.17.5'
npmVersion = '7.21.0'
version = '18.12.1'
npmVersion = '8.19.2'
download = true
workDir = file("${rootDir}/frontend/prebuild/node")
nodeModulesDir = file("${rootDir}/frontend/prebuild")

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-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip