Skip to content

Commit

Permalink
Merge pull request #85 from TEIC/dev
Browse files Browse the repository at this point in the history
Merge fix to #81 and dependency updates
  • Loading branch information
peterstadler authored Jun 5, 2024
2 parents 711533f + 2c75bd3 commit 7df2115
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
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>pl.psnc.dl.ege.webapp</groupId>
<artifactId>teigarage</artifactId>
<version>1.2.1</version>
<version>1.2.3</version>
<packaging>war</packaging>
<name>TEI Garage</name>
<properties>
Expand Down Expand Up @@ -172,7 +172,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.1.0</version>
<version>9.2.0</version>
<executions>
<execution>
<goals>
Expand All @@ -194,12 +194,12 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-jaxrs2</artifactId>
<version>2.2.21</version>
<version>2.2.22</version>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-jaxrs2-servlet-initializer-v2</artifactId>
<version>2.2.21</version>
<version>2.2.22</version>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
Expand Down Expand Up @@ -227,7 +227,7 @@
<dependency>
<groupId>pl.psnc.dl.ege.tei</groupId>
<artifactId>tei-converter</artifactId>
<version>0.6.5</version>
<version>0.6.6</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 7df2115

Please sign in to comment.