Skip to content

Commit

Permalink
Updates all project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Mar 6, 2024
1 parent 5a53c3d commit 0cbfe6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'com.jfrog.artifactory' version '4.21.0' apply false
id 'io.spring.dependency-management' version '1.1.0'
id 'io.spring.dependency-management' version '1.1.4'
id 'java'
id 'maven-publish'
}
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
group=io.rsocket.broker
version=0.4.0-SNAPSHOT

assertjVersion=3.24.0
junitJupiterVersion=5.9.2
reactorBomVersion=2022.0.4
rsocketVersion=1.1.3
springBootVersion=3.1.5
assertjVersion=3.25.3
junitJupiterVersion=5.10.2
reactorBomVersion=2023.0.3
rsocketVersion=1.1.4
springBootVersion=3.2.3


2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.kordamp.gradle.insight' version '0.47.0'
id 'org.kordamp.gradle.insight' version '0.54.0'
}

rootProject.name = 'rsocket-broker-client'
Expand Down

0 comments on commit 0cbfe6a

Please sign in to comment.