Skip to content

Commit 8a08b78

Browse files
committed
1.21.4
1 parent b891aad commit 8a08b78

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Fabric/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
compileOnly include(group: 'jakarta.servlet', name: 'jakarta.servlet-api', version: '6.1.0')
101101
compileOnly include(group: 'org.eclipse.jetty.toolchain', name: 'jetty-jakarta-servlet-api', version: '5.0.2')
102102

103-
compileOnly include(group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: '1.9.23')
103+
compileOnly include(group: 'org.jetbrains.kotlin', name: 'kotlin-stdlib', version: '1.9.25')
104104

105105
// compileOnly include (group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.3')
106106
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ subprojects {
8989

9090
plugins.withType(JavaPlugin) {
9191
dependencies {
92-
implementation enforcedPlatform('org.slf4j:slf4j-api:2.0.9')
92+
implementation enforcedPlatform('org.slf4j:slf4j-api:2.0.16')
9393
}
9494
}
9595

gradle.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mod_version=1.0.2
2-
minecraft_version=1.21.3
2+
minecraft_version=1.21.4
33

4-
mappings_mc_version=1.21.3
4+
mappings_mc_version=1.21.4
55
mappings_date=2024.07.28
66

77
journeymap_webmap_version=1.1-SNAPSHOT
@@ -10,26 +10,26 @@ group_id=info.journeymap_webmap
1010
name=JourneyMap WebMap
1111
mod_id=journeymap_webmap
1212
base_name=journeymap-webmap
13-
parchment_mappings=2024.06.02
13+
parchment_mappings=2024.06.23
1414

1515
release_type=release
1616

1717
# Forge
1818
mappings_channel=official
19-
forge_version=53.0.0
19+
forge_version=54.0.0
2020
journeymap_forge_version=5820526
2121

2222
#neoforge
23-
neoforge_version=21.3.2-beta
23+
neoforge_version=21.4.8-beta
2424
# https://projects.neoforged.net/neoforged/neoform
25-
neo_form_version=1.21.3-20241023.131943
25+
neo_form_version=1.21.4-20241203.161809
2626

2727
# Fabric
28-
fabric_api_version=0.107.0+1.21.3
29-
fabric_loader_version=0.16.7
28+
fabric_api_version=0.110.5+1.21.4
29+
fabric_loader_version=0.16.9
3030
journeymap_fabric_version=4240509
3131

32-
javalin_version=6.3.0
32+
javalin_version=6.4.0
3333

3434
curseforge_project_id=793035
3535
modrinth_project_id=YaZ1fUTg

0 commit comments

Comments
 (0)