Skip to content

Commit

Permalink
Merge pull request #12 from lsd-consulting/dependabot/gradle/other-de…
Browse files Browse the repository at this point in the history
…pendencies-35d5eb3b60
  • Loading branch information
dependabot[bot] authored Oct 29, 2023
2 parents df091eb + 506f056 commit e710b01
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 e710b01

Please sign in to comment.