Skip to content

Commit 301200f

Browse files
dependabot[bot]erichaagdev
authored andcommitted
Bump the all group across 1 directory with 5 updates
Bumps the all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | com.gradle.develocity | `3.17.5` | `3.18.1` | | [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.17.1` | `2.18.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.1` | `2.18.0` | | [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.10.3` | `5.11.1` | | org.openapi.generator | `7.6.0` | `7.8.0` | Updates `com.gradle.develocity` from 3.17.5 to 3.18.1 Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.1 to 2.18.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to 2.18.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to 2.18.0 - [Commits](https://github.com/FasterXML/jackson/commits) 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/junit-framework@r5.10.3...r5.11.1) Updates `org.openapi.generator` from 7.6.0 to 7.8.0 --- updated-dependencies: - dependency-name: com.gradle.develocity dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.openapi.generator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1683e2f commit 301200f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
2-
jackson-core = "2.17.1"
2+
jackson-core = "2.18.0"
33
jakarta-annotations = "3.0.0"
4-
junit = "5.10.3"
5-
openapi-generator = "7.6.0"
4+
junit = "5.11.1"
5+
openapi-generator = "7.8.0"
66

77
[libraries]
88
jackson-annotations = { module = "com.fasterxml.jackson.core:jackson-annotations", version.ref = "jackson-core" }

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("com.gradle.develocity") version "3.17.5"
2+
id("com.gradle.develocity") version "3.18.1"
33
id("com.gradle.common-custom-user-data-gradle-plugin") version "2.0.2"
44
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
55
}

0 commit comments

Comments
 (0)