Skip to content

Commit cc74e15

Browse files
authored
Update SDK and sample app dependencies for 5.2
1 parent 44f12c0 commit cc74e15

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.sdk/dependencies.include.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
project.ext {
2-
RDF4J_VERSION = "4.3.6"
2+
RDF4J_VERSION = "4.3.8"
33
JERSEY_VERSION = "3.1.3"
4-
SHIRO_VERSION = "1.12.0"
5-
JACKSON_VERSION = "2.15.2"
4+
SHIRO_VERSION = "1.13.0"
5+
JACKSON_VERSION = "2.16.0"
66
GUAVA_VERSION = "32.0.1-jre"
7-
LOG4J_VERSION = "2.20.0"
7+
LOG4J_VERSION = "2.22.0"
88
SLF4J_VERSION = "2.0.9"
99
}
1010
dependencies {

.sdk/platform.sdk.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ configure(project(':jetty')) {
9191
}
9292

9393
ext {
94-
JETTY_VERSION = '11.0.16'
94+
JETTY_VERSION = '11.0.18'
9595
}
9696

9797
dependencies {

gradle.properties.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# the platform location pointing to the WAR distribution binary
2-
platformLocation=/path/to/platform-4.8.0.war
2+
platformLocation=/path/to/platform-5.2.0.war
33
# the apps available at runtime
44
apps=my-first-app

0 commit comments

Comments
 (0)