Skip to content

Commit 843b316

Browse files
chore(deps-dev): bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml (#300)
Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.18.2 to 2.18.3. - [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.18.2...jackson-dataformats-text-2.18.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4482858 commit 843b316

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plc4j/examples/hello-connectivity-mqtt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.fasterxml.jackson.dataformat</groupId>
5959
<artifactId>jackson-dataformat-yaml</artifactId>
60-
<version>2.18.2</version>
60+
<version>2.18.3</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.fasterxml.jackson.core</groupId>

plc4j/integrations/apache-kafka/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
<dependency>
176176
<groupId>com.fasterxml.jackson.dataformat</groupId>
177177
<artifactId>jackson-dataformat-yaml</artifactId>
178-
<version>2.18.2</version>
178+
<version>2.18.3</version>
179179
<scope>test</scope>
180180
</dependency>
181181
<dependency>

plc4j/tools/opcua-server/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.dataformat</groupId>
6969
<artifactId>jackson-dataformat-yaml</artifactId>
70-
<version>2.18.2</version>
70+
<version>2.18.3</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)