Skip to content

Commit

Permalink
[Snyk] Upgrade org.apache.derby:derby from 10.14.2.0 to 10.16.1.1 (#457)
Browse files Browse the repository at this point in the history
* fix: upgrade org.apache.derby:derby from 10.14.2.0 to 10.16.1.1

Snyk has created this PR to upgrade org.apache.derby:derby from 10.14.2.0 to 10.16.1.1.

See this package in Maven Repository:
https://mvnrepository.com/artifact/org.apache.derby/derby/

See this project in Snyk:
https://app.snyk.io/org/neqsim/project/86e71bb0-950f-445f-94e7-32e73d92cca3?utm_source=github&utm_medium=referral&page=upgrade-pr

* Update pom.xml

Try with intermediate version 1.15.2.0, as 10.16.1.1 is not supported for java 11.


Co-authored-by: Åsmund Våge Fannemel <34712686+asmfstatoil@users.noreply.github.com>
Co-authored-by: Even Solbraa <41290109+EvenSol@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 21, 2022
1 parent 55adc69 commit a4cf326
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,13 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.14.2.0</version>
<version>10.15.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
<version>10.15.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ejml</groupId>
Expand Down

0 comments on commit a4cf326

Please sign in to comment.