Skip to content

Commit

Permalink
chore(deps): bump the dependencies group with 8 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.14.1` | `2.16.0` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.14.1` | `2.16.0` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.14.1` | `2.16.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.14.1` | `2.16.0` |
| [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) | `0.2.1` | `0.2.6` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.7.1` | `5.10.1` |
| [org.mockito:mockito-core](https://github.com/mockito/mockito) | `3.+` | `5.8.0` |
| com.diffplug.spotless | `6.20.0` | `6.23.3` |


Updates `com.fasterxml.jackson.core:jackson-core` from 2.14.1 to 2.16.0
- [Release notes](https://github.com/FasterXML/jackson-core/releases)
- [Commits](FasterXML/jackson-core@jackson-core-2.14.1...jackson-core-2.16.0)

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.14.1 to 2.16.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.14.1 to 2.16.0
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.14.1 to 2.16.0

Updates `org.openapitools:jackson-databind-nullable` from 0.2.1 to 0.2.6
- [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases)
- [Commits](OpenAPITools/jackson-databind-nullable@jackson-databind-nullable-0.2.1...v0.2.6)

Updates `org.junit.jupiter:junit-jupiter` from 5.7.1 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.7.1...r5.10.1)

Updates `org.mockito:mockito-core` from 3.+ to 5.8.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/commits/v5.8.0)

Updates `com.diffplug.spotless` from 6.20.0 to 6.23.3

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.openapitools:jackson-databind-nullable
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: com.diffplug.spotless
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent 3b5543c commit d3d2424
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
// Quality
id 'jacoco'
id 'jvm-test-suite'
id 'com.diffplug.spotless' version '6.20.0'
id 'com.diffplug.spotless' version '6.23.3'

// IDE
id 'idea'
Expand Down Expand Up @@ -49,8 +49,8 @@ jacocoTestReport {
}

ext {
jackson_version = "2.14.1"
junit_version = "5.7.1"
jackson_version = "2.16.0"
junit_version = "5.10.1"
}

dependencies {
Expand All @@ -59,7 +59,7 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-annotations:$jackson_version"
implementation "com.fasterxml.jackson.core:jackson-databind:$jackson_version"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
implementation "org.openapitools:jackson-databind-nullable:0.2.1"
implementation "org.openapitools:jackson-databind-nullable:0.2.6"
}

testing {
Expand All @@ -70,7 +70,7 @@ testing {
dependencies {
implementation project()
implementation "org.junit.jupiter:junit-jupiter:$junit_version"
implementation "org.mockito:mockito-core:3.+"
implementation "org.mockito:mockito-core:5.+"
runtimeOnly "org.junit.platform:junit-platform-launcher"

// This test-only dependency is convenient but not widely used.
Expand Down

0 comments on commit d3d2424

Please sign in to comment.