handle null values in join promise iterator

This commit is contained in:
WhatCats
2026-03-12 13:12:46 +01:00
parent c4d596f99d
commit 23f529b8dd
9 changed files with 48 additions and 27 deletions

View File

@@ -6,7 +6,7 @@ plugins {
subprojects {
group = 'dev.tommyjs'
version = '2.5.3'
version = '2.5.4'
apply plugin: 'java-library'
apply plugin: 'com.github.johnrengelman.shadow'