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

Commit

Permalink
spring boot, context and webflux update, javadoc source update to 17.
Browse files Browse the repository at this point in the history
haraldloesing committed Feb 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b7bcb1f commit c6d72bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@

<groupId>ch.admin.bag.covidcertificate</groupId>
<artifactId>cc-backend-logging</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<url>https://github.com/admin-ch/CovidCertificate-Backend-Logging</url>

<licenses>
@@ -76,7 +76,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<configuration>
<source>8</source>
<source>17</source>
<sourcepath>${delombok.output}</sourcepath>
</configuration>
<executions>
@@ -137,9 +137,9 @@
<logstash.version>7.2</logstash.version>
<lombok.version>1.18.20</lombok.version>
<micrometer.version>1.10.2</micrometer.version>
<spring-boot.version>2.7.5</spring-boot.version>
<spring-context.version>5.3.24</spring-context.version>
<spring-webflux.version>5.3.24</spring-webflux.version>
<spring-boot.version>2.7.8</spring-boot.version>
<spring-context.version>5.3.25</spring-context.version>
<spring-webflux.version>5.3.25</spring-webflux.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<delombok.output>target/delombok</delombok.output>

0 comments on commit c6d72bd

Please sign in to comment.