Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.apache.sshd-sshd-core-2…
Browse files Browse the repository at this point in the history
….12.1
  • Loading branch information
fonimus authored Apr 26, 2024
2 parents d216c3f + 3b97578 commit 6de8a5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!--dependencies-->
<spring-boot.version>3.2.1</spring-boot.version>
<spring-shell.version>3.1.6</spring-shell.version>
<sshd.version>2.12.1</sshd.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<spring-shell.version>3.2.3</spring-shell.version>
<junit-jupiter.version>5.10.2</junit-jupiter.version>
<!--sonar-->
<sonar.projectKey>fonimus_ssh-shell-spring-boot</sonar.projectKey>
<sonar.moduleKey>${project.artifactId}</sonar.moduleKey>
Expand Down Expand Up @@ -97,7 +97,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -192,15 +192,15 @@
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.3</version>
<version>3.2.5</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<compilerArgs>
<arg>-parameters</arg>
Expand Down
2 changes: 1 addition & 1 deletion starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.2.0</version>
<version>4.2.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6de8a5d

Please sign in to comment.