Skip to content

Commit

Permalink
Merge pull request #140 from lat-lon/fix/upgradedDependencies-71
Browse files Browse the repository at this point in the history
Upgraded dependencies and maven plugins
  • Loading branch information
stephanr authored Jan 8, 2025
2 parents aa71619 + 02b7ceb commit e286ab8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deegree-ogcapi-documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<dependencies>
<dependency>
<groupId>org.asciidoctor</groupId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.2</version>
<version>2.18.0</version>
</plugin>
<!-- reporting and site -->
<plugin>
Expand Down Expand Up @@ -873,7 +873,7 @@
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser-v3</artifactId>
<version>2.1.23</version>
<version>2.1.24</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -929,7 +929,7 @@
<java.version>11</java.version>
<site.dir>${user.home}/Sites</site.dir>
<jersey-version>2.41</jersey-version>
<swagger-version>2.2.25</swagger-version>
<swagger-version>2.2.27</swagger-version>
<swagger-ui-version>3.52.5</swagger-ui-version>
<jackson-version>2.16.2</jackson-version>
<deegree-version>3.5.8</deegree-version>
Expand Down Expand Up @@ -996,7 +996,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.5.0</version>
<version>3.8.0</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
Expand All @@ -1005,7 +1005,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>11.1.0</version>
<version>11.1.1</version>
<configuration>
<cveValidForHours>24</cveValidForHours>
<knownExploitedEnabled>false</knownExploitedEnabled>
Expand Down

0 comments on commit e286ab8

Please sign in to comment.