Skip to content

Commit e29438d

Browse files
committed
Fix jdk version
1 parent 912ede5 commit e29438d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ keepWhitespace = false
8383
# graphs; you usually will not need it and you should remove this for
8484
# security reasons
8585
mermaidInitialize = "{ \"securityLevel\": \"loose\" }"
86-
jdkVersion = "23"
87-
mavenVersion = "3.6.3"
86+
jdkVersion = "24"
87+
mavenVersion = "3.8.1"
8888

8989
[caches]
9090
[caches.getjson]

0 commit comments

Comments
 (0)