Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Commit c0d6cec

Browse files
committed
Dependency updates
1 parent 149f4c8 commit c0d6cec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
plugins {
22
id 'com.palantir.git-version' version '0.12.3'
3-
id 'java-library'
3+
id 'java-library'
44
id 'io.freefair.lombok' version '5.1.1'
5-
id 'maven-publish'
6-
id 'com.jfrog.bintray' version '1.8.4'
5+
id 'maven-publish'
6+
id 'com.jfrog.bintray' version '1.8.4'
77
id 'io.spring.dependency-management' version '1.0.10.RELEASE'
88
}
99

@@ -23,12 +23,12 @@ test {
2323
}
2424

2525
lombok {
26-
version = '1.18.12'
26+
version = '1.18.16'
2727
generateLombokConfig.enabled = false
2828
}
2929

3030
ext {
31-
springBootVersion = '2.3.4.RELEASE'
31+
springBootVersion = '2.4.0'
3232

3333
junitVersion = '5.7.0'
3434
mockitoVersion = '3.5.15'
@@ -74,4 +74,4 @@ publishing {
7474
from components.java
7575
}
7676
}
77-
}
77+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)