Skip to content

Commit

Permalink
chore(deps): update spring-web 6.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-thorel-of committed Nov 29, 2024
1 parent 461e20f commit c2bdde3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fr.ouestfrance.querydsl</groupId>
<artifactId>querydsl-postgrest-bom</artifactId>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.6-SNAPSHOT</version>
<packaging>pom</packaging>
<name>querydsl-postgrest-bom</name>
<description>Implementation of unified queryDSL for postgRest API</description>
Expand Down
4 changes: 2 additions & 2 deletions querydsl-postgrest-resttemplate-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>fr.ouestfrance.querydsl</groupId>
<artifactId>querydsl-postgrest-bom</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.6-SNAPSHOT</version>
</parent>

<artifactId>querydsl-postgrest-resttemplate-adapter</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.1.12</version>
<version>6.1.15</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
4 changes: 2 additions & 2 deletions querydsl-postgrest-webclient-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>fr.ouestfrance.querydsl</groupId>
<artifactId>querydsl-postgrest-bom</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.6-SNAPSHOT</version>
</parent>

<artifactId>querydsl-postgrest-webclient-adapter</artifactId>
Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>6.1.12</version>
<version>6.1.15</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion querydsl-postgrest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>fr.ouestfrance.querydsl</groupId>
<artifactId>querydsl-postgrest-bom</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.4.7-SNAPSHOT</version>
<version>1.4.6-SNAPSHOT</version>
</parent>

<artifactId>querydsl-postgrest</artifactId>
Expand Down

0 comments on commit c2bdde3

Please sign in to comment.