Skip to content

Commit

Permalink
Merge pull request #1542 from scala-steward/update/spring-boot-starte…
Browse files Browse the repository at this point in the history
…r-test-2.7.2

Update spring-boot-starter-test, ... to 2.7.2
  • Loading branch information
blast-hardcheese authored Jul 22, 2022
2 parents 87f9c1e + ce2dbc9 commit 92ba7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/javaSpringMvc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sbt.Keys._
object javaSpringMvc {
val javaxAnnotationVersion = "1.3.2"
val scalatestVersion = "3.2.12"
val springBootVersion = "2.7.1"
val springBootVersion = "2.7.2"

val dependencies = Seq(
"org.springframework.boot" % "spring-boot-starter-web" % springBootVersion,
Expand Down

0 comments on commit 92ba7e2

Please sign in to comment.