We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68d2e6a + dd11354 commit 298ebdcCopy full SHA for 298ebdc
1 file changed
pom.xml
@@ -65,7 +65,7 @@
65
<dependency>
66
<groupId>org.projectlombok</groupId>
67
<artifactId>lombok</artifactId>
68
- <version>1.18.20</version>
+ <version>1.18.22</version>
69
<scope>compile</scope>
70
</dependency>
71
@@ -75,10 +75,16 @@
75
<version>5.12.0.202106070339-r</version>
76
77
78
+ <dependency>
79
+ <groupId>org.eclipse.jgit</groupId>
80
+ <artifactId>org.eclipse.jgit.ssh.jsch</artifactId>
81
+ <version>5.12.0.202106070339-r</version>
82
+ </dependency>
83
+
84
85
<groupId>org.junit.jupiter</groupId>
86
<artifactId>junit-jupiter</artifactId>
- <version>5.7.2</version>
87
+ <version>5.8.2</version>
88
<scope>test</scope>
89
90
</dependencies>
0 commit comments