From 5a6c6250011e1ec7535fd24dde91f6f9d1358a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 21:44:31 +0000 Subject: [PATCH] Bump creekVersion from 0.3.3-SNAPSHOT to 0.4.0 (#162) Bumps `creekVersion` from 0.3.3-SNAPSHOT to 0.4.0. Updates `org.creekservice:creek-test-util` from 0.3.3-SNAPSHOT to 0.4.0 - [Release notes](https://github.com/creek-service/creek-test/releases) - [Commits](https://github.com/creek-service/creek-test/commits/v0.4.0) Updates `org.creekservice:creek-test-hamcrest` from 0.3.3-SNAPSHOT to 0.4.0 - [Release notes](https://github.com/creek-service/creek-test/releases) - [Commits](https://github.com/creek-service/creek-test/commits/v0.4.0) Updates `org.creekservice:creek-test-conformity` from 0.3.3-SNAPSHOT to 0.4.0 - [Release notes](https://github.com/creek-service/creek-test/releases) - [Commits](https://github.com/creek-service/creek-test/commits/v0.4.0) --- updated-dependencies: - dependency-name: org.creekservice:creek-test-util dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.creekservice:creek-test-hamcrest dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.creekservice:creek-test-conformity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2f0d730..3ab724c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ subprojects { } extra.apply { - set("creekVersion", "0.3.3-SNAPSHOT") + set("creekVersion", "0.4.0") set("spotBugsVersion", "4.7.3") // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs-annotations set("classGraphVersion", "4.8.157") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph