Skip to content

Commit

Permalink
Bump interlokCoreVersion from 4.9-SNAPSHOT to 5.0.2-RELEASE
Browse files Browse the repository at this point in the history
Bumps `interlokCoreVersion` from 4.9-SNAPSHOT to 5.0.2-RELEASE.

Updates `com.adaptris:interlok-core` from 4.9-SNAPSHOT to 5.0.2-RELEASE

Updates `com.adaptris:interlok-core-apt` from 4.9-SNAPSHOT to 5.0.2-RELEASE

Updates `com.adaptris:interlok-stubs` from 4.9-SNAPSHOT to 5.0.2-RELEASE

Updates `com.adaptris:interlok-apache-http` from 4.9-SNAPSHOT to 5.0.2-RELEASE
- [Commits](https://github.com/adaptris/interlok-apache-http/commits)

Updates `com.adaptris:interlok-mail` from 4.9-SNAPSHOT to 5.0.2-RELEASE
- [Commits](https://github.com/adaptris/interlok-mail/commits)

---
updated-dependencies:
- dependency-name: com.adaptris:interlok-core
  dependency-type: direct:production
- dependency-name: com.adaptris:interlok-core-apt
  dependency-type: direct:production
- dependency-name: com.adaptris:interlok-stubs
  dependency-type: direct:production
- dependency-name: com.adaptris:interlok-apache-http
  dependency-type: direct:production
- dependency-name: com.adaptris:interlok-mail
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 10, 2024
1 parent c27a24b commit fbe582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

ext {
interlokCoreVersion = project.findProperty('interlokCoreVersion') ?: '4.9-SNAPSHOT'
interlokCoreVersion = project.findProperty('interlokCoreVersion') ?: '5.0.2-RELEASE'
releaseVersion = project.findProperty('releaseVersion') ?: '4.9-SNAPSHOT'
nexusBaseUrl = project.findProperty('nexusBaseUrl') ?: 'https://nexus.adaptris.net/nexus'
mavenPublishUrl = project.findProperty('mavenPublishUrl') ?: nexusBaseUrl + '/content/repositories/snapshots'
Expand Down

0 comments on commit fbe582c

Please sign in to comment.