Skip to content

Commit 0b61a82

Browse files
Bump the dev-dependencies group in /symja_android_library with 2 updates (#1134)
Bumps the dev-dependencies group in /symja_android_library with 2 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) and com.fasterxml.jackson.datatype:jackson-datatype-jsr310. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.2 to 2.18.3 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.2 to 2.18.3 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cdfa410 commit 0b61a82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

symja_android_library/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,12 @@
120120
<dependency>
121121
<groupId>com.fasterxml.jackson.core</groupId>
122122
<artifactId>jackson-databind</artifactId>
123-
<version>2.18.2</version>
123+
<version>2.18.3</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>com.fasterxml.jackson.datatype</groupId>
127127
<artifactId>jackson-datatype-jsr310</artifactId>
128-
<version>2.18.2</version>
128+
<version>2.18.3</version>
129129
</dependency>
130130
<!--
131131
<dependency>

0 commit comments

Comments
 (0)