From 110be52dafc9e0a079948fb1e2417ad29a494e9d Mon Sep 17 00:00:00 2001 From: "Daniel A. A. Pelsmaeker" Date: Mon, 15 Jul 2024 16:33:05 +0200 Subject: [PATCH] Update Gitonium to 1.5.3 --- convention-plugin/build.gradle.kts | 2 +- depman/gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/convention-plugin/build.gradle.kts b/convention-plugin/build.gradle.kts index bc0c98e..3845d20 100644 --- a/convention-plugin/build.gradle.kts +++ b/convention-plugin/build.gradle.kts @@ -5,7 +5,7 @@ plugins { `maven-publish` // signing // We don't use the version catalog here, to avoid a bootstrapping problem. - id("org.metaborg.gitonium") version "1.4.1" + id("org.metaborg.gitonium") version "1.5.3" } group = "org.metaborg" diff --git a/depman/gradle/libs.versions.toml b/depman/gradle/libs.versions.toml index 59841d3..4dc00ba 100644 --- a/depman/gradle/libs.versions.toml +++ b/depman/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] # Plugins kotlin = "1.8.20" # https://kotlinlang.org/ -gitonium = "1.5.0" # https://github.com/metaborg/gitonium +gitonium = "1.5.3" # https://github.com/metaborg/gitonium foojay = "0.8.0" # https://github.com/gradle/foojay-toolchains metaborg-gradle-config = "0.7.0" # https://github.com/metaborg/gradle.config devenv-spoofax-gradle = "0.5.9" # https://github.com/metaborg/spoofax.gradle