Skip to content

Commit 8633e98

Browse files
committed
DTSPB-4663 fix history typo error for /cases/initiate
1 parent eb979d0 commit 8633e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def versions = [
170170
lombok : '1.18.38',
171171
mapStruct : '1.3.0.Final',
172172
pact_version : '4.1.34',
173-
piTest : '1.19.0',
173+
piTest : '1.19.1',
174174
probateCommonsVersion : '2.0.58',
175175
restAssured : '5.5.1',
176176
serenity : '4.2.22',
@@ -247,7 +247,7 @@ dependencies {
247247
implementation group: 'org.sonarsource.api.plugin', name: 'sonar-plugin-api', version: '11.3.0.2824'
248248
implementation group: 'org.mapstruct', name: 'mapstruct-processor', version: versions.mapStruct
249249
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: versions.jacksonDatabind
250-
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '8.0'
250+
implementation group: 'net.logstash.logback', name: 'logstash-logback-encoder', version: '8.1'
251251
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: versions.lombok
252252
annotationProcessor group: 'org.mapstruct', name: 'mapstruct-processor', version: versions.mapStruct
253253

0 commit comments

Comments
 (0)