chore: update to latest com.fasterxml.jackson 2.14.z (CRW-4790, #22548) (#572)

Change-Id: Iacdbd86ccc1480c8badbbc15ffe48bdb01206e44

Signed-off-by: Nick Boldt <nboldt@redhat.com>
7.74.x
Nick Boldt 2023-09-25 13:47:02 -03:00 committed by GitHub
parent d8991eafd1
commit 00d8f7a858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 7 deletions

8
.gitignore vendored
View File

@ -1,3 +1,5 @@
.repository/
# Eclipse #
###################
@ -11,10 +13,6 @@ test-output/
maven-eclipse.xml
.factorypath
# Theia #
##################
.theia/
# Idea #
##################
*.iml
@ -48,8 +46,6 @@ maven-eclipse.xml
*.war
*.ear
# Logs and databases #
######################
*.log

View File

@ -32,6 +32,12 @@ Other modules are deprecated and will be removed in the future.
# Sources build
Run `mvn clean install` to build. Activate a faster profile build by adding `-Pfast`.
You can skip enforcers, validators, and tests with:
```
mvn clean install -V -B -e -Pfast -DskipTests -Dskip-validate-sources -Denforcer.skip=true -Dmaven.repo.local=.repository/
```
# Image build and push
1. Go to the `dockerfiles` directory.
2. Run `./build.sh`.

View File

@ -50,7 +50,7 @@
<aopalliance.version>1.0</aopalliance.version>
<ch.qos.logback.version>1.2.11</ch.qos.logback.version>
<com.auth0.jwks-rsa.version>0.20.0</com.auth0.jwks-rsa.version>
<com.fasterxml.jackson.version>2.14.1</com.fasterxml.jackson.version>
<com.fasterxml.jackson.version>2.14.3</com.fasterxml.jackson.version>
<com.github.kirviq.dumbster.version>1.7.1</com.github.kirviq.dumbster.version>
<com.github.tomakehurst.wiremock-jre8-standalone.version>2.32.0</com.github.tomakehurst.wiremock-jre8-standalone.version>
<com.google.code.guice.version>5.0.1</com.google.code.guice.version>