Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
- update dependencies
  • Loading branch information
Gematik-Entwicklung authored and RStaeber committed Feb 21, 2024
1 parent 121e83a commit af87f32
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Release notes GemLibPki

## Release 2.1.1

- update dependencies

## Release 2.1.0

- change the order of the elements in the subjectDN of the ocsp responder id
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>de.gematik.pki</groupId>
<artifactId>gemLibPki</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<packaging>jar</packaging>
<name>GemLibPki</name>
<description>library for implementation and tests of the gematik pki specification</description>
Expand Down Expand Up @@ -44,25 +44,25 @@
</issueManagement>

<properties>
<project.build.outputTimestamp>1704796291</project.build.outputTimestamp>
<project.build.outputTimestamp>1708508929</project.build.outputTimestamp>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.encoding>${project.build.sourceEncoding}</maven.compiler.encoding>
<version.java>17</version.java>
<version.maven>3.6.3</version.maven>

<!-- dependencies -->
<version.assertj>3.25.1</version.assertj>
<version.assertj>3.25.3</version.assertj>
<version.awaitility>4.2.0</version.awaitility>
<version.bouncycastle>1.77</version.bouncycastle>
<version.commons-lang3>3.14.0</version.commons-lang3>
<version.dss-tsl-validation>6.0</version.dss-tsl-validation>
<version.jakarta.xml.bind-api>4.0.1</version.jakarta.xml.bind-api>
<version.junit-jupiter>5.10.1</version.junit-jupiter>
<version.junit-jupiter>5.10.2</version.junit-jupiter>
<version.log4j>2.22.1</version.log4j>
<version.lombok>1.18.30</version.lombok>
<version.mockito>5.8.0</version.mockito>
<version.mockito>5.10.0</version.mockito>
<version.unirest-java>3.14.5</version.unirest-java>
<version.wiremock>3.3.1</version.wiremock>
<version.wiremock>3.4.1</version.wiremock>
<version.xades4j>2.2.2</version.xades4j>
<version.xmlunit>2.9.1</version.xmlunit>

Expand All @@ -76,11 +76,11 @@
<version.maven-jar-plugin>3.3.0</version.maven-jar-plugin>
<version.maven-javadoc-plugin>3.6.3</version.maven-javadoc-plugin>
<version.maven-source-plugin>3.3.0</version.maven-source-plugin>
<version.maven-surefire-plugin>3.2.3</version.maven-surefire-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.spotless.google-java-format>1.17.0</version.spotless.google-java-format>
<version.spotless-maven-plugin>2.41.1</version.spotless-maven-plugin>
<version.spotless-maven-plugin>2.43.0</version.spotless-maven-plugin>

<!-- settings for upload to sonar server -->
<sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco/index.xml</sonar.coverage.jacoco.xmlReportPaths>
Expand Down

0 comments on commit af87f32

Please sign in to comment.