|
1 | 1 | plugins {
|
2 | 2 | id 'com.gorylenko.gradle-git-properties' version '2.2.0'
|
3 |
| - id 'org.springframework.boot' version '2.2.1.RELEASE' |
| 3 | + id 'org.springframework.boot' version '2.2.2.RELEASE' |
4 | 4 | id 'io.spring.dependency-management' version '1.0.8.RELEASE'
|
5 |
| - id 'com.github.ben-manes.versions' version '0.26.0' |
| 5 | + id 'com.github.ben-manes.versions' version '0.27.0' |
6 | 6 | id 'io.franzbecker.gradle-lombok' version '3.2.0'
|
7 | 7 | id 'java'
|
8 | 8 | id 'jacoco'
|
9 | 9 | id 'com.google.cloud.tools.jib' version '1.8.0'
|
10 | 10 | id 'maven-publish'
|
11 |
| - id 'com.github.spotbugs' version '2.0.1' |
| 11 | + id 'com.github.spotbugs' version '3.0.0' |
12 | 12 | id 'info.solidsoft.pitest' version '1.4.5'
|
13 | 13 | }
|
14 | 14 |
|
@@ -132,23 +132,23 @@ dependencies {
|
132 | 132 | implementation('org.locationtech.jts:jts-core:1.16.1')
|
133 | 133 | implementation('io.r2dbc:r2dbc-spi:0.8.0.RELEASE')
|
134 | 134 | runtime('io.r2dbc:r2dbc-pool:0.8.0.RELEASE')
|
135 |
| - implementation('io.r2dbc:r2dbc-h2:0.8.0.RELEASE') |
| 135 | + implementation('io.r2dbc:r2dbc-h2:0.8.1.RELEASE') |
136 | 136 | runtime('com.github.mirromutth:r2dbc-mysql:v0.8.0.RELEASE')
|
137 | 137 | implementation('org.eclipse.jgit:org.eclipse.jgit:5.5.0.201909110433-r')
|
138 | 138 | implementation('org.springframework.boot:spring-boot-starter-mail')
|
139 | 139 | implementation('com.sendgrid:sendgrid-java:4.4.1') {
|
140 | 140 | exclude group: 'org.apache.httpcomponents', module: 'httpclient'
|
141 | 141 | }
|
142 | 142 | implementation('org.apache.httpcomponents:httpclient:4.5.10')
|
143 |
| - implementation('org.cloudfoundry:cloudfoundry-client-reactor:4.0.1.RELEASE') |
144 |
| - implementation('org.cloudfoundry:cloudfoundry-operations:4.0.1.RELEASE') |
145 |
| - implementation('io.projectreactor:reactor-core:3.3.0.RELEASE') |
| 143 | + implementation('org.cloudfoundry:cloudfoundry-client-reactor:4.2.0.RELEASE') |
| 144 | + implementation('org.cloudfoundry:cloudfoundry-operations:4.2.0.RELEASE') |
| 145 | + implementation('io.projectreactor:reactor-core:3.3.1.RELEASE') |
146 | 146 | //implementation('io.projectreactor:reactor-tools:3.3.0.RELEASE')
|
147 | 147 | //implementation('io.projectreactor.tools:blockhound:1.0.0.RELEASE')
|
148 |
| - implementation('io.projectreactor.netty:reactor-netty:0.9.0.RELEASE') |
| 148 | + implementation('io.projectreactor.netty:reactor-netty:0.9.2.RELEASE') |
149 | 149 | implementation('io.micrometer:micrometer-registry-prometheus')
|
150 | 150 | testImplementation('io.projectreactor:reactor-test')
|
151 |
| - testImplementation('org.assertj:assertj-core:3.13.2') |
| 151 | + testImplementation('org.assertj:assertj-core:3.14.0') |
152 | 152 | testImplementation('org.junit.jupiter:junit-jupiter-api')
|
153 | 153 | testImplementation('org.junit.jupiter:junit-jupiter-params')
|
154 | 154 | testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine')
|
|
0 commit comments