Skip to content

Commit

Permalink
spring 5.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Nov 2, 2021
1 parent fa23dbc commit 0301a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spectator-web-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@

dependencies {
api project(':spectator-api')
implementation 'org.springframework.boot:spring-boot-autoconfigure:2.5.5'
implementation 'org.springframework:spring-beans:5.3.10'
implementation 'org.springframework:spring-web:5.3.10'
implementation 'org.springframework.boot:spring-boot-autoconfigure:2.5.6'
implementation 'org.springframework:spring-beans:5.3.12'
implementation 'org.springframework:spring-web:5.3.12'
api 'com.fasterxml.jackson.core:jackson-databind'
}

Expand Down

0 comments on commit 0301a45

Please sign in to comment.