Skip to content

Commit

Permalink
Merge branch 'rl6' into cof
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron authored Jan 11, 2025
2 parents 807a496 + 75047f1 commit ba4cc97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>conorheffron</groupId>
<artifactId>ironoc</artifactId>
<version>5.5.9</version>
<version>6.0.1</version>
<packaging>war</packaging>

<distributionManagement>
Expand Down Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.7.0</version>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
Expand All @@ -147,7 +147,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java</artifactId>
<version>2.29.43</version>
<version>2.29.45</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
Expand Down

0 comments on commit ba4cc97

Please sign in to comment.