2
0
Fork 0
mirror of https://github.com/ethauvin/rife2-hello.git synced 2025-04-25 15:37:10 -07:00

Updated to RIFE 1.7.2

This commit is contained in:
Geert Bevin 2023-10-10 17:31:40 -04:00
parent a13543ff87
commit 7738c5c526
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ version = 1.0
group = "com.example"
rife2 {
version.set("1.7.0")
version.set("1.7.2")
uberMainClass.set("hello.AppSiteUber")
useAgent.set(true)
precompiledTemplateTypes.add(HTML)
@ -36,7 +36,7 @@ repositories {
}
dependencies {
testImplementation("org.jsoup:jsoup:1.15.4")
testImplementation("org.jsoup:jsoup:1.16.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
}