Skip to content

Commit 3bf5c67

Browse files
committed
chore: update dependencies
1 parent 6d6f00c commit 3bf5c67

File tree

3 files changed

+12
-13
lines changed

3 files changed

+12
-13
lines changed

build.gradle

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
plugins {
22
id "groovy"
33
id "maven-publish"
4-
id "com.github.node-gradle.node" version "3.1.0"
4+
id "com.github.node-gradle.node" version "3.4.0"
55
}
66

77
description = "Use React together with Tapestry"
88
group = "de.eddyson"
99
version = "0.35.0"
1010

1111
def versions= [
12-
tapestry: '5.7.3',
13-
slf4j: '1.7.32',
12+
tapestry: '5.8.2',
13+
slf4j: '1.7.36',
1414

1515
// test scopes
16-
geb: '4.1',
16+
geb: '5.1',
1717
selenium: '3.141.59'
1818
]
1919

@@ -26,7 +26,7 @@ sourceCompatibility = "11"
2626

2727
node {
2828
download = true
29-
version = "14.17.3"
29+
version = "14.20.0"
3030
}
3131

3232
task sourceJar(type: Jar) {
@@ -52,16 +52,16 @@ dependencies {
5252
exclude group:'com.github.sommeri', module: 'less4j'
5353
}
5454
implementation "commons-io:commons-io:2.11.0"
55-
implementation "org.mozilla:rhino:1.7.13" // DNK-2311
55+
implementation "org.mozilla:rhino:1.7.14" // DNK-2311
5656

5757
testImplementation "javax.servlet:javax.servlet-api:4.0.1"
5858
testImplementation "org.apache.tapestry:tapestry-spock:$versions.tapestry"
59-
testImplementation "com.github.eddyson-de:tapestry-geb:0.46.0"
59+
testImplementation "com.github.eddyson-de:tapestry-geb:0.47.0"
6060
testImplementation "org.gebish:geb-spock:$versions.geb"
6161
testImplementation "org.seleniumhq.selenium:selenium-firefox-driver:$versions.selenium"
6262
testImplementation "org.seleniumhq.selenium:selenium-chrome-driver:$versions.selenium"
6363
testImplementation "org.apache.tapestry:tapestry-webresources:$versions.tapestry"
64-
testImplementation "io.github.bonigarcia:webdrivermanager:4.4.3"
64+
testImplementation "io.github.bonigarcia:webdrivermanager:5.2.1"
6565

6666
testImplementation "org.slf4j:slf4j-simple:$versions.slf4j"
6767
}

package-lock.json

+3-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"devDependencies": {
33
"babel-standalone": "6.26.0",
44
"coffee-script": "1.12.7",
5-
"prop-types": "15.6.0",
5+
"prop-types": "15.6.2",
66
"react": "16.2.0",
77
"react-dom": "16.2.0"
88
}

0 commit comments

Comments
 (0)