Skip to content

Commit

Permalink
libs: use up-to-date version of Jython
Browse files Browse the repository at this point in the history
despite the fact, that dcache uses Jython only for unit tests and some
debugging purposes, we need to use up-to-date versions.

see: https://github.com/dCache/dcache/security/dependabot/28

Acked-by: Paul Millar
Target: master
Require-book: no
Require-notes: yes
  • Loading branch information
kofemann committed Sep 29, 2022
1 parent 867f779 commit 2f21050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -798,7 +798,7 @@
<dependency>
<groupId>org.python</groupId>
<artifactId>jython</artifactId>
<version>2.5.3</version>
<version>2.7.3</version>
</dependency>
<dependency>
<groupId>org.dcache</groupId>
Expand Down

0 comments on commit 2f21050

Please sign in to comment.