File tree 3 files changed +12
-13
lines changed
3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id " groovy"
3
3
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"
5
5
}
6
6
7
7
description = " Use React together with Tapestry"
8
8
group = " de.eddyson"
9
9
version = " 0.35.0"
10
10
11
11
def versions= [
12
- tapestry : ' 5.7.3 ' ,
13
- slf4j : ' 1.7.32 ' ,
12
+ tapestry : ' 5.8.2 ' ,
13
+ slf4j : ' 1.7.36 ' ,
14
14
15
15
// test scopes
16
- geb : ' 4 .1' ,
16
+ geb : ' 5 .1' ,
17
17
selenium : ' 3.141.59'
18
18
]
19
19
@@ -26,7 +26,7 @@ sourceCompatibility = "11"
26
26
27
27
node {
28
28
download = true
29
- version = " 14.17.3 "
29
+ version = " 14.20.0 "
30
30
}
31
31
32
32
task sourceJar (type : Jar ) {
@@ -52,16 +52,16 @@ dependencies {
52
52
exclude group :' com.github.sommeri' , module : ' less4j'
53
53
}
54
54
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
56
56
57
57
testImplementation " javax.servlet:javax.servlet-api:4.0.1"
58
58
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"
60
60
testImplementation " org.gebish:geb-spock:$versions . geb "
61
61
testImplementation " org.seleniumhq.selenium:selenium-firefox-driver:$versions . selenium "
62
62
testImplementation " org.seleniumhq.selenium:selenium-chrome-driver:$versions . selenium "
63
63
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 "
65
65
66
66
testImplementation " org.slf4j:slf4j-simple:$versions . slf4j "
67
67
}
Original file line number Diff line number Diff line change 2
2
"devDependencies" : {
3
3
"babel-standalone" : " 6.26.0" ,
4
4
"coffee-script" : " 1.12.7" ,
5
- "prop-types" : " 15.6.0 " ,
5
+ "prop-types" : " 15.6.2 " ,
6
6
"react" : " 16.2.0" ,
7
7
"react-dom" : " 16.2.0"
8
8
}
You can’t perform that action at this time.
0 commit comments