Skip to content

Commit

Permalink
QB-RuBQWrapper v3.2.4 -- [Snyk] Upgrade net.minidev:json-smart from 2…
Browse files Browse the repository at this point in the history
….4.10 to 2.5.0 (WDAqua#313)

* fix: upgrade net.minidev:json-smart from 2.4.10 to 2.5.0

Snyk has created this PR to upgrade net.minidev:json-smart from 2.4.10 to 2.5.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/net.minidev/json-smart/

See this project in Snyk:
https://app.snyk.io/org/anbo-de/project/f84d57b5-a243-4128-b372-a8d423782f54?utm_source=github&utm_medium=referral&page=upgrade-pr

* Update pom.xml

---------

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
anbo-de and snyk-bot authored Dec 22, 2023
1 parent ee960a2 commit a963a1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions qanary-component-QB-RuBQWrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>eu.wdaqua.qanary.component</groupId>
<artifactId>qanary-component-QB-RuBQWrapper</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>

<parent>
<groupId>org.springframework.boot</groupId>
Expand All @@ -15,7 +15,7 @@
</parent>
<properties>
<java.version>17</java.version>
<qanary.component.version>[3.7.0,4.0.0)</qanary.component.version>
<qanary.component.version>[3.7.6,4.0.0)</qanary.component.version>
<qanary.commons.version>[3.8.0,4.0.0)</qanary.commons.version>
<docker.image.prefix>qanary</docker.image.prefix>
<!-- Replace the name of the docker image to be generated -->
Expand Down Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>net.minidev</groupId>
<artifactId>json-smart</artifactId>
<version>2.4.10</version>
<version>2.5.0</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit a963a1e

Please sign in to comment.