Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Gematik-Entwicklung authored and RStaeber committed Apr 8, 2024
1 parent 98ad6c8 commit 0ff5b6d
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 24 deletions.
6 changes: 6 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release 4.0.1

- switch to docker base image eclipse-temurin:17-jre
- rename docker images
- update dependencies

# Release 4.0.0

- refactor key handling, use PrivateKey instead of p12 container when certificate is not required
Expand Down
2 changes: 1 addition & 1 deletion gra-coverage-report/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.gematik.idp</groupId>
<artifactId>gras-global</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions gra-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<artifactId>mockito-core</artifactId>
<groupId>org.mockito</groupId>
<version>5.9.0</version>
<version>5.11.0</version>
</dependency>
<dependency>
<artifactId>mockserver-spring-test-listener</artifactId>
Expand Down Expand Up @@ -174,13 +174,13 @@
<artifactId>gras-global</artifactId>
<groupId>de.gematik.idp</groupId>
<relativePath>../pom.xml</relativePath>
<version>4.0.0</version>
<version>4.0.1</version>
</parent>

<properties>
<commit_hash>undefined</commit_hash>
</properties>

<version>4.0.0</version>
<version>4.0.1</version>

</project>
2 changes: 1 addition & 1 deletion gra-server/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17.0.4.1_1-jre
FROM eclipse-temurin:17-jre

ARG COMMIT_HASH
ARG VERSION
Expand Down
6 changes: 3 additions & 3 deletions gras-testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>de.gematik.idp</groupId>
<artifactId>gras-global</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</parent>

<artifactId>gras-testsuite</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<packaging>jar</packaging>
<description>Testsuite fuer authorization server</description>

Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
33 changes: 17 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
</parent>

<groupId>de.gematik.idp</groupId>
<artifactId>gras-global</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<packaging>pom</packaging>

<description>gras - Gematik Reference Authorization Server</description>
Expand Down Expand Up @@ -59,8 +59,9 @@

<properties>

<docker.registry.gematik>eu.gcr.io/gematik-all-infra-prod</docker.registry.gematik>
<docker.image.name.graserver>${docker.registry.gematik}/idp/gra-server
<!-- docker.registry.gematik will be set in Jenkinsfile -->
<docker.registry.gematik>local</docker.registry.gematik>
<docker.image.name.graserver>${docker.registry.gematik}/idm/gra-server
</docker.image.name.graserver>
<version.java>17</version.java>
<mpir.skip>true</mpir.skip>
Expand All @@ -78,30 +79,30 @@

<version.assertj>3.24.2</version.assertj>
<version.bouncycastle.bcpkix>1.77</version.bouncycastle.bcpkix>
<version.commons-io>2.15.1</version.commons-io>
<version.json>20231013</version.json>
<version.log4j2>2.22.1</version.log4j2>
<version.commons-io>2.16.0</version.commons-io>
<version.json>20240303</version.json>
<version.log4j2>2.23.1</version.log4j2>
<version.plexus-utils>3.4.2</version.plexus-utils>
<version.rest-assured>5.3.0</version.rest-assured>
<version.unirest>3.14.5</version.unirest>

<version.build-helper-maven-plugin>3.3.0</version.build-helper-maven-plugin>
<version.docker-maven-plugin>0.43.4</version.docker-maven-plugin>
<version.docker-maven-plugin>0.44.0</version.docker-maven-plugin>
<version.copy-rename-maven-plugin>1.0.1</version.copy-rename-maven-plugin>

<version.idp-commons>26.0.0</version.idp-commons>
<version.idp-crypto>26.0.0</version.idp-crypto>
<version.idp-test>26.0.0</version.idp-test>
<version.idp-commons>27.0.2</version.idp-commons>
<version.idp-crypto>27.0.2</version.idp-crypto>
<version.idp-test>27.0.2</version.idp-test>

<version.jacoco-maven-plugin>0.8.11</version.jacoco-maven-plugin>
<version.jakarta.ws.rs-api>3.1.0</version.jakarta.ws.rs-api>
<version.lombok>1.18.30</version.lombok>
<version.lombok>1.18.32</version.lombok>
<version.maven>3.8.6</version.maven>
<version.maven-clean-plugin>3.3.2</version.maven-clean-plugin>
<version.maven-compiler-plugin>3.12.1</version.maven-compiler-plugin>
<version.maven-compiler-plugin>3.13.0</version.maven-compiler-plugin>
<version.maven-enforcer-plugin>3.4.1</version.maven-enforcer-plugin>
<version.maven-failsafe-plugin>3.2.5</version.maven-failsafe-plugin>
<version.maven-gpg-plugin>3.1.0</version.maven-gpg-plugin>
<version.maven-gpg-plugin>3.2.2</version.maven-gpg-plugin>
<version.maven-jar-plugin>3.3.0</version.maven-jar-plugin>
<version.maven-javadoc-plugin>3.4.1</version.maven-javadoc-plugin>
<version.maven-project-info-reports-plugin>3.5.0</version.maven-project-info-reports-plugin>
Expand All @@ -112,11 +113,11 @@
<version.maven-source-plugin>3.2.1</version.maven-source-plugin>
<version.maven-surefire-plugin>3.2.5</version.maven-surefire-plugin>
<version.nexus-staging-maven-plugin>1.6.13</version.nexus-staging-maven-plugin>
<version.sonar-maven-plugin>3.10.0.2594</version.sonar-maven-plugin>
<version.sonar-maven-plugin>3.11.0.3922</version.sonar-maven-plugin>
<version.spotless-maven-plugin>2.43.0</version.spotless-maven-plugin>
<version.spotless.google-java-format>1.16.0</version.spotless.google-java-format>
<version.spring-boot-maven-plugin>3.0.1</version.spring-boot-maven-plugin>
<version.tiger>2.3.2</version.tiger>
<version.tiger>3.0.1</version.tiger>
<yarnAuditAnalyzerEnabled>false</yarnAuditAnalyzerEnabled>
</properties>

Expand Down

0 comments on commit 0ff5b6d

Please sign in to comment.