Skip to content

Commit 34d3f14

Browse files
Updated dependencies
1 parent 3db3b05 commit 34d3f14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<properties>
1414
<!-- Adjust your java version here -->
15-
<java.version>16</java.version>
15+
<java.version>17</java.version>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<maven.compiler.source>${java.version}</maven.compiler.source>
1818
<maven.compiler.target>${java.version}</maven.compiler.target>
@@ -98,27 +98,27 @@
9898
<dependency>
9999
<groupId>junit</groupId>
100100
<artifactId>junit</artifactId>
101-
<version>4.13.1</version>
101+
<version>4.13.2</version>
102102
<scope>test</scope>
103103
</dependency>
104104

105105
<dependency>
106106
<groupId>org.eclipse.jgit</groupId>
107107
<artifactId>org.eclipse.jgit</artifactId>
108-
<version>5.11.1.202105131744-r</version>
108+
<version>6.2.0.202206071550-r</version>
109109
</dependency>
110110

111111
<dependency>
112112
<groupId>org.jetbrains</groupId>
113113
<artifactId>annotations</artifactId>
114-
<version>21.0.1</version>
114+
<version>23.0.0</version>
115115
<scope>compile</scope>
116116
</dependency>
117117

118118
<dependency>
119119
<groupId>net.lingala.zip4j</groupId>
120120
<artifactId>zip4j</artifactId>
121-
<version>2.9.1</version>
121+
<version>2.10.0</version>
122122
</dependency>
123123
</dependencies>
124124
</project>

0 commit comments

Comments
 (0)