Compare commits

..

7 commits

Author SHA1 Message Date
0745a40c7a Merge pull request 'Update dependency org.spigotmc:spigot-api' (#13) from renovate/org.spigotmc-spigot-api-1.x into main
Some checks failed
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled
2026-06-28 23:14:43 -07:00
d37d35a8dc Update dependency org.spigotmc:spigot-api
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
Checking for spelling errors / rojopolis/spellcheck (push) Has been cancelled
2026-06-29 06:14:35 +00:00
Sulkta
d471a8f949 docs: note NeoForge 1.21.1 fork branch in README
Some checks are pending
Checking for spelling errors / rojopolis/spellcheck (push) Waiting to run
2026-06-28 13:52:02 -07:00
Sulkta
5238e646ef Merge pull request 'Update dependency org.eclipse.jetty:jetty-server to v9.4.58.v20250814' (#11) from renovate/org.eclipse.jetty-jetty-server-9.x into main 2026-06-27 23:28:52 -07:00
Sulkta
6ef40ad553 Update dependency org.eclipse.jetty:jetty-server to v9.4.58.v20250814 2026-06-28 06:28:38 +00:00
Sulkta
19dcb36dec Merge pull request 'Update dependency org.eclipse.jetty:jetty-server to v9.4.57.v20241219 [SECURITY]' (#8) from renovate/maven-org.eclipse.jetty-jetty-server-vulnerability into main 2026-06-27 23:16:36 -07:00
Sulkta
cd68893c33 Update dependency org.eclipse.jetty:jetty-server to v9.4.57.v20241219 [SECURITY] 2026-06-28 02:33:21 +00:00
8 changed files with 17 additions and 9 deletions

View file

@ -13,12 +13,12 @@ sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = co
dependencies { dependencies {
implementation project(':DynmapCoreAPI') implementation project(':DynmapCoreAPI')
implementation 'javax.servlet:javax.servlet-api:3.1.0' implementation 'javax.servlet:javax.servlet-api:3.1.0'
implementation'org.eclipse.jetty:jetty-server:9.4.26.v20200117' implementation'org.eclipse.jetty:jetty-server:9.4.58.v20250814'
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117' implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
implementation 'com.googlecode.json-simple:json-simple:1.1.1' implementation 'com.googlecode.json-simple:json-simple:1.1.1'
implementation 'org.yaml:snakeyaml:1.23' // DON'T UPDATE - NEWER ONE TRIPS ON WINDOWS ENCODED FILES implementation 'org.yaml:snakeyaml:1.23' // DON'T UPDATE - NEWER ONE TRIPS ON WINDOWS ENCODED FILES
implementation 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20180219.1' implementation 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20180219.1'
implementation 'org.postgresql:postgresql:42.7.11' implementation 'org.postgresql:postgresql:42.2.18'
implementation 'io.github.linktosriram.s3lite:core:0.0.2-SNAPSHOT' implementation 'io.github.linktosriram.s3lite:core:0.0.2-SNAPSHOT'
implementation 'io.github.linktosriram.s3lite:api:0.0.2-SNAPSHOT' implementation 'io.github.linktosriram.s3lite:api:0.0.2-SNAPSHOT'
implementation 'io.github.linktosriram.s3lite:http-client-url-connection:0.0.2-SNAPSHOT' implementation 'io.github.linktosriram.s3lite:http-client-url-connection:0.0.2-SNAPSHOT'

View file

@ -1,5 +1,13 @@
# Dynmap® - dynamic web maps for Minecraft servers # Dynmap® - dynamic web maps for Minecraft servers
> **About this fork.** This repository tracks [Dynmap](https://github.com/webbukkit/dynmap)
> with an added **NeoForge 1.21.1** build. The `main` branch mirrors the upstream
> multi-platform project (Spigot/Paper, Forge, Fabric, and the original README below);
> the **`neoforge-1.21.1`** branch holds the standalone NeoForge 1.21.1 port and its own
> build/install instructions. For the canonical project, see
> [webbukkit/dynmap](https://github.com/webbukkit/dynmap).
# Jump around the README # Jump around the README
* [How to build](#how-to-build) * [How to build](#how-to-build)
* [What platforms are supported?](#what-platforms-are-supported) * [What platforms are supported?](#what-platforms-are-supported)

View file

@ -12,6 +12,6 @@ dependencies {
implementation project(':bukkit-helper') implementation project(':bukkit-helper')
implementation project(':dynmap-api') implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow') implementation project(path: ':DynmapCore', configuration: 'shadow')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.18-R0.1-SNAPSHOT' compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.18-rc3-R0.1-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.18-R0.1-SNAPSHOT' compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.18-R0.1-SNAPSHOT'
} }

View file

@ -12,6 +12,6 @@ dependencies {
implementation project(':bukkit-helper') implementation project(':bukkit-helper')
implementation project(':dynmap-api') implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow') implementation project(path: ':DynmapCore', configuration: 'shadow')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.2-R0.1-SNAPSHOT' compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.2-experimental-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.2-R0.1-SNAPSHOT' compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.2-R0.1-SNAPSHOT'
} }

View file

@ -12,6 +12,6 @@ dependencies {
implementation project(':bukkit-helper') implementation project(':bukkit-helper')
implementation project(':dynmap-api') implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow') implementation project(path: ':DynmapCore', configuration: 'shadow')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.4-R0.1-SNAPSHOT' compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.4-experimental-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.4-R0.1-SNAPSHOT' compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.4-R0.1-SNAPSHOT'
} }

View file

@ -12,6 +12,6 @@ dependencies {
implementation project(':bukkit-helper') implementation project(':bukkit-helper')
implementation project(':dynmap-api') implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow') implementation project(path: ':DynmapCore', configuration: 'shadow')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.4-R0.1-SNAPSHOT' compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.20.4-experimental-SNAPSHOT'
compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.5-R0.1-SNAPSHOT' compileOnly group: 'org.spigotmc', name: 'spigot', version:'1.20.5-R0.1-SNAPSHOT'
} }

View file

@ -12,7 +12,7 @@ dependencies {
implementation project(':bukkit-helper') implementation project(':bukkit-helper')
implementation project(':dynmap-api') implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow') implementation project(path: ':DynmapCore', configuration: 'shadow')
compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.11-R0.1-SNAPSHOT' compileOnly group: 'org.spigotmc', name: 'spigot-api', version:'1.21.11-R0.2-SNAPSHOT'
compileOnly ('org.spigotmc:spigot:1.21.11-R0.1-SNAPSHOT') { compileOnly ('org.spigotmc:spigot:1.21.11-R0.1-SNAPSHOT') {
exclude group: "com.mojang", module: "jtracy" exclude group: "com.mojang", module: "jtracy"
} }

View file

@ -25,12 +25,12 @@ eclipse {
dependencies { dependencies {
implementation 'javax.servlet:javax.servlet-api:3.1.0' implementation 'javax.servlet:javax.servlet-api:3.1.0'
implementation'org.eclipse.jetty:jetty-server:9.4.26.v20200117' implementation'org.eclipse.jetty:jetty-server:9.4.58.v20250814'
implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117' implementation 'org.eclipse.jetty:jetty-servlet:9.4.26.v20200117'
implementation 'com.googlecode.json-simple:json-simple:1.1.1' implementation 'com.googlecode.json-simple:json-simple:1.1.1'
implementation 'org.yaml:snakeyaml:1.23' // DON'T UPDATE - NEWER ONE TRIPS ON WINDOWS ENCODED FILES implementation 'org.yaml:snakeyaml:1.23' // DON'T UPDATE - NEWER ONE TRIPS ON WINDOWS ENCODED FILES
implementation 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20180219.1' implementation 'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20180219.1'
implementation 'org.postgresql:postgresql:42.7.11' implementation 'org.postgresql:postgresql:42.2.18'
implementation 'io.github.linktosriram.s3lite:core:0.0.2-SNAPSHOT' implementation 'io.github.linktosriram.s3lite:core:0.0.2-SNAPSHOT'
implementation 'io.github.linktosriram.s3lite:api:0.0.2-SNAPSHOT' implementation 'io.github.linktosriram.s3lite:api:0.0.2-SNAPSHOT'
implementation 'io.github.linktosriram.s3lite:http-client-url-connection:0.0.2-SNAPSHOT' implementation 'io.github.linktosriram.s3lite:http-client-url-connection:0.0.2-SNAPSHOT'