Skip to content

Commit 91beeba

Browse files
authored
Revert "Bump org.wiremock:wiremock from 3.3.1 to 3.9.0 (#4703)" (#4732)
This reverts commit 1d41f2f.
1 parent 9fae859 commit 91beeba

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ detekt = "1.23.6"
99
intellijExt = "1.1.8"
1010
intellijGradle = "2.0.0-beta9"
1111
intellijRemoteRobot = "0.11.22"
12-
jackson = "2.17.2"
12+
jackson = "2.16.1"
1313
jacoco = "0.8.12"
1414
jgit = "6.5.0.202303070854-r"
1515
junit4 = "4.13.2"
@@ -31,7 +31,7 @@ testRetry = "1.5.10"
3131
slf4j = "2.0.9"
3232
sshd = "2.12.1"
3333
undercouch-download = "5.2.1"
34-
wiremock = "3.9.0"
34+
wiremock = "3.3.1"
3535
zjsonpatch = "0.4.16"
3636

3737
[libraries]

plugins/core/core/src/software/aws/toolkits/core/lambda/LambdaSampleEventProvider.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ object LambdaSampleEventJsonValidator : RemoteResolveParser {
9191
private val LOG = LoggerFactory.getLogger(LambdaSampleEventJsonValidator::class.java)
9292

9393
private val mapper = jacksonObjectMapper()
94+
.disable(MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS)
9495
.disable(MapperFeature.ALLOW_FINAL_FIELDS_AS_MUTATORS)
9596
.disable(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES)
9697
.enable(JsonParser.Feature.ALLOW_COMMENTS)

plugins/core/core/src/software/aws/toolkits/core/region/Partitions.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ object PartitionParser {
3939
private val LOG = LoggerFactory.getLogger(PartitionParser::class.java)
4040

4141
private val mapper = jacksonObjectMapper()
42+
.disable(MapperFeature.CAN_OVERRIDE_ACCESS_MODIFIERS)
4243
.disable(MapperFeature.ALLOW_FINAL_FIELDS_AS_MUTATORS)
4344
.disable(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES)
4445
.enable(JsonParser.Feature.ALLOW_COMMENTS)

0 commit comments

Comments
 (0)