Skip to content

Commit

Permalink
Merge pull request #722 from qbicsoftware/dependabot/maven/jackson.ve…
Browse files Browse the repository at this point in the history
…rsion-2.17.2

Bump jackson.version from 2.17.1 to 2.17.2
  • Loading branch information
KochTobi authored Jul 24, 2024
2 parents 97cfd18 + 4649d96 commit ee4c738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion domain-concept/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<maven.compiler.target>17</maven.compiler.target>
<jakarta.persistence.version>3.1.0</jakarta.persistence.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson.version>2.17.1</jackson.version>
<jackson.version>2.17.2</jackson.version>
</properties>

<parent>
Expand Down

0 comments on commit ee4c738

Please sign in to comment.