Skip to content

Commit

Permalink
Bump the gradle-dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| commons-io:commons-io | `2.16.1` | `2.17.0` |
| [com.squareup.okio:okio](https://github.com/square/okio) | `3.9.0` | `3.9.1` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.10.3` | `5.11.1` |
| [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) | `1.5.1` | `1.5.2` |
| [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | `24.1.0` | `25.0.0` |
| com.gradle.plugin-publish | `1.2.1` | `1.3.0` |



Updates `commons-io:commons-io` from 2.16.1 to 2.17.0

Updates `com.squareup.okio:okio` from 3.9.0 to 3.9.1
- [Release notes](https://github.com/square/okio/releases)
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md)
- [Commits](square/okio@parent-3.9.0...3.9.1)

Updates `org.junit.jupiter:junit-jupiter` from 5.10.3 to 5.11.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.3...r5.11.1)

Updates `com.networknt:json-schema-validator` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/networknt/json-schema-validator/releases)
- [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
- [Commits](networknt/json-schema-validator@1.5.1...1.5.2)

Updates `org.jetbrains:annotations` from 24.1.0 to 25.0.0
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](JetBrains/java-annotations@24.1.0...25.0.0)

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

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.squareup.okio:okio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
- dependency-name: com.networknt:json-schema-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-dependencies
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle-dependencies
- dependency-name: com.gradle.plugin-publish
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent b48ed39 commit 19db4ff
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-datab
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.16.1" }
apache-commons-io = { group = "commons-io", name = "commons-io", version = "2.17.0" }

github-packageurl = { group = "com.github.package-url", name = "packageurl-java", version = "1.5.0" }
okio = { group = "com.squareup.okio", name = "okio", version = "3.9.0" }
okio = { group = "com.squareup.okio", name = "okio", version = "3.9.1" }

### Test dependencies

spock-core = { group = "org.spockframework", name = "spock-core", version.ref = "spock" }
spock-junit4 = { group = "org.spockframework", name = "spock-junit4", version.ref = "spock" }
junit-junit4 = { group = "junit", name = "junit", version = "4.13.2" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.10.3" }
junit-jupiter = { group = "org.junit.jupiter", name = "junit-jupiter", version = "5.11.1" }

groovy-json = { group = "org.codehaus.groovy", name = "groovy-json", version = "3.0.22" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.1" }
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "24.1.0" }
json-schema-validator = { group = "com.networknt", name = "json-schema-validator", version = "1.5.2" }
jetbrains-annotations = { group = "org.jetbrains", name = "annotations", version = "25.0.0" }
google-gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" }

[plugins]
shadow-jar = { id = "com.github.johnrengelman.shadow", version = "8.1.1"}
plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" }
plugin-publish = { id = "com.gradle.plugin-publish", version = "1.3.0" }
github-release = { id = "com.github.breadmoirai.github-release", version = "2.5.2"}

0 comments on commit 19db4ff

Please sign in to comment.