Skip to content

Commit abb11d5

Browse files
authored
Merge pull request #681 from MarkEWaite/use-git-client-3.0.0-beta7
Use git client 3.0.0 beta7
2 parents 2b65e08 + 39e6111 commit abb11d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>3.36</version>
6+
<version>3.37</version>
77
<relativePath />
88
</parent>
99

@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.jenkins-ci.plugins</groupId>
8585
<artifactId>git-client</artifactId>
86-
<version>3.0.0-rc</version>
86+
<version>3.0.0-beta7</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.jenkins-ci.plugins</groupId>
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>org.jenkins-ci.plugins</groupId>
139139
<artifactId>script-security</artifactId>
140-
<version>1.44</version>
140+
<version>1.53</version>
141141
<scope>test</scope>
142142
</dependency>
143143
<dependency>
@@ -158,7 +158,7 @@
158158
<dependency>
159159
<groupId>nl.jqno.equalsverifier</groupId>
160160
<artifactId>equalsverifier</artifactId>
161-
<version>3.1.4</version>
161+
<version>3.1.5</version>
162162
<scope>test</scope>
163163
</dependency>
164164
<dependency>

0 commit comments

Comments
 (0)