Skip to content

Commit

Permalink
Merge branch 'main' into version/revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
fabapp2 authored Sep 24, 2023
2 parents 1644ebe + 556dac9 commit 4999393
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>2.26.3</version>
<version>2.35.1</version>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
Expand Down
2 changes: 1 addition & 1 deletion components/sbm-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
<version>6.4.0.202211300538-r</version>
<version>6.6.1.202309021850-r</version>
</dependency>
<!-- hibernate validator -->
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<jaxb-maven-plugin.version>2.5.0</jaxb-maven-plugin.version>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<shrinkwrap.resolvers.version>3.2.1</shrinkwrap.resolvers.version>
<java.version>17</java.version>
<!-- <spring-shell.version>2.1.10</spring-shell.version>-->
Expand Down Expand Up @@ -248,7 +248,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.1.2</version>
<configuration>
<excludedGroups>integration</excludedGroups>
<parallel>methods</parallel>
Expand Down Expand Up @@ -285,7 +285,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M7</version>
<version>3.0.1</version>
<configuration>
<connectionUrl>scm:git:https://github.com/spring-projects-experimental/spring-boot-migrator.git</connectionUrl>
<autoVersionSubmodules>true</autoVersionSubmodules>
Expand Down

0 comments on commit 4999393

Please sign in to comment.