Skip to content

Commit e4b88a8

Browse files
Bump com.fasterxml.jackson.core:jackson-annotations from 2.21 to 2.22 in /cnf (#3758)
* Bump com.fasterxml.jackson.core:jackson-annotations in /cnf Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.21 to 2.22. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: '2.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update bndrun --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefan Feilmeier <stefan.feilmeier@fenecon.de>
1 parent 684cd1a commit e4b88a8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cnf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
-->
5555
<groupId>com.fasterxml.jackson.core</groupId>
5656
<artifactId>jackson-annotations</artifactId>
57-
<version>2.21</version>
57+
<version>2.22</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>com.github.rzymek</groupId>

io.openems.backend.application/BackendApp.bndrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666

6767
-runbundles: \
6868
com.fasterxml.aalto-xml;version='[1.4.0,1.4.1)',\
69-
com.fasterxml.jackson.core.jackson-annotations;version='[2.21.0,2.21.1)',\
69+
com.fasterxml.jackson.core.jackson-annotations;version='[2.22.0,2.22.1)',\
7070
com.fasterxml.jackson.core.jackson-core;version='[2.21.4,2.21.5)',\
7171
com.fasterxml.jackson.core.jackson-databind;version='[2.21.4,2.21.5)',\
7272
com.google.gson;version='[2.14.0,2.14.1)',\

0 commit comments

Comments
 (0)