Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/maven/com.fasterxml.jackson.co…
Browse files Browse the repository at this point in the history
…re-jackson-databind-2.17.0
  • Loading branch information
jangalinski authored Mar 14, 2024
2 parents 01bb9df + 060a922 commit 22b1799
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<immutables.version>2.10.1</immutables.version>
<jackson.version>2.17.0</jackson.version>
<jetbrains-annotations.version>24.0.1</jetbrains-annotations.version>
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>

<junit5.version>5.10.2</junit5.version>
<mockito.version>4.1.0</mockito.version>
Expand Down Expand Up @@ -301,7 +302,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
<configuration>
<keyname>${gpg.keyname}</keyname>
<gpgArguments>
Expand Down

0 comments on commit 22b1799

Please sign in to comment.