Skip to content

Commit 0a7fed0

Browse files
Update labkeyVersion to 25.7.10
2 parents 7e076e3 + f3d9b95 commit 0a7fed0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ buildFromSource=true
4444

4545
# The default version for LabKey artifacts that are built or that we depend on.
4646
# override in an individual module's gradle.properties file as necessary
47-
labkeyVersion=25.7.9
47+
labkeyVersion=25.7.10
4848
labkeyClientApiVersion=6.3.0
4949

5050
# Version numbers for the various binary artifacts that are included when
@@ -99,7 +99,7 @@ apacheDirectoryVersion=2.1.7
9999
apacheMinaVersion=2.2.4
100100

101101
# Usually matches the version specified as a Spring Boot dependency (see springBootVersion below)
102-
apacheTomcatVersion=10.1.44
102+
apacheTomcatVersion=10.1.46
103103

104104
# (mothership) -> json-path -> json-smart -> accessor-smart
105105
# (core) -> graalvm
@@ -287,9 +287,9 @@ slf4jLog4jApiVersion=2.0.17
287287
snappyJavaVersion=1.1.10.7
288288

289289
# Also, update apacheTomcatVersion above to match Spring Boot's Tomcat dependency version
290-
springBootVersion=3.5.3
290+
springBootVersion=3.5.6
291291
# This usually matches the Spring Framework version dictated by springBootVersion
292-
springVersion=6.2.10
292+
springVersion=6.2.11
293293

294294
sqliteJdbcVersion=3.50.3.0
295295

server/embedded/src/org/labkey/embedded/LabKeyServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static void main(String[] args)
7575
style-src 'self' 'unsafe-inline' ${STYLE.SOURCES} ;
7676
img-src 'self' data: ${IMAGE.SOURCES} ;
7777
font-src 'self' data: ${FONT.SOURCES} ;
78-
script-src 'unsafe-eval' 'strict-dynamic' 'nonce-${REQUEST.SCRIPT.NONCE}' ;
78+
script-src 'unsafe-eval' 'strict-dynamic' 'nonce-${REQUEST.SCRIPT.NONCE}' ${SCRIPT.SOURCES} ;
7979
base-uri 'self' ;
8080
frame-src 'self' ${FRAME.SOURCES} ;
8181
""";

0 commit comments

Comments
 (0)