diff --git a/common/addons/language-yaml/build.gradle.kts b/common/addons/language-yaml/build.gradle.kts index 978e167d2..3b8fcb852 100644 --- a/common/addons/language-yaml/build.gradle.kts +++ b/common/addons/language-yaml/build.gradle.kts @@ -3,6 +3,6 @@ import com.dfsek.terra.version version = version("0.1.0") dependencies { - shadedImplementation("com.dfsek.tectonic:yaml:3.0.1") + shadedImplementation("com.dfsek.tectonic:yaml:3.1.0") shadedApi(project(":common:addons:manifest-addon-loader")) } diff --git a/common/addons/manifest-addon-loader/build.gradle.kts b/common/addons/manifest-addon-loader/build.gradle.kts index b38ebc14d..2e437904b 100644 --- a/common/addons/manifest-addon-loader/build.gradle.kts +++ b/common/addons/manifest-addon-loader/build.gradle.kts @@ -4,7 +4,7 @@ version = version("0.1.0") dependencies { shadedApi("commons-io:commons-io:2.6") - shadedImplementation("com.dfsek.tectonic:yaml:3.0.1") + shadedImplementation("com.dfsek.tectonic:yaml:3.1.0") } tasks.withType { diff --git a/common/api/util/build.gradle.kts b/common/api/util/build.gradle.kts index 74512ea9a..67cf30eef 100644 --- a/common/api/util/build.gradle.kts +++ b/common/api/util/build.gradle.kts @@ -1,5 +1,5 @@ dependencies { - shadedApi("com.dfsek.tectonic:common:3.0.1") + shadedApi("com.dfsek.tectonic:common:3.1.0") shadedApi("net.jafama:jafama:2.3.2") } diff --git a/common/implementation/base/build.gradle.kts b/common/implementation/base/build.gradle.kts index b28e8a591..f86cbebcf 100644 --- a/common/implementation/base/build.gradle.kts +++ b/common/implementation/base/build.gradle.kts @@ -6,7 +6,7 @@ dependencies { shadedApi("commons-io:commons-io:2.6") shadedImplementation("org.apache.commons:commons-text:1.9") - shadedImplementation("com.dfsek.tectonic:yaml:3.0.1") + shadedImplementation("com.dfsek.tectonic:yaml:3.1.0") shadedImplementation("org.yaml:snakeyaml:1.27") shadedImplementation("org.ow2.asm:asm:9.2")