From 7741e8bf73dfd7c335bf7da0b903ed611fb26d5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 10:49:29 +0000 Subject: [PATCH] Bump io.boxlang:boxlang from 1.0.0 to 1.1.0 Bumps [io.boxlang:boxlang](https://github.com/ortus-boxlang/boxlang) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/ortus-boxlang/boxlang/releases) - [Changelog](https://github.com/ortus-boxlang/BoxLang/blob/development/changelog.md) - [Commits](https://github.com/ortus-boxlang/boxlang/compare/v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: io.boxlang:boxlang dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 37687fc..0ed67a8 100644 --- a/build.gradle +++ b/build.gradle @@ -45,12 +45,12 @@ dependencies { // Until BoxLang is published to Maven Central // Look for it in the local build directory // You must run `./gradle build -x test` in the BoxLang project - compileOnly "io.boxlang:boxlang:1.0.0" + compileOnly "io.boxlang:boxlang:1.1.0" implementation 'org.xerial:sqlite-jdbc:3.49.1.0' // Testing Dependencies - testImplementation "io.boxlang:boxlang:1.0.0" + testImplementation "io.boxlang:boxlang:1.1.0" testImplementation "org.junit.jupiter:junit-jupiter:5.+" testImplementation "org.mockito:mockito-core:5.+" testImplementation "com.google.truth:truth:1.+"