Skip to content

Commit

Permalink
[SCM-1023] Upgrade components
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Apr 7, 2024
1 parent cdd5768 commit 17a44f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
Expand Up @@ -32,7 +32,7 @@
<description>Tests library for SCM Git Provider.</description>

<properties>
<minaSshdVersion>2.9.2</minaSshdVersion>
<minaSshdVersion>2.11.0</minaSshdVersion>
</properties>

<dependencies>
Expand Down
Expand Up @@ -33,7 +33,7 @@

<properties>
<!-- version 6+ requires Java 11 -->
<jgitVersion>5.13.2.202306221912-r</jgitVersion>
<jgitVersion>5.13.3.202401111512-r</jgitVersion>
</properties>
<dependencies>
<dependency>
Expand All @@ -47,13 +47,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-interactivity-api</artifactId>
<version>1.1</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.eclipse.jgit</groupId>
Expand Down

0 comments on commit 17a44f9

Please sign in to comment.