IJPL-1024 update jackson (2.16 -> 2.17)

GitOrigin-RevId: f657ab4fda6997887cd86bdc5109c5980272a622
This commit is contained in:
Vladimir Krivosheev
2024-04-12 07:38:08 +02:00
committed by intellij-monorepo-bot
parent d131301d1b
commit d6911735cb
8 changed files with 44 additions and 43 deletions

View File

@@ -1,18 +1,18 @@
<component name="libraryTable">
<library name="commons-io" type="repository">
<properties maven-id="commons-io:commons-io:2.15.1">
<properties maven-id="commons-io:commons-io:2.16.1">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar">
<sha256sum>a58af12ee1b68cfd2ebb0c27caef164f084381a00ec81a48cc275fd7ea54e154</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar">
<sha256sum>f41f7baacd716896447ace9758621f62c1c6b0a91d89acee488da26fc477c84f</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/2.16.1/commons-io-2.16.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/2.15.1/commons-io-2.15.1-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/commons-io/commons-io/2.16.1/commons-io-2.16.1-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,9 +1,9 @@
<component name="libraryTable">
<library name="jackson" type="repository">
<properties maven-id="com.fasterxml.jackson.core:jackson-core:2.16.0">
<properties maven-id="com.fasterxml.jackson.core:jackson-core:2.17.0">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.jar">
<sha256sum>66e2cde4cc7e565d5fce2a2998b64e991777bf9fad4d220735c525fd8d01c31a</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.17.0/jackson-core-2.17.0.jar">
<sha256sum>55be130f6a68038088a261856c4e383ce79957a0fc1a29ecb213a9efd6ef4389</sha256sum>
</artifact>
</verification>
</properties>
@@ -11,11 +11,11 @@
<root url="file://$PROJECT_DIR$/lib/annotations/jackson" />
</ANNOTATIONS>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.17.0/jackson-core-2.17.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.16.0/jackson-core-2.16.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-core/2.17.0/jackson-core-2.17.0-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,26 +1,27 @@
<component name="libraryTable">
<library name="jackson-databind" type="repository">
<properties maven-id="com.fasterxml.jackson.core:jackson-databind:2.16.0">
<properties maven-id="com.fasterxml.jackson.core:jackson-databind:2.17.0">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.jar">
<sha256sum>8aaf1753823be70b798290e5826ab5bfe015d35b3a36a5d3c2ec9f57d4b0138b</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0.jar">
<sha256sum>d0ed5b54cb1b0bbb0828e24ce752a43a006dc188b34e3a4ae3238acc7b637418</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.jar">
<sha256sum>c4b90ea0c0074da17efdc3aa23973525f25d6f34725692169748f529547334a6</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.17.0/jackson-annotations-2.17.0.jar">
<sha256sum>8562569a001d46e84ea23802257e33c8f68b24eb47c1e0efd133a0372c512959</sha256sum>
</artifact>
</verification>
<exclude>
<dependency maven-id="com.fasterxml.jackson.core:jackson-core" />
<dependency maven-id="net.bytebuddy:byte-buddy" />
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.17.0/jackson-annotations-2.17.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.16.0/jackson-databind-2.16.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.16.0/jackson-annotations-2.16.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-databind/2.17.0/jackson-databind-2.17.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/core/jackson-annotations/2.17.0/jackson-annotations-2.17.0-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,18 +1,18 @@
<component name="libraryTable">
<library name="jackson-dataformat-yaml" type="repository">
<properties include-transitive-deps="false" maven-id="com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0">
<properties include-transitive-deps="false" maven-id="com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.0">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.0/jackson-dataformat-yaml-2.16.0.jar">
<sha256sum>7d0a50227f4cbd298be7971815534600bd626f9887659b8d91c286c62f17bd0b</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.17.0/jackson-dataformat-yaml-2.17.0.jar">
<sha256sum>46b65ace036b01743710bcfc9e7f041eded2fc82ba0d3d83e19b32c818c18b4c</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.0/jackson-dataformat-yaml-2.16.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.17.0/jackson-dataformat-yaml-2.17.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.0/jackson-dataformat-yaml-2.16.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.17.0/jackson-dataformat-yaml-2.17.0-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,9 +1,9 @@
<component name="libraryTable">
<library name="jackson-datatype-joda" type="repository">
<properties maven-id="com.fasterxml.jackson.datatype:jackson-datatype-joda:2.16.0">
<properties maven-id="com.fasterxml.jackson.datatype:jackson-datatype-joda:2.17.0">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.16.0/jackson-datatype-joda-2.16.0.jar">
<sha256sum>5ecd6fcbbd234bbadba3823eb5ddc06a2f6f5f43b10b45de52c9507a134f3394</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.17.0/jackson-datatype-joda-2.17.0.jar">
<sha256sum>c5612111c05a963242cc0471b1f46848dc4834d6e0fcf987381bf6b2e525fff7</sha256sum>
</artifact>
<artifact url="file://$MAVEN_REPOSITORY$/joda-time/joda-time/2.10.14/joda-time-2.10.14.jar">
<sha256sum>d65b4f127d36cf52b9b7b439552db22f3de92b892014512870cb3c98a3cf505e</sha256sum>
@@ -16,12 +16,12 @@
</exclude>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.16.0/jackson-datatype-joda-2.16.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.17.0/jackson-datatype-joda-2.17.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/joda-time/joda-time/2.10.14/joda-time-2.10.14.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.16.0/jackson-datatype-joda-2.16.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/datatype/jackson-datatype-joda/2.17.0/jackson-datatype-joda-2.17.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/joda-time/joda-time/2.10.14/joda-time-2.10.14-sources.jar!/" />
</SOURCES>
</library>

View File

@@ -1,18 +1,18 @@
<component name="libraryTable">
<library name="jackson-jr-objects" type="repository">
<properties include-transitive-deps="false" maven-id="com.fasterxml.jackson.jr:jackson-jr-objects:2.16.0">
<properties include-transitive-deps="false" maven-id="com.fasterxml.jackson.jr:jackson-jr-objects:2.17.0">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/jr/jackson-jr-objects/2.16.0/jackson-jr-objects-2.16.0.jar">
<sha256sum>f442d82cf4df015b92ca5dbbbb052b16cde825380c3e30fa56e419ebc277a7a0</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/jr/jackson-jr-objects/2.17.0/jackson-jr-objects-2.17.0.jar">
<sha256sum>4e99ab2f064979d6b0b1543ce2291dc291b0003c27d8847f8605e211f49a0bc7</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/jr/jackson-jr-objects/2.16.0/jackson-jr-objects-2.16.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/jr/jackson-jr-objects/2.17.0/jackson-jr-objects-2.17.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/jr/jackson-jr-objects/2.16.0/jackson-jr-objects-2.16.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/jr/jackson-jr-objects/2.17.0/jackson-jr-objects-2.17.0-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -1,18 +1,18 @@
<component name="libraryTable">
<library name="jackson-module-kotlin" type="repository">
<properties include-transitive-deps="false" maven-id="com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0">
<properties include-transitive-deps="false" maven-id="com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0">
<verification>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.0/jackson-module-kotlin-2.16.0.jar">
<sha256sum>70f963945b0af9154ae83db1c61673bc0fa7b8e5b96d3b845bcb938d66243550</sha256sum>
<artifact url="file://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-kotlin/2.17.0/jackson-module-kotlin-2.17.0.jar">
<sha256sum>acb8cf4b6c109ff0cc39c4f1444942c440c0027f23b9d54638a5b2ffb1f7d36c</sha256sum>
</artifact>
</verification>
</properties>
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.0/jackson-module-kotlin-2.16.0.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-kotlin/2.17.0/jackson-module-kotlin-2.17.0.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-kotlin/2.16.0/jackson-module-kotlin-2.16.0-sources.jar!/" />
<root url="jar://$MAVEN_REPOSITORY$/com/fasterxml/jackson/module/jackson-module-kotlin/2.17.0/jackson-module-kotlin-2.17.0-sources.jar!/" />
</SOURCES>
</library>
</component>

View File

@@ -48,7 +48,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
@@ -123,7 +123,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
@@ -141,11 +141,11 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
</plugin>
</plugins>
</build>