Skip to content

Commit

Permalink
Merge pull request #2275 from openturing/dependabot/maven/0.3.10/java…
Browse files Browse the repository at this point in the history
…-5b48d952a8

Bump the java group with 5 updates
  • Loading branch information
alegauss authored Feb 17, 2025
2 parents 2f77b20 + 1746e97 commit c5bd881
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions turing-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,13 @@
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itext-core</artifactId>
<version>9.0.0</version>
<version>9.1.0</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>cleanup</artifactId>
<version>5.0.0</version>
<version>5.0.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -242,7 +242,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.8.4</version>
<version>2.8.5</version>
</dependency>
<dependency>
<groupId>com.squins.google.fork.schema-org-client</groupId>
Expand Down
2 changes: 1 addition & 1 deletion turing-filesystem/fs-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.2.2</version>
<version>6.2.3</version>
</dependency>
</dependencies>
</project>

0 comments on commit c5bd881

Please sign in to comment.