Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 57b3ab8

Browse files
Bump org.springframework.boot from 3.0.5 to 3.1.0 (#31)
* Bump org.springframework.boot from 3.0.5 to 3.1.0 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.0.5 to 3.1.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.0.5...v3.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Added database name in uri --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Harsh Verma <55652117+Harsh3305@users.noreply.github.com> Co-authored-by: Harsh3305 <harshverma3305@gmail.com>
1 parent 83dbf38 commit 57b3ab8

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
id("org.springframework.boot") version "3.0.5"
4+
id("org.springframework.boot") version "3.1.0"
55
id("io.spring.dependency-management") version "1.1.0"
66
id("io.gitlab.arturbosch.detekt") version "1.23.0"
77
id("jacoco")// This is to use Jacoco for coverage testing

src/main/resources/application.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ spring.kafka.consumer.key-deserializer=org.apache.kafka.common.serialization.Str
55
spring.kafka.consumer.value-deserializer=org.springframework.kafka.support.serializer.JsonDeserializer
66
spring.kafka.consumer.properties.spring.json.trusted.packages=*
77
server.port=${APPLICATION_PORT}
8-
spring.data.mongodb.uri=${MONGODB_URI}
9-
spring.data.mongodb.database=HRV-Mart-Backend-Order
8+
spring.data.mongodb.uri=${MONGODB_URI}/HRV-Mart-Backend-Order
109
management.endpoint.health.probes.enabled=true

0 commit comments

Comments
 (0)