Skip to content

Commit a11b640

Browse files
Bump the dev-dependencies group in /symja_android_library with 2 updates (#1195)
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.19.1 to 2.19.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.19.1 to 2.19.2 --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-version: 2.19.2 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 df45a86 commit a11b640

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

symja_android_library/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@
125125
<dependency>
126126
<groupId>com.fasterxml.jackson.core</groupId>
127127
<artifactId>jackson-databind</artifactId>
128-
<version>2.19.1</version>
128+
<version>2.19.2</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>com.fasterxml.jackson.datatype</groupId>
132132
<artifactId>jackson-datatype-jsr310</artifactId>
133-
<version>2.19.1</version>
133+
<version>2.19.2</version>
134134
</dependency>
135135
<!--
136136
<dependency>

0 commit comments

Comments
 (0)