Skip to content

Commit 10ba359

Browse files
chore(deps): bump the all-dependencies group across 1 directory with 5 updates
Bumps the all-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.19.1` | `2.19.2` | | com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.19.1` | `2.19.2` | | [io.swagger.parser.v3:swagger-parser](https://github.com/swagger-api/swagger-parser) | `2.1.30` | `2.1.31` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.2` | `5.13.3` | | com.diffplug.spotless | `7.0.4` | `7.1.0` | Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.1 to 2.19.2 - [Commits](FasterXML/jackson-core@jackson-core-2.19.1...jackson-core-2.19.2) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.19.1 to 2.19.2 Updates `io.swagger.parser.v3:swagger-parser` from 2.1.30 to 2.1.31 - [Release notes](https://github.com/swagger-api/swagger-parser/releases) - [Commits](swagger-api/swagger-parser@v2.1.30...v2.1.31) Updates `org.junit:junit-bom` from 5.13.2 to 5.13.3 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.2...r5.13.3) Updates `com.diffplug.spotless` from 7.0.4 to 7.1.0 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: io.swagger.parser.v3:swagger-parser dependency-version: 2.1.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.junit:junit-bom dependency-version: 5.13.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: com.diffplug.spotless dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8617c1 commit 10ba359

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'org.openapi.generator' version '7.14.0'
4-
id 'com.diffplug.spotless' version '7.0.4'
4+
id 'com.diffplug.spotless' version '7.1.0'
55
id 'jacoco'
66
id 'maven-publish'
77
id "com.github.ben-manes.versions" version "0.52.0"
@@ -58,19 +58,19 @@ sourceSets {
5858
}
5959

6060
dependencies {
61-
implementation 'com.fasterxml.jackson.core:jackson-core:2.19.1' // Use a compatible version
62-
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1' // For Java 8 date/time
61+
implementation 'com.fasterxml.jackson.core:jackson-core:2.19.2' // Use a compatible version
62+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2' // For Java 8 date/time
6363
implementation 'org.slf4j:slf4j-api:2.0.17'
6464
implementation 'ch.qos.logback:logback-classic:1.5.18'
6565
//If you use the validation, also add this
66-
implementation 'io.swagger.parser.v3:swagger-parser:2.1.30'
66+
implementation 'io.swagger.parser.v3:swagger-parser:2.1.31'
6767
implementation 'io.swagger.core.v3:swagger-annotations:2.2.34'
6868

6969
implementation 'javax.annotation:javax.annotation-api:1.3.2'
7070

7171
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
7272

73-
testImplementation(platform('org.junit:junit-bom:5.13.2'))
73+
testImplementation(platform('org.junit:junit-bom:5.13.3'))
7474
testImplementation 'org.junit.jupiter:junit-jupiter-api'
7575
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
7676
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

0 commit comments

Comments
 (0)