Skip to content

Commit d2000a9

Browse files
fix(deps): update all non-major notification-server dependencies
1 parent bfb6aea commit d2000a9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

server/notification/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'war'
4-
id 'org.springframework.boot' version '3.4.1'
4+
id 'org.springframework.boot' version '3.4.4'
55
id 'io.spring.dependency-management' version '1.1.7'
66
}
77

@@ -20,9 +20,9 @@ repositories {
2020

2121
dependencies {
2222
implementation 'org.springframework.boot:spring-boot-starter-web'
23-
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1'
23+
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.6'
2424
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
25-
implementation 'io.nats:jnats:2.20.5'
25+
implementation 'io.nats:jnats:2.21.0'
2626
providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat'
2727
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2828
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
122 Bytes
Binary file not shown.

server/notification/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

server/notification/gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)