Skip to content

Commit

Permalink
Bump the gradle-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.14.2` | `2.15.3` |
| commons-io:commons-io | `2.13.0` | `2.14.0` |
| org.spockframework:spock-core | `2.3-groovy-3.0` | `2.3-groovy-4.0` |
| org.spockframework:spock-junit4 | `2.3-groovy-3.0` | `2.3-groovy-4.0` |
| com.github.breadmoirai.github-release | `2.4.1` | `2.5.1` |


Updates `com.fasterxml.jackson:jackson-bom` from 2.14.2 to 2.15.3
- [Commits](FasterXML/jackson-bom@jackson-bom-2.14.2...jackson-bom-2.15.3)

Updates `commons-io:commons-io` from 2.13.0 to 2.14.0

Updates `org.spockframework:spock-core` from 2.3-groovy-3.0 to 2.3-groovy-4.0

Updates `org.spockframework:spock-junit4` from 2.3-groovy-3.0 to 2.3-groovy-4.0

Updates `com.github.breadmoirai.github-release` from 2.4.1 to 2.5.1

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: org.spockframework:spock-core
  dependency-type: direct:production
  dependency-group: gradle-dependencies
- dependency-name: org.spockframework:spock-junit4
  dependency-type: direct:production
  dependency-group: gradle-dependencies
- dependency-name: com.github.breadmoirai.github-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 7ae5909 commit 555302f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
spock = "2.3-groovy-3.0"
spock = "2.3-groovy-4.0"
kotlin = "1.8.10"

[libraries]
jackson-platform = { group = "com.fasterxml.jackson", name = "jackson-bom", version = "2.14.2" }
jackson-platform = { group = "com.fasterxml.jackson", name = "jackson-bom", version = "2.15.3" }
jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-databind" }
jackson-parameter-names = { group = "com.fasterxml.jackson.module", name = "jackson-module-parameter-names" }
jackson-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin" }

apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.13.0" }
apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.14.0" }

github-packageurl = { group = "com.github.package-url", name = "packageurl-java", version = "1.4.1" }

Expand All @@ -27,4 +27,4 @@ google-gson = { group = "com.google.code.gson", name = "gson", version = "2.10.1
[plugins]
shadow-jar = { id = "com.github.johnrengelman.shadow", version = "8.1.1"}
plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" }
github-release = { id = "com.github.breadmoirai.github-release", version = "2.4.1"}
github-release = { id = "com.github.breadmoirai.github-release", version = "2.5.1"}

0 comments on commit 555302f

Please sign in to comment.