Skip to content

Commit

Permalink
Merge pull request #209 from telefonicaid/task/upgrade_jetty_dep
Browse files Browse the repository at this point in the history
minor upgrade jetty dep 9.4.12.v20180830 to 9.4.46.v20220331
  • Loading branch information
fgalan committed May 6, 2022
2 parents 2f4034f + b3daa52 commit 641de59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Upgrade minor jetty dep 9.4.12.v20180830 to 9.4.46.v20220331
- Upgrade org.json dep from from version 20180813 to 20220320
- Provide JSONArray as ArrayList in an Esper event map
2 changes: 1 addition & 1 deletion perseo-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.4.12.v20180830</version>
<version>9.4.46.v20220331</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 641de59

Please sign in to comment.