Bump jackson-annotations from 2.13.0 to 2.13.1
Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.13.0 to 2.13.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
576d543410
commit
b2cca26b27
6
pom.xml
6
pom.xml
|
@ -55,7 +55,7 @@
|
|||
<wildfly.elytron.version>1.18.3.Final</wildfly.elytron.version>
|
||||
<wildfly.common.version>1.5.4.Final</wildfly.common.version>
|
||||
<jackson.core.version>2.13.0</jackson.core.version>
|
||||
<jackson.annotations.version>2.13.0</jackson.annotations.version>
|
||||
<jackson.annotations.version>2.13.1</jackson.annotations.version>
|
||||
<jackson-databind.version>2.13.0</jackson-databind.version>
|
||||
<jakarta.activation.api.version>1.2.2</jakarta.activation.api.version>
|
||||
<jakarta.annotation.api.version>1.3.5</jakarta.annotation.api.version>
|
||||
|
@ -425,7 +425,7 @@
|
|||
<aggregate>true</aggregate>
|
||||
<strictCheck>true</strictCheck>
|
||||
<properties>
|
||||
<copyright-range>${project.inceptionYear}-2021</copyright-range>
|
||||
<copyright-range>${project.inceptionYear}-2022</copyright-range>
|
||||
</properties>
|
||||
</configuration>
|
||||
<executions>
|
||||
|
@ -827,7 +827,7 @@
|
|||
<Bundle-DocURL>${jetty.url}</Bundle-DocURL>
|
||||
<Bundle-Vendor>Eclipse Jetty Project</Bundle-Vendor>
|
||||
<Bundle-Classpath>.</Bundle-Classpath>
|
||||
<Bundle-Copyright>Copyright (c) 2008-2021 Mort Bay Consulting Pty Ltd and others.</Bundle-Copyright>
|
||||
<Bundle-Copyright>Copyright (c) 2008-2022 Mort Bay Consulting Pty Ltd and others.</Bundle-Copyright>
|
||||
<Import-Package>
|
||||
${osgi.slf4j.import.packages},
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue