Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasniemeier-zalando committed Jun 28, 2019
1 parent bb591ac commit bb4ecb0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
plugins {
id 'io.codearte.nexus-staging' version '0.20.0'
id 'io.codearte.nexus-staging' version '0.21.0'
}

def baiganVersion = file("version").text.trim()

ext.versions = [
junit : '5.4.0',
spring : '5.1.5.RELEASE',
springboot: '2.1.3.RELEASE',
jackson : '2.9.8',
aws : '1.11.510',
mockito : '2.24.5',
junit : '5.4.2',
spring : '5.1.8.RELEASE',
springboot: '2.1.6.RELEASE',
jackson : '2.9.9',
aws : '1.11.582',
mockito : '2.28.2',
slf4j : '1.7.26',
]

Expand Down

0 comments on commit bb4ecb0

Please sign in to comment.