Skip to content

Commit

Permalink
fix(deps): update maven all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent 58bd1b6 commit e7757e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<junit-platform.version>1.9.1</junit-platform.version>
<netty.version>4.1.113.Final</netty.version>
<oci.revision>${project.version}</oci.revision>
<nimbus-jose-jwt.version>9.41</nimbus-jose-jwt.version>
<nimbus-jose-jwt.version>9.41.1</nimbus-jose-jwt.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -224,7 +224,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.12</version>
<version>6.1.13</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
Expand Down
2 changes: 1 addition & 1 deletion legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.12</version>
<version>6.1.13</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down
4 changes: 2 additions & 2 deletions processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<assertj.version>3.24.2</assertj.version>
<netty.version>4.1.113.Final</netty.version>
<oci.revision>${project.version}</oci.revision>
<flyway.version>10.17.3</flyway.version>
<flyway.version>10.18.0</flyway.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -186,7 +186,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.12</version>
<version>6.1.13</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit e7757e3

Please sign in to comment.