Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #13 from admin-ch/feature/VACCINECER-2333-upgrade-…
Browse files Browse the repository at this point in the history
…spring-boot-27x

Feature/vaccinecer 2333 upgrade spring boot 27x
  • Loading branch information
Armin-Isenring-Bit authored Nov 28, 2022
2 parents adc6fec + c1c5082 commit 0b06075
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.10</version>
<version>2.7.5</version>
<relativePath/>
</parent>
<groupId>ch.admin.bag.covidcertificate</groupId>
<artifactId>cc-notification-service</artifactId>
<version>4.8.2</version>
<version>4.9.0</version>
<name>cc-notification-service</name>
<description>Service for generating Covid Certificates</description>

Expand Down Expand Up @@ -39,7 +39,8 @@
<spring-cloud-starter-sleuth.version>3.1.4</spring-cloud-starter-sleuth.version>
<spring-cloud.version>2021.0.4</spring-cloud.version>
<springdoc.version>1.6.11</springdoc.version>

<java-cfenv-boot.version>2.4.0</java-cfenv-boot.version>

<maven.javadoc.skip>true</maven.javadoc.skip>
<log4j2.version>2.18.0</log4j2.version>

Expand Down Expand Up @@ -115,6 +116,22 @@
<artifactId>spring-security-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.pivotal.cfenv</groupId>
<artifactId>java-cfenv-boot</artifactId>
<version>${java-cfenv-boot.version}</version>
<exclusions>
<!-- Avoid versions from java-cfenv-boot / java-cfenv-jdbc leaking into starters -->
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- monitoring Dependencies -->
<dependency>
Expand Down

0 comments on commit 0b06075

Please sign in to comment.