Skip to content

Commit

Permalink
chore(deps): Update dependency io.pebbletemplates:pebble to v3.2.1 (#53)
Browse files Browse the repository at this point in the history
* chore(deps): Update dependency io.pebbletemplates:pebble to v3.2.1

* fix(build): Manual fixes for pebble upgrade

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: zml <zml@stellardrift.ca>
  • Loading branch information
renovate[bot] and zml2008 committed Jun 3, 2023
1 parent 0b59318 commit 265cc39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
*/
package org.spongepowered.gradle.math.templates;

import com.mitchellbosecke.pebble.PebbleEngine;
import com.mitchellbosecke.pebble.loader.DelegatingLoader;
import com.mitchellbosecke.pebble.loader.FileLoader;
import com.mitchellbosecke.pebble.loader.Loader;
import com.mitchellbosecke.pebble.template.PebbleTemplate;
import io.pebbletemplates.pebble.PebbleEngine;
import io.pebbletemplates.pebble.loader.DelegatingLoader;
import io.pebbletemplates.pebble.loader.FileLoader;
import io.pebbletemplates.pebble.loader.Loader;
import io.pebbletemplates.pebble.template.PebbleTemplate;
import net.kyori.mammoth.Properties;
import org.gradle.api.DefaultTask;
import org.gradle.api.InvalidUserDataException;
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ errorproneGradle = "3.1.0"
indra = "3.1.1"
junit = "5.9.3"
mammoth = "1.3.1"
pebble = "3.1.6"
pebble = "3.2.1"
snakeyaml = "2.6"
spongeConvention = "2.1.1"

Expand Down

0 comments on commit 265cc39

Please sign in to comment.