Skip to content

Commit 7d5fe31

Browse files
committed
more dependabot version changes
1 parent 5b7a46b commit 7d5fe31

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ updates:
2020
- dependency-name: javax:javaee-api
2121
versions:
2222
- ">7.0"
23+
- dependency-name: org.python:jython
24+
versions:
25+
- ">2.2.1"

integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.apache.maven.plugins</groupId>
3030
<artifactId>maven-dependency-plugin</artifactId>
31-
<version>3.7.1</version>
31+
<version>3.8.1</version>
3232
</plugin>
3333
<plugin>
3434
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)