File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ extracted from the JDK download.
373373
374374*  [ PostgreSQL Binaries] ( https://github.com/zonkyio/embedded-postgres-binaries )  (11.1)
375375*  [ Embedded Postgres] ( https://github.com/zonkyio/embedded-postgres )  (1.2.0) - a fork of [ OpenTable Embedded PostgreSQL Component] ( https://github.com/opentable/otj-pg-embedded ) 
376- *  [ Spring Framework] ( http://www.springsource.org/ )  (4.3.18 ) - ` spring-test ` , ` spring-context `  modules
376+ *  [ Spring Framework] ( http://www.springsource.org/ )  (4.3.21 ) - ` spring-test ` , ` spring-context `  modules
377377*  [ Flyway] ( https://github.com/flyway/ )  (5.0.7)
378378*  [ Guava] ( https://github.com/google/guava )  (23.0)
379379
Original file line number Diff line number Diff line change @@ -148,8 +148,8 @@ project(':embedded-database-spring-test') {
148148        compile project(' :embedded-database-spring-test-autoconfigure'  )
149149
150150        compile ' io.zonky.test:embedded-postgres:1.2.0' 
151-         compile ' org.springframework:spring-context:4.3.18 .RELEASE' 
152-         compile ' org.springframework:spring-test:4.3.18 .RELEASE' 
151+         compile ' org.springframework:spring-context:4.3.21 .RELEASE' 
152+         compile ' org.springframework:spring-test:4.3.21 .RELEASE' 
153153        compile " org.flywaydb:flyway-core:$flywayCoreVersion  " 
154154        compile " org.flywaydb.flyway-test-extensions:flyway-spring-test:$flywayTestVersion  " 
155155        compile ' com.google.guava:guava:23.0' 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments