Skip to content

Commit

Permalink
Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: com.gradle.plugin-publish and [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy).


Updates `com.gradle.plugin-publish` from 1.2.1 to 1.2.2

Updates `net.bytebuddy:byte-buddy` from 1.15.0 to 1.15.1
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.15.0...byte-buddy-1.15.1)

---
updated-dependencies:
- dependency-name: com.gradle.plugin-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 29, 2024
1 parent 9f6fc7f commit 3e9e298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val jvmVersion = JvmTarget.JVM_17

plugins {
alias(libs.plugins.kotlinJvm)
id("com.gradle.plugin-publish") version "1.2.1"
id("com.gradle.plugin-publish") version "1.2.2"
}

group = "de.europace.gradle"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
byteBuddy = "1.15.0"
byteBuddy = "1.15.1"
junit = "5.9.1"
kotest = "5.9.1"
kotlin = "2.0.20"
Expand Down

0 comments on commit 3e9e298

Please sign in to comment.