Skip to content

Commit

Permalink
spring 5.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Jun 29, 2020
1 parent b1b03b4 commit 5b97158
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spectator-web-spring/build.gradle
Expand Up @@ -16,9 +16,9 @@

dependencies {
api project(':spectator-api')
implementation 'org.springframework.boot:spring-boot-autoconfigure:2.2.6.RELEASE'
implementation 'org.springframework:spring-beans:5.2.6.RELEASE'
implementation 'org.springframework:spring-web:5.2.6.RELEASE'
implementation 'org.springframework.boot:spring-boot-autoconfigure:2.3.1.RELEASE'
implementation 'org.springframework:spring-beans:5.2.7.RELEASE'
implementation 'org.springframework:spring-web:5.2.7.RELEASE'
api 'com.fasterxml.jackson.core:jackson-databind'
}

Expand Down

0 comments on commit 5b97158

Please sign in to comment.