Skip to content

Commit

Permalink
chore: dependency update (#2977)
Browse files Browse the repository at this point in the history
* update jackson, include jettison in pom

Signed-off-by: achmelo <[email protected]>
  • Loading branch information
achmelo authored Jul 10, 2023
1 parent 10b0534 commit 22105a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common-service-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
implementation libs.eureka.client
implementation libs.netflix.servo

implementation libs.jettison
implementation libs.http.client
implementation libs.http.core
implementation libs.jackson.annotations
Expand Down
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencyResolutionManagement {
version('jacksonDatabind', '2.14.3')
version('jacksonDataformatYaml', '2.14.3')
version('jacksonMapperAsl', '1.9.16-TALEND')
version('janino', '3.1.9')
version('janino', '3.1.10')
version('javassist', '3.29.2-GA')
version('javaxAnnotation', '1.3.2')
version('jakartaInject', '1.0.5')
Expand Down Expand Up @@ -93,7 +93,7 @@ dependencyResolutionManagement {
version('mockitoInline', '4.5.1')
version('netflixCommonsUtil', '0.3.0')
version('netflixServo', '0.13.2')
version('netty', '4.1.92.Final')
version('netty', '4.1.94.Final')
version('nettyReactor', '1.1.7')
version('nimbusJoseJwt', '9.31')
version('openApiDiff', '2.0.1')
Expand Down

0 comments on commit 22105a6

Please sign in to comment.