Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pkiraly/metadata-qa-api
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed May 6, 2024
2 parents b330cc7 + 1eeac93 commit b6f62ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
Expand Down Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.1</version>
<version>2.16.2</version>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
Expand All @@ -179,7 +179,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b6f62ea

Please sign in to comment.