Skip to content

Commit

Permalink
Merge pull request #1419 from openturing/dependabot/maven/turing-wem/…
Browse files Browse the repository at this point in the history
…com.fasterxml.jackson.core-jackson-databind-2.12.7.1

Bump com.fasterxml.jackson.core:jackson-databind from 2.9.7 to 2.12.7.1 in /turing-wem
  • Loading branch information
alegauss authored Nov 4, 2023
2 parents cfd275a + 623f2e8 commit 2db6a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.3</version>
<version>2.12.7.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 1 addition & 1 deletion turing-wem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.7</version>
<version>2.12.7.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down

0 comments on commit 2db6a80

Please sign in to comment.