From 8f4f1d457ccec17d636728379e942d2f8750b670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Sep 2022 18:56:51 +0000 Subject: [PATCH] gradle(deps): bump typetools from 0.6.3 to 0.8.3 Bumps [typetools](https://github.com/MinecraftForge/typetools) from 0.6.3 to 0.8.3. - [Release notes](https://github.com/MinecraftForge/typetools/releases) - [Changelog](https://github.com/MinecraftForge/typetools/blob/master/CHANGELOG.md) - [Commits](https://github.com/MinecraftForge/typetools/commits) --- updated-dependencies: - dependency-name: net.jodah:typetools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a10ecac..edfddd5 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ dependencies { exclude module: 'gson' exclude module: 'commons-io' } - compile 'net.jodah:typetools:0.6.3' + compile 'net.jodah:typetools:0.8.3' compile "dev.tigr:simpleevents:1.3" compile 'org.luaj:luaj-jse:3.0.1' compile group: 'com.googlecode.json-simple', name: 'json-simple', version: '1.1.1'