Skip to content

Commit

Permalink
fix: bump the other-dependencies group with 10 updates
Browse files Browse the repository at this point in the history
Bumps the other-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [io.pivotal.spring.cloud:spring-cloud-services-dependencies](https://github.com/pivotal-cf/spring-cloud-services-starters) | `3.5.5` | `4.0.4` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.0` | `1.1.3` |
| io.github.gradle-nexus.publish-plugin | `1.1.0` | `1.3.0` |
| com.palantir.git-version | `0.12.3` | `3.0.0` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `1.8.10` | `1.9.10` |
| [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin) | `1.8.10` | `1.9.10` |
| [org.litote.kmongo:kmongo](https://github.com/Litote/kmongo) | `4.9.0` | `4.10.0` |
| org.apache.httpcomponents:httpcore | `4.4.14` | `4.4.16` |
| org.apache.commons:commons-lang3 | `3.12.0` | `3.13.0` |
| org.slf4j:slf4j-api | `2.0.7` | `2.0.9` |


Updates `io.pivotal.spring.cloud:spring-cloud-services-dependencies` from 3.5.5 to 4.0.4
- [Release notes](https://github.com/pivotal-cf/spring-cloud-services-starters/releases)
- [Commits](pivotal-cf/spring-cloud-services-starters@v3.5.5...v4.0.4)

Updates `io.spring.dependency-management` from 1.1.0 to 1.1.3
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.0...v1.1.3)

Updates `io.github.gradle-nexus.publish-plugin` from 1.1.0 to 1.3.0

Updates `com.palantir.git-version` from 0.12.3 to 3.0.0

Updates `org.jetbrains.kotlin.jvm` from 1.8.10 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.10...v1.9.10)

Updates `org.jetbrains.kotlin.plugin.serialization` from 1.8.10 to 1.9.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.10...v1.9.10)

Updates `org.litote.kmongo:kmongo` from 4.9.0 to 4.10.0
- [Release notes](https://github.com/Litote/kmongo/releases)
- [Commits](Litote/kmongo@kmongo-4.9.0...kmongo-4.10.0)

Updates `org.apache.httpcomponents:httpcore` from 4.4.14 to 4.4.16

Updates `org.apache.commons:commons-lang3` from 3.12.0 to 3.13.0

Updates `org.slf4j:slf4j-api` from 2.0.7 to 2.0.9

---
updated-dependencies:
- dependency-name: io.pivotal.spring.cloud:spring-cloud-services-dependencies
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-dependencies
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: io.github.gradle-nexus.publish-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: com.palantir.git-version
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.litote.kmongo:kmongo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.apache.httpcomponents:httpcore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: other-dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2023
1 parent 9339624 commit 506f056
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'org.springframework.boot' version '2.7.10'
id 'io.spring.dependency-management' version '1.1.0'
id 'io.spring.dependency-management' version '1.1.3'
id 'java-library'
id 'maven-publish'
id 'signing'
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
id 'com.palantir.git-version' version '0.12.3'
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
id 'com.palantir.git-version' version '3.0.0'
id 'jacoco'
id 'org.jetbrains.kotlin.jvm' version '1.8.10'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.8.10'
id 'org.jetbrains.kotlin.jvm' version '1.9.10'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.9.10'
}

group = 'io.github.lsd-consulting'
Expand Down Expand Up @@ -45,7 +45,7 @@ apply plugin: 'io.spring.dependency-management'
dependencyManagement {
imports {
mavenBom 'org.springframework.cloud:spring-cloud-dependencies:2021.0.6'
mavenBom 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:3.5.5'
mavenBom 'io.pivotal.spring.cloud:spring-cloud-services-dependencies:4.0.4'
mavenBom SpringBootPlugin.BOM_COORDINATES
}
}
Expand Down
8 changes: 4 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
// Mongo
api 'org.litote.kmongo:kmongo:4.9.0'
api 'org.litote.kmongo:kmongo:4.10.0'

// LSD
api 'io.github.lsd-consulting:lsd-distributed-connector:2.0.0'
Expand All @@ -10,7 +10,7 @@ dependencies {
compileOnly 'org.springframework.boot:spring-boot-autoconfigure:2.7.10'

// Other
implementation 'org.apache.httpcomponents:httpcore:4.4.14' // Needed for DB connection security
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'org.slf4j:slf4j-api:2.0.7'
implementation 'org.apache.httpcomponents:httpcore:4.4.16' // Needed for DB connection security
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'org.slf4j:slf4j-api:2.0.9'
}

0 comments on commit 506f056

Please sign in to comment.