Skip to content

Commit

Permalink
Merge pull request #4 from dcsaorg/update-super-pom-spring-boot-2.7
Browse files Browse the repository at this point in the history
update super-pom to spring-boot 2.7.0
  • Loading branch information
FinnNielsen authored Jun 1, 2022
2 parents 41be08b + 60e7cb4 commit ea2ce71
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.6</version>
<version>2.7.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -40,6 +40,7 @@
<mapstruct.version>1.4.2.Final</mapstruct.version>
<lombok-mapstruct-binding.version>0.2.0</lombok-mapstruct-binding.version>
<rest-assured.version>5.0.1</rest-assured.version>
<commons-logging.version>1.2</commons-logging.version>

<!-- Solving convergence errors -->
<jboss-logging-processor.version>2.2.1.Final</jboss-logging-processor.version>
Expand Down Expand Up @@ -94,6 +95,11 @@
</dependency>

<!-- Solving convergence errors -->
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>${commons-logging.version}</version>
</dependency>
<dependency><!-- Caused by spring-boot dependencies -->
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging-processor</artifactId>
Expand Down

0 comments on commit ea2ce71

Please sign in to comment.