Skip to content

Commit

Permalink
fix: bump the other-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the other-dependencies group with 3 updates: io.github.gradle-nexus.publish-plugin, com.palantir.git-version and [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin).


Updates `io.github.gradle-nexus.publish-plugin` from 1.1.0 to 1.3.0

Updates `com.palantir.git-version` from 0.12.3 to 3.0.0

Updates `org.jetbrains.kotlin.jvm` from 1.8.10 to 1.9.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

---
updated-dependencies:
- dependency-name: io.github.gradle-nexus.publish-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: com.palantir.git-version
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
1 parent 4e95a0c commit c8c19db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
id 'maven-publish'
id 'signing'
id 'jacoco'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'com.palantir.git-version' version '0.12.3'
id 'org.jetbrains.kotlin.jvm' version '1.8.10'
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
id 'com.palantir.git-version' version '3.0.0'
id 'org.jetbrains.kotlin.jvm' version '1.9.20'
}

group = 'io.github.lsd-consulting'
Expand Down

0 comments on commit c8c19db

Please sign in to comment.