Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/spring-boot.version-3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fonimus authored Apr 26, 2024
2 parents 5d08c1b + 7bc4b16 commit 1a8731f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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.4</spring-boot.version>
<spring-shell.version>3.1.6</spring-shell.version>
<sshd.version>2.11.0</sshd.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<sshd.version>2.12.1</sshd.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 1a8731f

Please sign in to comment.