Skip to content

Commit

Permalink
Update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasniemeier-zalando committed Jul 1, 2019
1 parent bb591ac commit 6ee35c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 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
7 changes: 2 additions & 5 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.3.RELEASE")
classpath("org.springframework.boot:spring-boot-gradle-plugin:2.1.6.RELEASE")
}
}

Expand All @@ -17,13 +17,10 @@ apply plugin: 'io.spring.dependency-management'
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

application {
mainClassName = 'org.zalando.baigan.example.Example'
}

dependencies {
implementation project(':spring-boot-starter')
implementation project(':etcd')

implementation("org.springframework.boot:spring-boot-starter")
implementation("javax.annotation:javax.annotation-api")
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.5-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6ee35c3

Please sign in to comment.