From 011e4bf3ff663290eb4ac65c4faee777aea2c8cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 18:58:42 +0000 Subject: [PATCH] Bump interlokCoreVersion from 5.0-SNAPSHOT to 5.0.2-RELEASE Bumps `interlokCoreVersion` from 5.0-SNAPSHOT to 5.0.2-RELEASE. Updates `com.adaptris:interlok-core-apt` from 5.0-SNAPSHOT to 5.0.2-RELEASE Updates `com.adaptris:interlok-core` from 5.0-SNAPSHOT to 5.0.2-RELEASE Updates `com.adaptris:interlok-common` from 5.0-SNAPSHOT to 5.0.2-RELEASE Updates `com.adaptris:interlok-stubs` from 5.0-SNAPSHOT to 5.0.2-RELEASE Updates `com.adaptris:interlok-json` from 5.0-SNAPSHOT to 5.0.2-RELEASE - [Commits](https://github.com/adaptris/interlok-json/commits) Updates `com.adaptris:interlok-csv` from 5.0-SNAPSHOT to 5.0.2-RELEASE - [Commits](https://github.com/adaptris/interlok-csv/commits) Updates `com.adaptris:interlok-apache-http` from 5.0-SNAPSHOT to 5.0.2-RELEASE - [Commits](https://github.com/adaptris/interlok-apache-http/commits) Updates `com.adaptris:interlok-apache-http-async` from 5.0-SNAPSHOT to 5.0.2-RELEASE --- updated-dependencies: - dependency-name: com.adaptris:interlok-core-apt dependency-type: direct:production - dependency-name: com.adaptris:interlok-core dependency-type: direct:production - dependency-name: com.adaptris:interlok-common dependency-type: direct:production - dependency-name: com.adaptris:interlok-stubs dependency-type: direct:production - dependency-name: com.adaptris:interlok-json dependency-type: direct:production - dependency-name: com.adaptris:interlok-csv dependency-type: direct:production - dependency-name: com.adaptris:interlok-apache-http dependency-type: direct:production - dependency-name: com.adaptris:interlok-apache-http-async dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e75c427..814c133 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } ext { - interlokCoreVersion = project.findProperty('interlokCoreVersion') ?: '5.0-SNAPSHOT' + interlokCoreVersion = project.findProperty('interlokCoreVersion') ?: '5.0.2-RELEASE' releaseVersion = project.findProperty('releaseVersion') ?: '5.0-SNAPSHOT' nexusBaseUrl = project.findProperty('nexusBaseUrl') ?: 'https://nexus.adaptris.net/nexus' mavenPublishUrl = project.findProperty('mavenPublishUrl') ?: nexusBaseUrl + '/content/repositories/snapshots'